aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-09-27Update VPP_STABLE_VER filesTibor Frank1-1/+1
Change-Id: Ie3b424ae6c83a61fdaa02d28e2b987c194484a06 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-27Trending: Use s3 as primary sourceTibor Frank1-11/+13
Change-Id: Ibf68155fa06b8ee0783df83af3e03d351a615294 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-24fix(Ansible): Kernel param checkpmikus1-1/+1
+ Temporary fix until i write more complex logic Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibbcf1a0212da568aa37a9fdc9198cc7a50df9c61
2021-09-24Bump DPDK to 21.08pmikus1-1/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I105b2976c994391c812061a6cd99a0adcae73abd
2021-09-24Ansible: Intel driver compatibility matrixpmikus9-77/+148
+ implements Intel Ethernet 700/800 series driver installation based on compatiblity matrix + includes iavf, i40, ice, ddp driver/profiles installation + patch abstracts multiple compatibility scenarios (dpdk, intel product materials, custom override) and could be applied per testbed + if no matrix choosen, default operating system drivers are used Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ifbdbf8c2ebc48d81941e66698708a2e0ff57b7de
2021-09-24feat(Ansible): 2M and 1G hugepagespmikus31-26/+82
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I55720cee8236c37e21881d1d8115d357d2a1f05f
2021-09-23job_specs: reduce number of ip4scale2m and driver combinations tested dailyMaciek Konstantynowicz5-77/+5
Remove ip4scale2m daily executions for following: - 2n-clx: x710-avf, xxv710-af_xdp, cx556a-rdma-core - 2n-skx: x710-avf, xxv710-af_xdp - 3n-skx: x710-avf - 2n-tx2: xl710-af_xdp - 2n-zn2: x710-avf, xxv710-af_xdp, cx556a-rdma-core Change-Id: I7d9466ce95f93d5a7b876360ec0357e50def1715 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2021-09-22fix Device: Cleanup previous interfacespmikus1-2/+2
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I62deca750d4494427d2ea1916e0678c06dad7533
2021-09-21fix Ansible: Adjust PCI addresspmikus1-2/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibbc0887f8a0878f1bf5263f24c078eb0e42365f6
2021-09-21Infra: Ansible Nomad, Consulpmikus4-45/+43
+ Fix idempotency + Fix APT download Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I03304c1c229c921806658b0169bd230154d8dde9
2021-09-20Update VPP_STABLE_VER filesTibor Frank1-1/+1
Change-Id: Iaa6cfa0f642113705f23d36b39bd7f9e69d2031e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-20API: Remove old_cmd supportVratko Polak2-17/+4
Master branch is no longer expected to work with such old VPP builds, and CRC values were removed already anyway. Change-Id: I707a61bc82d7d8998100fcd9fe78b90e7b074675 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-09-17N2n: Fix min frame size for ip6Vratko Polak3-7/+7
Change-Id: Iee3c8ce2079e58da400e52dc4cf6633f90a71f57 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-09-17Fix in_mask values in nat44 udir suitesVratko Polak4-4/+4
New IPUtil.Vpp_Route_Add implementation detects wrong values, as it refuses start addresses with host bits set. Fixed by copying in_mask values from nearby ASTF suites. Change-Id: I768c023bd004ce97b74199d70e5768c5e948d429 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-09-17Performance keywords: Use matching runtime rateVratko Polak1-0/+1
Previously, runtime rate was not modified, so max rate was always used, even in ndrpdr with two stats trials. Now, each call to "Send traffic at specified rate" keyword sets the given rate as runtime rate. Change-Id: I3eb41eeadd6b64d23056c67c23a25f9565bb0424 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-09-14back-to-back: add tg n2n suitesViliam Luc16-6/+1047
Change-Id: I911e121475221fbf5449ed49dc6236caf13742b0 Signed-off-by: Viliam Luc <vluc@cisco.com>
2021-09-14API: Use newer message versionsVratko Polak5-48/+61
Based on latest common ancestor of master and stable/2106: 1372178e0e674143bfec14b17050d5e92e4fcf1a Only ipsec_sad_entry_add_del_v3 needs non-trivial argument edits. Change-Id: I813367292a830e5a1fac765e9f24057b6b0192ee Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-09-13FIX: job specspmikus2-18/+8
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If4f8315994f5374bd66ddad83d3f685e2d44cf53
2021-09-13Update VPP_STABLE_VER filesTibor Frank1-1/+1
Change-Id: Ie88e5ac5ce419cfef80d4c8959bc781ecbba2e2d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-10docs: add mrr tests for weekly execution in 2n-aws and 3n-awsMaciek Konstantynowicz2-4/+30
- Tests: ip4base, ip4scale2m, l2xc. - Core,threads: 1c2t, 2c4t. - Frame sizes: 64B, 1518B. Change-Id: Ic1f1eac21780c834ad67457aa9721b82ad837785 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2021-09-10back-to-back tests: add TG testsViliam Luc10-29/+381
Change-Id: I9d028294deb1e31b6d185deb1c7523e0226a0ada Signed-off-by: Viliam Luc <vluc@cisco.com>
2021-09-08Doc: Tags cleanuppmikus1-201/+45
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Id1707522e548f214ab131cf4f1ec2da2619194e1
2021-09-07Docs: Main READMEpmikus1-6/+4
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I09c0661fd1de34a9382f3fa4d03e9cbe0d0143ae
2021-09-07Terraform: Add job name as VPC IDpmikus5-10/+51
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I82819c924012c966ba91fdf39ffba500ee0ce6b0
2021-09-07Terraform: Cleanuppmikus34-1294/+1098
+ Use terraform fmt to format Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I32bd2f81c5838722506d44a8ff8ab48da204643a
2021-09-06Terraform: Cleanuppmikus12-542/+548
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ifec4087b4522754cb05f5b0408c02dad4e9ada67
2021-09-06Update VPP_STABLE_VER filesTibor Frank1-1/+1
Change-Id: I0d0b74308e2f5ade473093edd345c48165b022c3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-03Terraform: Adjust TTL for AWS credentialspmikus2-4/+6
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ieab27460dc116185fa8d9819523f4e388159acdc
2021-09-03Trending: Fix linksTibor Frank3-5/+6
Change-Id: I8b18c3988435bced6dccd715ffdd790b2b385a61 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-09-02Update VPP_STABLE_VER filespmikus1-1/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I433aae1b6977f0b759fdf3f3bd8fa345ee763c0b
2021-08-30Infra: vpp_device NICspmikus2-3/+10
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I06d4012552eee918ae29e0bd789d3d316840ad4a
2021-08-27Infra: Cleanup Nomad configspmikus34-176/+288
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ia5c9f0902551de1a63144e6f56dfa6db2895b0b2
2021-08-27Infra: Minor terraform cleanuppmikus14-140/+154
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I1f6c9b2f9e3ac607fac76b12100992d901820e38
2021-08-26Docs: Cleanup loopback linkspmikus1-14/+36
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I9e85b2121d2e91b5e3f596e25736a570a26efde7
2021-08-25lab: update Arm lab docsJuraj Linkeš5-199/+196
The one node and two node Arm testbeds were improperly named. They were configured with a new hostname in the past but the docs were not updated accordingly, so fix the docs. Create a new server type for Arm servers and servers related to Arm testbeds to improve doc organization. Change-Id: I205b1e2f958dd1113e1e9f207acffe4355b267bc Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-08-25FIX: Nomad server role in docspmikus1-7/+7
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I454fed87eb4d8e63092df1b842b1d5ac43e99dd5
2021-08-24Fix vpp-csit device jobVratko Polak2-9/+12
It uses different bootstrap than csit-vpp. Just cherry-pick the edits from https://gerrit.fd.io/r/c/csit/+/33513/15/resources/libraries/bash/entry/bootstrap_vpp_device.sh + Match just *device* when reading testplan. + Do not prepend MRR for vpp device jobs. Change-Id: I13e171551ebc87af0ac3e3a1a1bcfae7cad8326c Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-24Telemetry: vpp devicepmikus57-186/+318
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I80efb278cf824dd8b1d38bb3ff3df43366e7295a
2021-08-24Fix DPDK nb_cores allocationpmikus4-43/+27
+ Migrate the call to main python util Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I8d00165071d4764121740c1c77819b8ffc65b3ba
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