aboutsummaryrefslogtreecommitdiffstats
path: root/resources
AgeCommit message (Collapse)AuthorFilesLines
2022-06-30style(tox): prepare for fixer scriptsVratko Polak9-13/+23
The previous code assumes each tox script is a checker. We want to add fixer scripts (not voting but editing) soon. This is the less interesting part of the process, renaming things and updating comments. Includes some basic descriptions of how fixers differ from checkers. Change-Id: I1ca1572a328acd02b41dcf4e70d7cb3746a03b03 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-29UTI: Add comments and clean the code.Tibor Frank6-145/+254
Change-Id: I6fba9aac20ed22c2ae1450161edc8c11ffa1e24d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-29UTI: Colors in iteraive graphsTibor Frank1-0/+1
Change-Id: I060668104a20235711a3a72eca83e446919d4ce2 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-29feat(telemetry): print executed command in vppctlVratko Polak1-0/+1
The vpp bundle does that, so this will make the outputs more similar. Change-Id: Iadad9b683d90b7bdd672ed3f51bce9f57f652eaa Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-29Report: Add rc2, re-test dataTibor Frank1-0/+4
Change-Id: I3fe5d3a1b5fcb8ab182442d6af85719b16e52fe0 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-28Report: Add rc2 dataTibor Frank2-1/+6
Change-Id: Ie5df83a47c352ef84486c2d62be91365ad005409 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-28feat(telemetry): ReworkPeter Mikus11-12/+1551
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I0a84ce88b318c488ba2d519b20237c88b9f9f1e6
2022-06-28Report: Add normalized comp tabels - static contentTibor Frank1-1/+4
Change-Id: I0a9782248fee91f3db2fb5db00c800c7e5447f32 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-28Report: Add normalized comparison tablesTibor Frank4-160/+987
Change-Id: Ief631c4b8924885642435669a151be9f9c9e585f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-28Report: Add rc2 dataTibor Frank1-0/+5
Change-Id: Ia5c242d8904b2f8b7e774ce4cec421e58b84a2ed Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-27Trending: Add names of new ICX TBsTibor Frank1-0/+4
Change-Id: Ic5b708a935272fda935398fe7f0ab53de72c5eba Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-27Report: Add VSAP testsTibor Frank2-28/+116
Change-Id: If0ebb92ded94bf2b0cf8ad0d17ac2b0bd6d165a3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-27Report: Add rc2 dataTibor Frank1-0/+25
Change-Id: I8b69a5029a200c327e7276675c847809af367908 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-24Report: Add rc2 dataTibor Frank1-0/+7
Change-Id: Iad3cb32e346bf6c7e0754275e5ccba6cb19b731a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-24Report: Add rc2 dataTibor Frank1-3/+16
Change-Id: Ifaecbf2f1788cc0da44b4ef64abc63b531f161c8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-23chore(mtu): delete some unused keywords related to mtuVratko Polak1-25/+0
Change-Id: Id80b5611bb9a5d4398d4b2d00e92cda469949607 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-23Report: Add rc2 dataTibor Frank3-91/+134
Change-Id: Ia8a81135cb0dbd3b2f8877de66a5d9ed3f6e8309 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-22fix: 3n-alt missing in regressions and progressionsViliam Luc1-0/+13
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I8b2cdf6f8dc45cae9a921c1ecbd2e952ef30bfbe
2022-06-22Report: Add 2n-clx-e810cq latencyTibor Frank1-4/+4
Change-Id: I5674d40362ea958c34845c22c1b5fd090d08be83 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-21Report: ComparisonsTibor Frank1-1/+190
Change-Id: Icbb4709c84b66251438b73d109606977527c6c88 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-21Report: Add 2n-clx-e810cqTibor Frank1-0/+288
Change-Id: I4c7f37d77a9b8bda17eb3fb0b9a5bf468f1fd853 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-21Trending: Add 2n-clx-e810cqTibor Frank1-0/+223
Change-Id: Iefcd777f2e51038c4efc13ff68c777efb7ed78c9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-20fix(uti): export correct units in cps ndrpdrVratko Polak1-1/+1
Compute Bandwidth keyword returns value in Gbps, as that is convenient for test messages. Export Search Bound keyword expects value in bps, as that is convenient for JSON export. While the conversion was present in Display Single PPS Bound keyword, it was missing from Display Single CPS Bound keyword. Now added. Change-Id: I5bb5934beeecfa2ee1b77dd1b1bfc788d034c845 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-20style(robot): capitalize two keywords properlyVratko Polak1-6/+6
This is just to make the subsequent fix more readable. Change-Id: I7cebcaed3f658cd026f05713ea2f94dce60786c0 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-17fix: testpmd and l3fwd check stateViliam Luc7-7/+229
+ print testpmd and l3fwd pid after start Testpmd and l3fwd utility can be started but link might not be ready yet. This fix start the utility on all DUTs and do the check later. Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: If476e22f206d9a6a0dd399879a88eafedca92bb6
2022-06-17Add ipsec policy test suites with flow director or rss acceleratedYulong Pei2-63/+127
The test scenario is about two private networks which communication was protected by ipsec. The test suites are to show performance impovement about ipsec esp flow lookup that offloaded by NIC flow director and rss. Verified on 3n-clx and Intel E810 NIC environment, with 64B ipsec packet flow, performance improved ~31% with 1C2T, ~110% with 2C4T, ~250% with 4C8T. Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I30aec8c5115e5a6fbef88c11d1bef2624029d1b9
2022-06-15Feat(uti): Last failed testsTibor Frank12-91/+687
Change-Id: Ifac36b3f2c886a78cb8a7922f98a760287d631ef Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-14fix(vlan): do not apply strip offloadVratko Polak3-37/+1
Some tests (bonding) are failing as VPP refuses startup.conf. That is because the config parameter support has been removed: https://gerrit.fd.io/r/c/vpp/+/34822 That is VPP commit 8c8531c15c9195c2c82695eff6e70887de67fd88. According to commit message, it was just a workaround for Cisco ENIC cards, which are no longer tested in CSIT. + Delete 1 robot and 1 python keyword as they become unused. Change-Id: If53e324a27cfbd4659e49ab8bcd03253642dde96 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-14fix(pylint): Some quick pylintsPeter Mikus4-20/+18
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Iba133914882485191ad962e36fae70b6fda0af98
2022-06-14trending: fix 3n-alt missing in dashboardViliam Luc2-4/+4
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I356998c521d47f085a78bf2577574ea0d489e02d
2022-06-13feat(uti): remove not neccessary dataTibor Frank4-93/+96
Change-Id: I10f00fce9623ec1dfe34925087e2669ae411e036 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-13feat(dpdk): Bump the version within VMPeter Mikus1-1/+1
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ie358593f9977d04aca9e50a14e0d14158e1b0cf1
2022-06-10fix(hoststack): distinguish two tcp tag typesVratko Polak1-4/+8
Previous change did not consider TCP_PPS and TCP_CPS robot tags are used by two different suite types (hoststack or ASTF). This fixes the unintended impact on hoststack. + Add HOSTSTACK tag to VSAP suites. - They could also get VSAP tag, but not needed for this Change. Fixes: 1daa6fdc0bae284dee1b61f34534e59b60b7526a Change-Id: Ic583b5ae336c9b74794706fefc232f221a243c87 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-10fix(core): T-Rex initializationPeter Mikus1-11/+30
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I53226ff6a345ac99c1e2e110712b2ff6197efe95
2022-06-10feat(uti): statistical graphsTibor Frank4-22/+30
Change-Id: Ic05d56dae08e9745582e02e59e8b76145050ca73 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-09feat(uti): Add statistical graphsTibor Frank6-118/+345
Change-Id: Ia2831cfbcb9e2333c5b49af5c6b0577867d99902 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-09Report: Add retest dataTibor Frank1-1/+2
Change-Id: Ic42a15b44e0395c194cdeddef6d91635fd0f9b10 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-09Add Test Suite for VPP WireGuardCui,Cheng3-1/+341
Signed-off-by: Cui,Cheng <cheng.cui@intel.com> Change-Id: I71e257e5f16a887a40ff83d782a9ebdee9d05c34 Signed-off-by: Cui,Cheng <cheng.cui@intel.com>
2022-06-08Report: Add dpdk and re-test dataTibor Frank1-0/+6
Change-Id: Ia078a30f467c9a0eac45a58b83dd82975b815b5a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-07Report: Add rc1, re-test, dpdk dataTibor Frank1-1/+4
Change-Id: I1ae47ee5d0ae21dd17bd6e99d81ab5e8f223f70b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-06Report: Add rc1, dpdk, re-test dataTibor Frank1-5/+21
Change-Id: Icb8c2acccd27a7d2ec0da2b524a743f795f7ab36 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-03Report: Add rc1 dataTibor Frank1-0/+5
Change-Id: I569e49967bdebb02828cd166f7a9164afbbe9205 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-02Report: Add rc1 dataTibor Frank2-2/+6
Change-Id: I06c976cb91d5125d18fc9b2d313c2373f61d88b1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-01Report: fix: 3n-altTibor Frank1-5/+4
Change-Id: Idf3d8a393b928cf6f939355d2f6a5af93d18f440 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-01Report: Add 3n-alt rc1 dataTibor Frank1-0/+37
Change-Id: I176dd4a109056b01c2b1b3b11e274b57258b7a02 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-01Report: Add 3n-altTibor Frank2-32/+615
Change-Id: I2a811d5a2e618dc339a3e40c3b8c374a5051649c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-01Report: Remove 3n-awsTibor Frank2-353/+353
Change-Id: I6e065cf25536197c2e414fde017390d54fb3b15c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-01Report: Add rc1 dataTibor Frank2-75/+81
Change-Id: I79678b56fcdc5c8ff8736a87a7437ee145a40459 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-01fix(core): TG exportPeter Mikus1-0/+1
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I80f9f32f10d46eccf1157949a184ec4467d071cd
2022-05-31Framework: exclude env and .git when copyingJuraj Linkeš1-3/+4
The tarball is unnecessarily big, remove superflous directories. Change-Id: I55f6fae64973cfac34a1dc18cbdc688cd416e8b9 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>