aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-12-05fix(core): IPutilPeter Mikus1-3/+7
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Ie4a61ade1da312ddab078411c8a7db3ba59393f3
2024-12-05fix(gso): Repair linux interface name detectionVratko Polak2-10/+6
+ Set GSO_FALSE tag on non-gso suite. Change-Id: I32b6ff2f492a0dd8f2fe47ef5435c8d0e3318406 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-12-05fix(core): remove lshw dependencyPeter Mikus1-16/+7
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I14143394ed6637db183a2fcc9b91e3c7fc8e0037
2024-12-04docs(infra): General updatePeter Mikus7-52/+476
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I757d68cb768b159debdf90eb1322e7c3c0ee068e
2024-12-04feat(infra): AWS -> NoblePeter Mikus47-3814/+87
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I95f2945597eeacb01e04ae0b40dc2bba667dcf91
2024-12-04fix(infra): Few fixesPeter Mikus14-138/+19
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: If7b85d7cf08b036f9d3676902db583c1aee7ce1c
2024-12-03fix(bisect): Adjust bash script for Ubuntu 24.04Vratko Polak1-5/+4
Newer git versions gives: error: cannot delete branch 'earliest' used by worktree if branches involved in bisect are to be deleted before bisect ends. + Remove comment about reliably deleting branches after failure, as having them may be useful for debugging (and does not matter in CI). + Move branch cleanup to the start, and allow it to fail in CI. Change-Id: Iebee5be5e10ae2f4de8218f70952c66b16b2a030 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-12-02Update VPP_STABLE_VER filesTibor Frank2-2/+2
Change-Id: I76e805e5d0052903539b72d1c87dc74c059d2c7f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-11-27fix(pylint): Escape backslash properlyVratko Polak2-3/+3
When backslach is used to escape Robot dollar or docstring asterisk, and the backslash is in normal (not raw) Python (doc)string, the backslash itself needs to be escaped by a second backslash. The old code happened to work well enough, but now it leads to a loud SyntaxWarning in console log, so it is worth fixing faster than other pylint violations. Change-Id: Id36fa0a393267f2cdced1229a30eaff8357c4ac4 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-27feat(infra): 2n-spr -> noblePeter Mikus42-122/+875
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I4a1cfdd671280a3491cd3fdc043f51b0608ad9c3
2024-11-27feat(infra): Docker image 24.04Peter Mikus3-4/+2
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I10cab20174610016d2cc87ccb884074057b1cd93
2024-11-26feat(infra): 2n-snr 3n-alt -> noblePeter Mikus28-75/+543
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I0dc275b7699bb13fc50b6c15e566ac8b0541ef30
2024-11-26feat(crc): Bump messages after 24.10 releaseVratko Polak2-9/+14
+ Add option to skip mfib table creation, not used yet. - Comments mentioning device tests not updated, TODO added instead. Change-Id: I1dc24c0ba3e9f04bfe4fc139af680301dd15ae53 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-25feat(dma): Add show dma as test teardownVratko Polak7-7/+26
Add the teardown to memif and nginx tests, for memif it needs to be before "container" teardown. Change-Id: I142b76d3e47554d3a8050e04b9598592b43f22c1 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-25feat(ansible): 3n-icxPeter Mikus10-64/+91
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I9b1d8307d86414d12987a83dd048cd4ce8741077
2024-11-25fix(jobspec): Do not test hardware flows on CX7Vratko Polak1-20/+0
Those tests need Intel flow actions, not enabled for MLX5 cards. Ticket: CSIT-1979 Change-Id: I11ab063b4c837b1158d1cefe1ca8ffd1aafef436 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-25feat(infra): 3n-icx NoblePeter Mikus19-44/+737
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Ifc4635d013c348aa15fca3129f6ffea4eae6dac9
2024-11-25feat(infra): 2n-icx -> NoblePeter Mikus32-90/+834
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I87777a164806ca1c56554829a5bd58d6d8c9ccb2
2024-11-25Update VPP_STABLE_VER filesTibor Frank2-2/+2
Change-Id: Ibc0fdca3407f3e952f3276668957687dcfef64c6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-11-22feat(report): Summarize changes to job specsVratko Polak2-1/+7
Change-Id: I4724ff69aed90822cbe982ed8e58cc17fb116eb7 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-22fix(report): Remove CSIT-1924 from VPP notesVratko Polak1-22/+21
No VPP tests uses l3fwd, the issue is already listed in dpdk table. Change-Id: I49240a73d03aba33e5bb05667067a51182c81ade Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-22fix(infra): 2n-zn2Peter Mikus1-1/+1
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Id59e5f5a63bc9cbcf46fa8538891ef6413bc3318
2024-11-22feat(infra): 2n-zn2 -> NoblePeter Mikus11-58/+196
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I328168f7faec252e684de3b6efa57c09d52aaff8
2024-11-20feat(report): Update VPP release notesVratko Polak1-10/+58
Last update from my side, but we should mention decommissioned testbeds. Change-Id: I088925ad89dbd199d6b7c847ae51b022e24e2490 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-20feat(infra): vpp_device repurposePeter Mikus20-177/+379
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I8e4faec87c2c1aa7a9fd4f8086d647fbdb24565b
2024-11-18feat(core): IMIX stream dynamicPeter Mikus3-4/+294
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Ib1f68a853012ee08688115e1c021756a18f5cb04
2024-11-18job-specs: Remove selected nat44 testsTibor Frank15-776/+144
removed: - h262144 - they are failing very often - h1024 - big stdev in measured performace kept: - h65536 Change-Id: Iba60577a9f250cf9730f4ce1150e16e931e78c43 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-11-18Update VPP_STABLE_VER filesTibor Frank2-2/+2
Change-Id: I75b690ca8b762454241dd46f48fe7dbf97433405 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-11-14tests(unused): Remove unused testsPeter Mikus2-320/+0
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I8cafa46d468d3bfcaf6db116e555e669a95b1db1
2024-11-14job-spec: Remove NF_TESTPMD tests from TBs using containersTibor Frank8-405/+1
- These tests keep failing on this kind of testbeds for ages. Change-Id: Id0cdebe215ddcdcd773452e9a9f48094c4514713 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-11-13C-Docs: Add an example of coverage dataTibor Frank1-1/+1
Change-Id: I111b402ee9286f8ef327a0fcfe5cb7660d7601b7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-11-12feat(report): Add known and new trex issuesVratko Polak1-7/+7
Change-Id: I4892121ca6d2cafc26f632e1839319b5729c57d0 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-12fix(report): Update issue titlesVratko Polak1-3/+5
+ Add two missing known (originally VPP) issues visible in dpdk tests. Change-Id: I66f89f5461bd6c6eff7338bdd5122472a073c59c Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-12fix(report): Mark which tables are up-to-dateVratko Polak3-1/+6
Change-Id: I9b00c0ed72a75e0112f47c9e1fc820f4858df0c6 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-12feat(report): Add known and new dpdk issuesVratko Polak1-5/+8
Further updates on dpdk issues are unlikely, so not going through "suspected" lists. Change-Id: I8cf2d33c8e73c0db31f02035c627a8c5e03adbca Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-11Update VPP_STABLE_VER filesoper-241111Tibor Frank1-1/+1
Change-Id: I2f2c75b2a8916a0e7166387ded916e09a2ba0089 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-11-06feat(rca): Print also last failure lineVratko Polak1-0/+17
This is mainly for easy detection of known issues, so only new or unsure failures need closer investigation. Change-Id: I6ebae2a0917ad229f9cfef5e56614b0a0ca73474 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-06C-Docs: Add links to rls2410 examplesTibor Frank1-0/+85
Change-Id: I7061c41d2fa31f413a15a53a3d82ccc1f76cc174 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-11-05feat(terraform): 2n-c7gnPeter Mikus1-2/+2
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I3754ce3395d892fc3907eaacda489eceac63b7d0
2024-11-05feat(terraform): 2n-c7gn movePeter Mikus1-1/+1
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I0cca5f3f322cfc1efe312431adbcce1340ceac62
2024-11-04feat(scripts): Introduce console log analyzerVratko Polak1-0/+60
This semi-automatic script saves time for RCA after release. Change-Id: Idda3de00635b3c16b71df024616f1e2e94d7c1d6 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2024-11-04Update VPP_STABLE_VER filesoper-241104Tibor Frank1-1/+1
Change-Id: I8306e88343b8c7f2e0ddfeaee6966788c799a57d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2024-10-29fix(ansible): Docker images rolePeter Mikus1-0/+9
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Id0c07943ccf22e8983a86cdd2bde6c0b9a554450
2024-10-29fix(ansible): LeftoversPeter Mikus1-2/+0
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I20a901c224a0f1e4bf7d334d154db8283d4a4370
2024-10-29feat(ansible): Remove python_envPeter Mikus5-118/+11
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Id03fd5fa6cdf9694dc59fb671519e703a8bb8591
2024-10-28feat(core): Remove PIP installation from CSITPeter Mikus1-6/+1
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I67f6ba64c445af361ebd8a8bf9a4cd0d001b239b
2024-10-28fix(core): Ubuntu 24.04Peter Mikus1-2/+4
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: If7e33a924ad347eb9396609010acf763b3a71f15
2024-10-28fix(ansible): Calibration rolePeter Mikus7-105/+4
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Ie590eb5eaed0bec9b75ce786062f62f4a3a1d19d
2024-10-28fix(ansible): Remove CalibrationPeter Mikus1-1/+1
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Ia71b70ceecca0541cad1598fbd021a4d8f47fb1b
2024-10-28Update VPP_STABLE_VER filesoper-20241028Tibor Frank1-1/+1
Change-Id: Idbb485d307ae12d558a3859b864d356c0ebb0518 Signed-off-by: Tibor Frank <tifrank@cisco.com>