aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-05-14Execute also show runtime CLIVratko Polak1-0/+2
Example of a test with missing info: https://logs.fd.io/production/vex-yul-rot-jenkins-1/csit-vpp-perf-mrr-daily-master-2n-clx/287/archives/log.html.gz#s1-s1-s1-s4-s8-t3-k2-k9-k1-k1-k4-k1 - Missing any -outpt and -tx nodes. - Zeros in vectors in rdma-input node (even though calls are there). Placing the CLI call after the stats one, to confirm stats does not "break" the CLI. + Using an earlier parent, to dodge some test failures. Change-Id: I79072b54b6bf964dab4f21428e186394bafda72a Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-05-07FIX: Download only vpp packagesJan Gelety1-1/+1
Signed-off-by: Jan Gelety <jgelety@cisco.com> Change-Id: I88682b972947d73ae8433b550bd5e96b0b7c2c76
2020-05-14Update of VPP_REPO_URL and VPP_STABLE_VER filesJan Gelety4-4/+4
- use vpp builds from vpp stable/2005 branch - use new vpp ref build - ubuntu 18.04: 20.05-rc1 - use new vpp ref build - centos7: 20.05-rc1~b2 Signed-off-by: Jan Gelety <jgelety@cisco.com> Change-Id: Ic9827612b8f96d84ceef617ac6d4f4080e2ad08e
2020-05-14Infra: PIP installation freezepmikus1-3/+3
+ Waiting for Docker image to be updated. Then next step I will disable any update attempt. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I92d4e27be0537a95473cd723a45e6185b26ce599 (cherry picked from commit 49bf78210fe2361beefd48b74e76f96484b5abd2)
2020-05-13job-specs: new job test spec files including test count and durationsJan Gelety35-1598/+5349
Change-Id: I4ad87092bff1c072051ca1c7243d8dedb1c4576e Signed-off-by: Jan Gelety <jgelety@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2020-05-13Report: Disable pdf versionTibor Frank1-2/+2
Change-Id: I1dd0c4289c1318916b5351b378db8a85f136539f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-13Report: Add perf-sel set to oper tablesTibor Frank1-0/+1
Change-Id: If63bae7ee3dc439633e69e5b507dcaf262fabadf Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-07FIX: SRv6 encapJan Gelety1-1/+2
Change-Id: I4b75b343fc144489d81f82dbb4917b4a70a9911b Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-05-13Report: Fix bad chars for LaTexTibor Frank1-6/+6
Change-Id: I776dbe0ef7761dbc647b22f709ea1debbeddd718 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-13Report: Add data, add pdf versionTibor Frank2-3/+7
Change-Id: I8c972aa7a1689494adc93d9c3c881e419913f47e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-12FIX: L3fwd properlypmikus2-10/+10
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibdfc0350a101c4815f25456176e25bb1d90fd881
2020-05-12Report CSIT-2001: updated rls notes for VPP.Maciek Konstantynowicz1-18/+54
Change-Id: I64853402cf6301a99ee97a463a5984516b52b0d3 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2020-05-12Report CSIT-2001: updated CSIT environment ver. 2 date to 2020-03-27 per repo.Maciek Konstantynowicz1-4/+4
Change-Id: Id797295397c7159264ce7f457e6fd60af3d805bf Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2020-05-12Report 2001: updated 2n-/3n-skx RCA yaml files with jira tickets.Maciek Konstantynowicz9-182/+171
Change-Id: I79b874ad00b0d8a0be80de0be52df656a2ce36d6 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2020-05-12Report: Fix header of comp tables, add dataTibor Frank2-12/+13
Change-Id: I6d8727a08dce888bfbc620ebe34b6bd35bac488b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-11CSIT-1597 API cleanup: ipsecJan Gelety4-244/+10
- cover API changes in VPP: https://gerrit.fd.io/r/c/vpp/+/26276 - update vpp stable to version 20.05-rc0~727 Change-Id: I39a0b5e60fac6a74aff2426f6a448c0e117ab647 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-05-11Report: Update to version numbering for RCA tablesTibor Frank1-40/+32
Change-Id: I7af3ef9ad545fa31477fc8f3403156c6aaea82f6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-11Update RCA1, RCA2 descriptions for 2n-skx, 3n-skx.Vratko Polak4-95/+84
Change-Id: I729229a42a00aa4b93cb3d8331718413ca9e297c Signed-off-by: Vratko Polak <vrpolak@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2020-05-11Report: Configure report 2001.20Tibor Frank3-3/+7
Change-Id: Ib0a3190dfd5b216aa9ff93d751fa48cd42cef88f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-07perf: refactor 'setup suite topology interfaces'Dave Wallace10-82/+87
- and 'setup suite topology interfaces no tg' to use a common keyword to create suite variables using the required topology information. Change-Id: I46894948bc86eb7ce72d036e5b84f09c5c1385db Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2020-05-07Report: Add dataTibor Frank1-0/+6
Change-Id: If1d8025104b0cb04eee138d77c5c50c774a52753 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-07Ansible: Pre-check testsPeter Mikus2-16/+47
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I745ceb519220c4d08951dff07350f2f4709f3533
2020-05-07Trending: NDRPDR dashboardTibor Frank7-494/+56
Change-Id: I7f4c84dd47874c484f34f389b93de635c66a77c1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-06FIX: dot1q-ip6pmikus1-1/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ied48646bd9de41e5a55e0006440d057c5fddf694
2020-05-06Ansible: Remove cobblerPeter Mikus47-539/+0
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I34446125071ee7157e1c0e29027a6d973ee03c7e
2020-05-06Separate files needing GPL licenseVratko Polak156-84/+346
+ Keep apache license for now, until this is completed: https://wiki.fd.io/view/TSC/Relicensing_Procedure + Add utilities for switching license comment blocks. - They do not preserve attributes, so executable flag is lost. + Move the affected files to GPL/. + Update paths so files are executed from the new location. + Change the way scripts are started to do not require executable flag. + Employ OptionString when constructing longer command lines. + Move also PacketVerifier.py and TrafficScriptArg.py as they are linked with traffic scripts. + That means the two files are outside "resources" package tree now. + Added __init__.py files so relative imports work in new package tree. + Start traffic scripts as python modules to allow relative imports. + Once again needed because they are outside the default PYTHONPATH. Change-Id: Ieb135629e890adbaf5b79497570f3be25b746f9f Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-05-06Performance: Fix l3fwd in 3nodepmikus1-1/+2
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I32fd935078fb117bb1570e20a11baa2de46447e8
2020-05-06Report 2001: Add dataTibor Frank1-2/+5
Change-Id: I19e2d6a2592fc0f742cde6078eeb726f3703f306 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-06Report: Add dataTibor Frank1-7/+7
Change-Id: I50c8125dbc1040d8f85790a0065b282905ff64b2 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-05Trending: CSIT-1301: Display stdev in hover infoTibor Frank7-121/+338
+ make possible to use dashboard for ndrpdr tests + fixes in ndrpdr weekly comparison Change-Id: I846dc207ea620fad78424a445b32095160d4431d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-04perf: remove hoststack wrk cps/rps test suites.Dave Wallace2-196/+0
- The VSAP project will be adding hoststack connections-per-second and requests-per-second tests of the hoststack using the Apache 'ab' test tools. - WRK infra in /resources/libraries will be cleaned up separately as a part of the hoststack + LDP + nginx test suite. Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Ic1d2f4299e8b6ae6be84283f22f6e28dd05bd80f
2020-05-04FIX: IPsecvagrant1-4/+0
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Iacd7aa49d9832233033fe18fc228ccd45c12b4db
2020-05-04Print more info when checking out oper branchVratko Polak1-0/+7
Change-Id: Ic8d1080edacea1d27eb80e61f48cd4cd4430c139 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-05-04Report: Add dataTibor Frank1-0/+81
Change-Id: I816a65b70f0d85572e398e7e6677a287cf739192 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-04VPP-DEV API Coverages: SRv6Jan Gelety16-98/+1204
Jira: CSIT-1698 Change-Id: I6d9154284990df8877850e4014716510016e485b Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-05-04Report: Configure report 2001.19Tibor Frank3-3/+5
Change-Id: I42d2723745a119667b8af2165fbd99dc4fe3cc3e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-04Report: Fix typo in specification.Tibor Frank2-1/+5
Change-Id: Ie61f8c1eef8828ce30f82e33ef0c40b8f77de26b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-30PAL: Comparison tablesTibor Frank2-2791/+1662
- Add tags to columns in "table_comparison" - replace "table_perf_comparison" by "table_comparison" - replace "table_perf_comparison_nic" by "table_comparison" Change-Id: Ie9d871cb2fe04ab2efbc07737806826161a55ef4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-29FIX: dot1qip4vxlan-l2bdPeter Mikus1-2/+2
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ia4415090263357d16cfd5f5bc93931ded5688557
2020-04-29API: Add collection for 26276/7Jan Gelety1-0/+238
Change-Id: Ib65e3268e04fd4a7908e3e7c3c4217807f47a38b Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-29Report: Add dataTibor Frank2-7/+45
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I05ca2f6d33049809dd7b71a35923328e7b30a462
2020-04-28CSIT-1597 API cleanup: lispJan Gelety19-1576/+210
- cover API changes in VPP: https://gerrit.fd.io/r/c/vpp/+/24663 - update vpp stable to version 20.05-rc0~637 - remove unused L1 and L2 lisp KWs Change-Id: I2672b6a375ad70c82f331dcc991c145e868108b9 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-28FIX: crc for create_vhost_user_ifJan Gelety1-1/+1
Change-Id: Ia43679c440da62ba44ad74d4c1eb9003b4ba0a63 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-28Trending: NDRPDR weekly comparisonTibor Frank6-25/+442
Change-Id: I6c5166e1fabfe7471af92a1423c0c89ca6b040a4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-28API: Add collection for 24663/6Jan Gelety1-0/+247
Change-Id: I009df88e0a315603b5f9d72eb1d1a729d1a8a4cd Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-28Report: Add 1908.2 dataTibor Frank1-0/+98
Change-Id: Ieb07e263c3b725dc187b797c86f2040bd09efe3e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-02CSIT-1597 API cleanup: virtioJan Gelety3-249/+4
- cover API changes in VPP: https://gerrit.fd.io/r/c/vpp/+/26086 - update vpp stable to version 20.05-rc0~630 Change-Id: I3e3f00ba81e62f07c5d287300dfaff6cee18a1b4 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-27Performance: MLX best practicePeter Mikus2-4/+52
- Part II Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I869a3d7e051dcbae3a230d4646219e70e5de2e87
2020-04-27Performance: TRex approximatedDuration and approximateRatePeter Mikus4-17/+44
- API to provide duration for send and receive traffic Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Id186a200be66b7703348e6fd3099ffd405e915ae
2020-04-27FIX: NF_density IPv4 profilePeter Mikus1-2/+2
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I471c0cb98c24416d893248b55b376b03a4b8830a