aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23DPDK bump to v21.05 and c_args fixJuraj Linkeš2-2/+3
Fixes: c849edfc256d ("DPDK build: fix l3fwd build and update Meson opts") Change-Id: I4b50a8f3cdc5aa4bd20ce99d477fdaf1087fcac3 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-08-23Update VPP_STABLE_VER filespmikus1-1/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I14246b6093f97deaa0554418258010166c22b6a2
2021-08-23FIX: Docs generationpmikus8-172/+69
+ Tests will be fixed with renamed hoststack tests. + Tox is at least working Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibee30cd54c78b67d2ef907cdd14a71ae197be59e
2021-08-23DPDK build: fix l3fwd build and update Meson optsJuraj Linkeš2-12/+11
Fix l3fwd patch which broke because the code got moved. Rework two Meson options: * RTE_LIBRTE_I40E_16BYTE_RX_DESC using Meson option c_args instead of CFLAGS. According to Meson docs, using c_args is the proper way to pass C compiler arguments and the support for CFLAGS is there for legacy reasons and not guaranteed to work. * Add platform=generic which mirrors VPP configuration. This removes the need to hack Arm CPU and NUMA values as the generic build uses high enough values. Change-Id: Ibcb17879bdf26329881819c332c1782b9c713182 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-08-20Scale tests: Use exec commands and VAT executorVratko Polak2-35/+75
This is the same appoach as in ipsec tests. This is the fastest way to fix scale tests. - Some argument combinations are not supported, e.g. multipath=False. + Make multipath=True default. - Devicetest using local=True only works with PAPI. + But that was true already in rls2106, so no need to fix here. + Add two more formats to NetworkIncrement. + Check address is aligned, unless call side disables that. + Only one keyword for two devicetests disables the check. + Papi history condition to print first and last. + Minor docstring edits. Change-Id: I32d24e2f821b412b5841a50d2f87e1c86345b1aa Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-20Move tc_naming to generic placepmikus1-0/+0
+ Mental excercise Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I40ca8e4ded9c898b9435bf00b8b16983143ed7c9
2021-08-20FIX: job specspmikus4-4/+4
+ this is not checked by suite generator Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ib21cd50d6cc5e3d808fa34a3bb270277c7f36f88
2021-08-20FIX: job specspmikus2-24/+24
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I190321b8758e87750f8ca684362bb84542bbdfac
2021-08-20Improve NetworkIncrementVratko Polak2-22/+38
+ Set 1 as default value for increment. + Update IPsecUtil. + Tolerate address with host bits set when incrementing. + Call sites can check initial value on their own. + Support multiple ways of converting to string. - Only the previous "dash" format is supported here. + Update docstrings. Change-Id: I0c71a6327cca6a319715b3fcfbbee800cac14287 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-20Tox: Remove obsolete checkerspmikus2-113/+1
+ coverage is not used + naming is now covered fully by suitegen which can be improved to do detections of packet encapsulations Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I9631988e144d3878a6b146214e3aea75694ebf3f
2021-08-19vpp_device: Multiple NICs (suitegen)pmikus81-505/+850
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I81958fbf6ef240d53a0fb8708ca882baf02f606c
2021-08-19Migrate report/trending/docs to bash frameworkpmikus7-204/+349
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Idf8462f15a2dd76b42dcaea9df6a0fc15a45503f
2021-08-19vpp_device: Multiple NICs (infra)pmikus60-194/+276
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ie8662b6a485374b5df68dec9c82065cf59f28c8f
2021-08-19Infra: ansible update arm perf testbedsJuraj Linkeš3-15/+15
Only isolate as many cores as needed for VPP testing so that the rest are available for other tasks, such as DPDK compilation. Configure perf iommu kernel cmdline which works on arm. Change-Id: I0bf356b34e6a611bd43707b4fd43b7701cd205de Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-08-18Infra: Ansible yaml lint cleanuppmikus125-393/+391
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If00b376bd78b7b603d7887c1e149e7dccdb6d217
2021-08-18Ansible: VPP Device configure unsafe noiommuJuraj Linkeš1-0/+9
VFs need /sys/module/vfio/parameters/enable_unsafe_noiommu_mode to be enabled on the host. Add this to Ansible. Change-Id: Iee1d0ccfdb4ea9b9d6981d39490fe7feb33bf70c Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-08-18Report: Add tables with builds durationsTibor Frank6-3/+627
Change-Id: I6e5d72b336ab68c9ffd74f9ab20d7cb0ed4b5fb3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-17ansible: update DPDK meson versionJuraj Linkeš1-1/+1
DPDK compilaiton is failing with: ERROR: Meson version is 0.47.1 but project requires >= 0.49.2. Change-Id: I692058819021ffaef9b85c0414041c5fcfa5fd96 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-08-16Unmark 64B-avf-ethipv4-l2bdbasemaclrn-devVratko Polak1-1/+1
It is no longer expected to fail. Change-Id: I04e7f5ed3940ed93c253b5c31e2295a611858925 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-16Trending: Fix links in alerting emailTibor Frank1-2/+0
Change-Id: I2ce48ac826ab347365f38ef1dbfdfa4cae8f3fd3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-16Report: configure rls2106.33Tibor Frank6-5/+13
Change-Id: Ic7d1a776817dda52007bcebd663388cc4bd1fa66 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-16Update VPP_STABLE_VER filesTibor Frank1-1/+1
Change-Id: I93091f83721eadec08fe8305f6b4676230b845a3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-13Report: Add icx rls dataTibor Frank2-9/+7
Change-Id: I3f16f058b257f2f4ccb48bd5ff725c9161d1176f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-11Infra: AWS self terminationpmikus6-47/+74
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I9ecd85d1086f6be1bbaf6a6925da362cc4c1a9ad
2021-08-11Infra: Add terraform no-color output.pmikus3-2/+4
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I851e979c9b0db41c83facb92010c1b16885ee5a0
2021-08-11report: indexed error message added to report emailsViliam Luc3-44/+119
Report emails will contain error message index now. Index assigned to error message is described at the end of report. sample: avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr 25ge2p1xxv710 64b 2t1c[0] 4t2c[0] 8t4c[0] Legend: [0] - Failed to run 'cli_inband clear runtime' PAPI command on host xxx.xxx.xxx.xxx Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I6c71eb8a8767827e18f88a9a1142b899158a190c
2021-08-11RCA: Add CSIT-1791Vratko Polak1-0/+3
Change-Id: Ibe9d8265ed1dc8a9c4d480211b3292ebae986e65 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-10Report: Improve RCAVratko Polak1-1/+1
First comment at VPP-1972 clarifies this is not a 2101 issue. Change-Id: I0b9a7398c44fd8a69304f0931f245c746664c413 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-09FIX: Terraform installationpmikus1-2/+4
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I2963520237c0bcc30836df3722a945060bd438d3
2021-08-09FIX: Terraform installpmikus1-0/+2
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I1bc29338bf677c5777474ea07954df4ca0ed0a31
2021-08-09Infra: Install terraformpmikus1-1/+3
+ Unless docker images gets updated Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I9d09b24ca7bef71dad5774ae2b5e2e67e7b8f285
2021-08-09Move AWS jobs specs to mrr_weeklypmikus2-0/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I80c49260dab44fb9a10cb2b93b076fa3b92f692b
2021-08-09Infra: Vaultpmikus21-25/+616
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ia6e728f98d20144c3771405b32933a77fe15b19b
2021-08-09Update VPP_STABLE_VER filesTibor Frank1-1/+1
Change-Id: I3337973f335e7b47a591b2a630ea322d97a67c66 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-09Report: Configure rls2106.32Tibor Frank5-11/+12
Change-Id: Ia4e7a2436e038cebaaa080dd7c86f6de1b39b018 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-06Verify tags: Use suite tagsVratko Polak1-5/+5
When I make a typo in GERRIT_EVENT, old code starts many ASTF tests. Change-Id: Iac1c2cc620919d33b0e77bd28b145f3fd38d28ff Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-06Ansible: remove 10.30.51.30 from server poolpmikus1-13/+7
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I1e0b374b4d57e8dd0c0399cb5b32b8308a9f2285
2021-08-05Trending: Fix broken graphsTibor Frank6-108/+0
Change-Id: I73b9446e9e76811f88d6b0fa2ee657e7ae0ceab3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-04Docs: issues added to csit_release_notesViliam Luc1-0/+9
Change-Id: I2e47e1c494a3d83d005c605b4a9214e8561b1b1d Signed-off-by: Viliam Luc <vluc@cisco.com>
2021-08-04report: add nic and drivers section to physical testbeds descriptionMaciek Konstantynowicz1-31/+55
Change-Id: I75fd902e32b290e62f7eb9fcd8b2b5b7a4b713e6 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2021-08-04Infra: Update monitoring for new layoutpmikus20-112/+228
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I299515fc676a9995e006bbb197068160044dbd98
2021-08-04Trending: Set y-axis for stats to zeroTibor Frank2-3/+5
Change-Id: I5235d734d37709367c56878fffd3243aaba3f0b8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-04Report: add gtpu tunnel description to methodologyxinfeng zhao1-5/+1
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Change-Id: I4c066713bb37e35d25b5ab1225a361e05b7a1146
2021-08-04report: update vpp rls notes with trex latency measurement issue for FVL NICsMaciek Konstantynowicz1-1/+10
Change-Id: Ia6de51914f7d31194796538cdd81183c7a16e1d7 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2021-08-04Methodology: Update MLRsearch descriptionsVratko Polak2-15/+13
Change-Id: Icdcb7210835fa90a6f5f1688b815a6edf07a4b39 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-04Infra: Decommission 3n-hsw - pxe/ansiblepmikus33-1343/+1150
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ie3ddec5487192217d0921f892098384da73a1ef2
2021-08-04Trending: Add Latency trendingTibor Frank52-161/+1616
Change-Id: I28c1f1cf113d2537f3e564cdca0fd61ef57737a9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-04Report: configure rls2106.31Tibor Frank2-4/+3
Change-Id: I9d5da2d71525b53096e9c77e9d338243b16f05c1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-03FIX: update VPP_STABLE_VER_UBUNTU_FOCALJuraj Linkeš1-1/+1
The current version (216) only has x86 artifacts. Move to 215 which is the latest with both aarch64 and 86. Change-Id: I6285e5832792d29ede51e6147b8ef3d41c652338 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-08-03Report: latency comparisonTibor Frank2-10/+11
Change-Id: Ic47209e1911317b6f42a7f8257309607d3a21e04 Signed-off-by: Tibor Frank <tifrank@cisco.com>