csit.git
2 years agoDocs: Cleanup loopback links 01/33601/1
pmikus [Thu, 26 Aug 2021 08:44:33 +0000 (08:44 +0000)]
Docs: Cleanup loopback links

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I9e85b2121d2e91b5e3f596e25736a570a26efde7

2 years agolab: update Arm lab docs 91/33591/2
Juraj Linkeš [Wed, 25 Aug 2021 08:24:59 +0000 (10:24 +0200)]
lab: update Arm lab docs

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>
2 years agoFIX: Nomad server role in docs 85/33585/1
pmikus [Wed, 25 Aug 2021 08:15:58 +0000 (08:15 +0000)]
FIX: Nomad server role in docs

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I454fed87eb4d8e63092df1b842b1d5ac43e99dd5

2 years agoFix vpp-csit device job 83/33583/3
Vratko Polak [Tue, 24 Aug 2021 20:06:15 +0000 (22:06 +0200)]
Fix vpp-csit device job

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>
2 years agoTelemetry: vpp device 74/33574/5
pmikus [Mon, 23 Aug 2021 12:58:47 +0000 (12:58 +0000)]
Telemetry: vpp device

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I80efb278cf824dd8b1d38bb3ff3df43366e7295a

2 years agoFix DPDK nb_cores allocation 79/33579/4
pmikus [Tue, 24 Aug 2021 09:02:58 +0000 (09:02 +0000)]
Fix DPDK nb_cores allocation

+ Migrate the call to main python util

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I8d00165071d4764121740c1c77819b8ffc65b3ba

2 years agoDPDK bump to v21.05 and c_args fix 73/33573/3
Juraj Linkeš [Mon, 23 Aug 2021 12:57:37 +0000 (14:57 +0200)]
DPDK bump to v21.05 and c_args fix

Fixes: c849edfc256d ("DPDK build: fix l3fwd build and update Meson opts")
Change-Id: I4b50a8f3cdc5aa4bd20ce99d477fdaf1087fcac3
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2 years agoUpdate VPP_STABLE_VER files 71/33571/1
pmikus [Mon, 23 Aug 2021 11:19:59 +0000 (11:19 +0000)]
Update VPP_STABLE_VER files

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I14246b6093f97deaa0554418258010166c22b6a2

2 years agoFIX: Docs generation 48/33548/8
pmikus [Fri, 20 Aug 2021 09:27:12 +0000 (09:27 +0000)]
FIX: Docs generation

+ Tests will be fixed with renamed hoststack tests.
+ Tox is at least working

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ibee30cd54c78b67d2ef907cdd14a71ae197be59e

2 years agoDPDK build: fix l3fwd build and update Meson opts 67/33567/3
Juraj Linkeš [Mon, 23 Aug 2021 08:22:37 +0000 (10:22 +0200)]
DPDK build: fix l3fwd build and update Meson opts

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>
2 years agoScale tests: Use exec commands and VAT executor 92/33392/40
Vratko Polak [Fri, 20 Aug 2021 14:07:55 +0000 (16:07 +0200)]
Scale tests: Use exec commands and VAT executor

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>
2 years agoMove tc_naming to generic place 53/33553/1
pmikus [Fri, 20 Aug 2021 11:41:12 +0000 (11:41 +0000)]
Move tc_naming to generic place

+ Mental excercise

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I40ca8e4ded9c898b9435bf00b8b16983143ed7c9

2 years agoFIX: job specs 52/33552/1
pmikus [Fri, 20 Aug 2021 11:28:43 +0000 (11:28 +0000)]
FIX: job specs

+ this is not checked by suite generator

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ib21cd50d6cc5e3d808fa34a3bb270277c7f36f88

2 years agoFIX: job specs 44/33544/1
pmikus [Fri, 20 Aug 2021 07:43:22 +0000 (07:43 +0000)]
FIX: job specs

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I190321b8758e87750f8ca684362bb84542bbdfac

2 years agoImprove NetworkIncrement 26/33526/6
Vratko Polak [Thu, 19 Aug 2021 11:11:15 +0000 (13:11 +0200)]
Improve NetworkIncrement

+ 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>
2 years agoTox: Remove obsolete checkers 43/33543/1
pmikus [Fri, 20 Aug 2021 05:04:09 +0000 (05:04 +0000)]
Tox: Remove obsolete checkers

+ 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

2 years agovpp_device: Multiple NICs (suitegen) 13/33513/15
pmikus [Tue, 17 Aug 2021 14:03:58 +0000 (14:03 +0000)]
vpp_device: Multiple NICs (suitegen)

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I81958fbf6ef240d53a0fb8708ca882baf02f606c

2 years agoMigrate report/trending/docs to bash framework 95/33095/13
pmikus [Tue, 13 Jul 2021 11:35:32 +0000 (11:35 +0000)]
Migrate report/trending/docs to bash framework

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Idf8462f15a2dd76b42dcaea9df6a0fc15a45503f

2 years agovpp_device: Multiple NICs (infra) 02/33302/16
pmikus [Thu, 29 Jul 2021 06:55:37 +0000 (06:55 +0000)]
vpp_device: Multiple NICs (infra)

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ie8662b6a485374b5df68dec9c82065cf59f28c8f

2 years agoInfra: ansible update arm perf testbeds 68/33168/4
Juraj Linkeš [Fri, 16 Jul 2021 14:45:46 +0000 (16:45 +0200)]
Infra: ansible update arm perf testbeds

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>
2 years agoInfra: Ansible yaml lint cleanup 20/33520/1
pmikus [Wed, 18 Aug 2021 12:04:27 +0000 (12:04 +0000)]
Infra: Ansible yaml lint cleanup

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: If00b376bd78b7b603d7887c1e149e7dccdb6d217

2 years agoAnsible: VPP Device configure unsafe noiommu 25/33425/2
Juraj Linkeš [Mon, 9 Aug 2021 11:34:12 +0000 (13:34 +0200)]
Ansible: VPP Device configure unsafe noiommu

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>
2 years agoReport: Add tables with builds durations 54/33454/13
Tibor Frank [Wed, 11 Aug 2021 13:58:27 +0000 (15:58 +0200)]
Report: Add tables with builds durations

Change-Id: I6e5d72b336ab68c9ffd74f9ab20d7cb0ed4b5fb3
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoansible: update DPDK meson version 12/33512/1
Juraj Linkeš [Tue, 17 Aug 2021 13:36:50 +0000 (15:36 +0200)]
ansible: update DPDK meson version

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>
2 years agoUnmark 64B-avf-ethipv4-l2bdbasemaclrn-dev 02/33502/1
Vratko Polak [Mon, 16 Aug 2021 14:28:30 +0000 (16:28 +0200)]
Unmark 64B-avf-ethipv4-l2bdbasemaclrn-dev

It is no longer expected to fail.

Change-Id: I04e7f5ed3940ed93c253b5c31e2295a611858925
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2 years agoTrending: Fix links in alerting email 97/33497/1
Tibor Frank [Mon, 16 Aug 2021 10:37:24 +0000 (12:37 +0200)]
Trending: Fix links in alerting email

Change-Id: I2ce48ac826ab347365f38ef1dbfdfa4cae8f3fd3
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: configure rls2106.33 86/33486/2
Tibor Frank [Fri, 13 Aug 2021 06:17:45 +0000 (08:17 +0200)]
Report: configure rls2106.33

Change-Id: Ic7d1a776817dda52007bcebd663388cc4bd1fa66
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoUpdate VPP_STABLE_VER files 64/33464/2
Tibor Frank [Mon, 16 Aug 2021 05:15:10 +0000 (05:15 +0000)]
Update VPP_STABLE_VER files

Change-Id: I93091f83721eadec08fe8305f6b4676230b845a3
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: Add icx rls data 85/33485/1
Tibor Frank [Fri, 13 Aug 2021 05:59:46 +0000 (07:59 +0200)]
Report: Add icx rls data

Change-Id: I3f16f058b257f2f4ccb48bd5ff725c9161d1176f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoInfra: AWS self termination 48/33448/1
pmikus [Wed, 11 Aug 2021 09:55:22 +0000 (09:55 +0000)]
Infra: AWS self termination

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I9ecd85d1086f6be1bbaf6a6925da362cc4c1a9ad

2 years agoInfra: Add terraform no-color output. 46/33446/1
pmikus [Wed, 11 Aug 2021 07:18:46 +0000 (07:18 +0000)]
Infra: Add terraform no-color output.

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I851e979c9b0db41c83facb92010c1b16885ee5a0

2 years agoreport: indexed error message added to report emails 98/32898/22
Viliam Luc [Fri, 25 Jun 2021 08:05:28 +0000 (10:05 +0200)]
report: indexed error message added to report emails

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

2 years agoRCA: Add CSIT-1791 84/33384/2
Vratko Polak [Thu, 5 Aug 2021 15:34:40 +0000 (17:34 +0200)]
RCA: Add CSIT-1791

Change-Id: Ibe9d8265ed1dc8a9c4d480211b3292ebae986e65
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2 years agoReport: Improve RCA 34/33434/1
Vratko Polak [Tue, 10 Aug 2021 12:20:16 +0000 (14:20 +0200)]
Report: Improve RCA

First comment at VPP-1972 clarifies this is not a 2101 issue.

Change-Id: I0b9a7398c44fd8a69304f0931f245c746664c413
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2 years agoFIX: Terraform installation 29/33429/2
pmikus [Mon, 9 Aug 2021 14:54:03 +0000 (14:54 +0000)]
FIX: Terraform installation

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I2963520237c0bcc30836df3722a945060bd438d3

2 years agoFIX: Terraform install 28/33428/2
pmikus [Mon, 9 Aug 2021 14:26:45 +0000 (14:26 +0000)]
FIX: Terraform install

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I1bc29338bf677c5777474ea07954df4ca0ed0a31

2 years agoInfra: Install terraform 27/33427/1
pmikus [Mon, 9 Aug 2021 13:58:59 +0000 (13:58 +0000)]
Infra: Install terraform

+ Unless docker images gets updated

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I9d09b24ca7bef71dad5774ae2b5e2e67e7b8f285

2 years agoMove AWS jobs specs to mrr_weekly 26/33426/1
pmikus [Mon, 9 Aug 2021 13:37:09 +0000 (13:37 +0000)]
Move AWS jobs specs to mrr_weekly

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I80c49260dab44fb9a10cb2b93b076fa3b92f692b

2 years agoInfra: Vault 62/32362/10
pmikus [Tue, 18 May 2021 13:30:08 +0000 (13:30 +0000)]
Infra: Vault

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ia6e728f98d20144c3771405b32933a77fe15b19b

2 years agoUpdate VPP_STABLE_VER files 01/33401/3
Tibor Frank [Mon, 9 Aug 2021 06:59:39 +0000 (06:59 +0000)]
Update VPP_STABLE_VER files

Change-Id: I3337973f335e7b47a591b2a630ea322d97a67c66
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: Configure rls2106.32 23/33423/1
Tibor Frank [Mon, 9 Aug 2021 08:52:39 +0000 (10:52 +0200)]
Report: Configure rls2106.32

Change-Id: Ia4e7a2436e038cebaaa080dd7c86f6de1b39b018
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoVerify tags: Use suite tags 16/33416/1
Vratko Polak [Fri, 6 Aug 2021 13:48:33 +0000 (15:48 +0200)]
Verify tags: Use suite tags

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>
2 years agoAnsible: remove 10.30.51.30 from server pool 94/33394/2
pmikus [Fri, 6 Aug 2021 11:46:33 +0000 (11:46 +0000)]
Ansible: remove 10.30.51.30 from server pool

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I1e0b374b4d57e8dd0c0399cb5b32b8308a9f2285

2 years agoTrending: Fix broken graphs 82/33382/1
Tibor Frank [Thu, 5 Aug 2021 12:09:49 +0000 (14:09 +0200)]
Trending: Fix broken graphs

Change-Id: I73b9446e9e76811f88d6b0fa2ee657e7ae0ceab3
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoDocs: issues added to csit_release_notes 54/33254/5
Viliam Luc [Mon, 26 Jul 2021 14:50:32 +0000 (16:50 +0200)]
Docs: issues added to csit_release_notes

Change-Id: I2e47e1c494a3d83d005c605b4a9214e8561b1b1d
Signed-off-by: Viliam Luc <vluc@cisco.com>
2 years agoreport: add nic and drivers section to physical testbeds description 31/33331/6
Maciek Konstantynowicz [Tue, 3 Aug 2021 19:51:12 +0000 (20:51 +0100)]
report: add nic and drivers section to physical testbeds description

Change-Id: I75fd902e32b290e62f7eb9fcd8b2b5b7a4b713e6
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2 years agoInfra: Update monitoring for new layout 35/33335/2
pmikus [Wed, 4 Aug 2021 13:11:35 +0000 (13:11 +0000)]
Infra: Update monitoring for new layout

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I299515fc676a9995e006bbb197068160044dbd98

2 years agoTrending: Set y-axis for stats to zero 34/33334/3
Tibor Frank [Wed, 4 Aug 2021 10:43:40 +0000 (12:43 +0200)]
Trending: Set y-axis for stats to zero

Change-Id: I5235d734d37709367c56878fffd3243aaba3f0b8
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: add gtpu tunnel description to methodology 09/33309/2
xinfeng zhao [Fri, 30 Jul 2021 06:45:18 +0000 (14:45 +0800)]
Report: add gtpu tunnel description to methodology

Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
Change-Id: I4c066713bb37e35d25b5ab1225a361e05b7a1146

2 years agoreport: update vpp rls notes with trex latency measurement issue for FVL NICs 30/33330/2
Maciek Konstantynowicz [Tue, 3 Aug 2021 18:41:25 +0000 (19:41 +0100)]
report: update vpp rls notes with trex latency measurement issue for FVL NICs

Change-Id: Ia6de51914f7d31194796538cdd81183c7a16e1d7
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2 years agoMethodology: Update MLRsearch descriptions 33/33333/2
Vratko Polak [Wed, 4 Aug 2021 08:26:28 +0000 (10:26 +0200)]
Methodology: Update MLRsearch descriptions

Change-Id: Icdcb7210835fa90a6f5f1688b815a6edf07a4b39
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2 years agoInfra: Decommission 3n-hsw - pxe/ansible 11/32511/12
pmikus [Tue, 1 Jun 2021 12:00:08 +0000 (12:00 +0000)]
Infra: Decommission 3n-hsw - pxe/ansible

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ie3ddec5487192217d0921f892098384da73a1ef2

2 years agoTrending: Add Latency trending 62/33262/10
Tibor Frank [Tue, 27 Jul 2021 13:02:37 +0000 (15:02 +0200)]
Trending: Add Latency trending

Change-Id: I28c1f1cf113d2537f3e564cdca0fd61ef57737a9
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: configure rls2106.31 32/33332/1
Tibor Frank [Wed, 4 Aug 2021 07:29:01 +0000 (09:29 +0200)]
Report: configure rls2106.31

Change-Id: I9d5da2d71525b53096e9c77e9d338243b16f05c1
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoFIX: update VPP_STABLE_VER_UBUNTU_FOCAL 27/33327/1
Juraj Linkeš [Tue, 3 Aug 2021 11:27:18 +0000 (13:27 +0200)]
FIX: update VPP_STABLE_VER_UBUNTU_FOCAL

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>
2 years agoReport: latency comparison 25/33325/1
Tibor Frank [Tue, 3 Aug 2021 09:03:14 +0000 (11:03 +0200)]
Report: latency comparison

Change-Id: Ic47209e1911317b6f42a7f8257309607d3a21e04
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: Configure 2106.31, fix latency 23/33323/1
Tibor Frank [Tue, 3 Aug 2021 05:40:23 +0000 (07:40 +0200)]
Report: Configure 2106.31, fix latency

Change-Id: I6f9e3cc3b79be84acb6b5619016a9aa7d4296e02
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoRCA: Add CSIT-1789 as a known issue 73/33273/2
Vratko Polak [Wed, 28 Jul 2021 08:44:23 +0000 (10:44 +0200)]
RCA: Add CSIT-1789 as a known issue

Change-Id: Ia01eddc69f64d7f4360cda7a612b5b8fae2c41b4
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2 years agoReport: Add Latency comparison tables 20/33320/2
Tibor Frank [Mon, 2 Aug 2021 12:31:37 +0000 (14:31 +0200)]
Report: Add Latency comparison tables

Change-Id: I6774383eef9839352ed3924e7482177fd85b34e6
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoFIX: init_interface driver and sr-iov 91/32891/7
Juraj Linkeš [Thu, 24 Jun 2021 14:47:55 +0000 (16:47 +0200)]
FIX: init_interface driver and sr-iov

Add checks for not unbinding a driver that is not bound and not
trying to remove VFs from interfaces not supporting SR-IOV.

Change-Id: Iae7ce37aabeadbb541fe9eac8b83b4ee18d028e6
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2 years agoFIX: init interfaces for rdma-core driver 10/33310/3
Juraj Linkeš [Fri, 30 Jul 2021 08:11:12 +0000 (10:11 +0200)]
FIX: init interfaces for rdma-core driver

We're only initializing interfaces for avf and af_xdp VPP drivers. This
causes issues for the rdma-core driver when the underlying mlnx kernel
driver is not bound. Fix this so that all interfaces are properly bound
to the kernel driver required by rdma-core.

Change-Id: I204309a9bb61b56b96497a287178f0b1efe2f362
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2 years agoUpdate VPP_STABLE_VER files 79/33279/2
Tibor Frank [Mon, 2 Aug 2021 05:33:05 +0000 (05:33 +0000)]
Update VPP_STABLE_VER files

Change-Id: I58d6d5b86516ee81c9fca0ce4738b695ca4ba1e1
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoPAL: Add s3-logs 71/33171/3
pmikus [Mon, 19 Jul 2021 06:53:00 +0000 (06:53 +0000)]
PAL: Add s3-logs

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ia8cc2c59a84a61263b2cf88af16f6fd7bad637a8

2 years agoCSIT-1782: 4c AVF tests are failing 57/33257/5
pmikus [Tue, 27 Jul 2021 07:24:04 +0000 (07:24 +0000)]
CSIT-1782: 4c AVF tests are failing

+ Implement temporary ugly workaround as I cannot do
  driver upgrade now after discussions with PTL.

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I400e3b61bd831b9c9820b1fab8852118f2d48f0e

2 years agoIPsec: add nth matching SPD entry outbound TCs 08/32308/38
Juraj Linkeš [Thu, 24 Jun 2021 15:58:23 +0000 (17:58 +0200)]
IPsec: add nth matching SPD entry outbound TCs

Add testcases with plain ipv4 forwarding with 1, 10, 100 and 1000 SPD
entries on outbound traffic in both directions both directions. Only
match the last SPD entry and process others before the matching entry.
Add testcases only without flow cache optimization.
Refactor the Python functions that add SPD entries:
- Unify the args in functions that add one and multiple entries.
- For multiple entries, add the ability to pass an object that will
handle how values in each iteration (i.e. for each entry) are modified.

Change-Id: I061922eec6acc75a4e115202c07e72d89bf1f4d3
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2 years agoInfra: upgrade monitoring solution 74/33274/2
pmikus [Wed, 28 Jul 2021 10:44:43 +0000 (10:44 +0000)]
Infra: upgrade monitoring solution

+ bump versions
- remove cadvisor

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I3de95531f1b09f7254152254e92f225dde653e45

2 years agoReport: Add rls data 71/33271/1
Tibor Frank [Wed, 28 Jul 2021 06:42:47 +0000 (08:42 +0200)]
Report: Add rls data

Change-Id: I2ad71d35bb2503adbe10cf3e7982e883339a4fee
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoFIX: Executable bit for ansible plugin 59/33259/4
pmikus [Tue, 27 Jul 2021 10:11:21 +0000 (10:11 +0000)]
FIX: Executable bit for ansible plugin

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I2416a9682710441d098acfff50e943ac3f788500

2 years agoReport: Add rls data 58/33258/1
Tibor Frank [Tue, 27 Jul 2021 08:54:40 +0000 (10:54 +0200)]
Report: Add rls data

Change-Id: Ia101a6d412473d957a81d794f34f1c1d2ad58abb
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoAnsible: fix multiple shell commands 53/33253/2
Juraj Linkeš [Mon, 26 Jul 2021 13:29:30 +0000 (15:29 +0200)]
Ansible: fix multiple shell commands

Ansible passes "&&" as arguments to the command being called, which
prevents us from using it for calling multiple commands in one ansible
task. Fix by replacing this with "with_items".

Change-Id: Ie07a1b1969bda9569cf82ef0741ec52260e2c736
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2 years agoUpdate VPP_STABLE_VER files 08/33208/3
Tibor Frank [Mon, 26 Jul 2021 08:32:26 +0000 (08:32 +0000)]
Update VPP_STABLE_VER files

Change-Id: I1a70a930709da39bceb0bc6d77402bb40a6368d1
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoInfra: Terraform add ansible plugin init 52/33252/2
pmikus [Mon, 26 Jul 2021 12:54:58 +0000 (12:54 +0000)]
Infra: Terraform add ansible plugin init

+ Manual override

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: If296d28dc3eaa023c935a0887a14ac10e83076ba

2 years agoTrending: Save latency data in csv files 84/33184/9
Tibor Frank [Tue, 20 Jul 2021 08:19:09 +0000 (10:19 +0200)]
Trending: Save latency data in csv files

Change-Id: I397dc1711f52324c158c775522cfef3044724ad7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: configure rls2106.30 50/33250/1
Tibor Frank [Mon, 26 Jul 2021 12:32:13 +0000 (14:32 +0200)]
Report: configure rls2106.30

Change-Id: If1af4d7c5865a7466eda5c2de18d07ff9491d458
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: Add af-xdp data 39/33239/2
Tibor Frank [Fri, 23 Jul 2021 09:49:17 +0000 (11:49 +0200)]
Report: Add af-xdp data

Change-Id: I8beef5f0072e0c52476a8053f26640c537422a63
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoDocs: Firmware upgrades on TG nodes 41/33241/4
pmikus [Fri, 23 Jul 2021 13:56:17 +0000 (13:56 +0000)]
Docs: Firmware upgrades on TG nodes

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Id6460d17d4811038ed1246570b7641a90804ee03

2 years agoAnsible: iavf driver install 40/33240/2
Juraj Linkeš [Fri, 23 Jul 2021 11:20:52 +0000 (13:20 +0200)]
Ansible: iavf driver install

* move iavf driver install from vpp_device to intel role
* differentiate the names of tasks of various drivers to get better
ansible logs
* add .5 sleep when creating VFs with iavf to avoid improper init
* fix install commands
* add XL710QDA2 NIC to supported i40e NICs

Change-Id: Id50e1552a322b9473e58222bfed3405d2d73c824
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2 years agoTrending: Add exception handling for anomalies classification 38/33238/1
Tibor Frank [Fri, 23 Jul 2021 09:05:04 +0000 (11:05 +0200)]
Trending: Add exception handling for anomalies classification

Change-Id: I6f2ee7552c513ccf2fa453f143dd52ea880bd412
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: Add rls data 17/33217/2
Tibor Frank [Wed, 21 Jul 2021 06:12:33 +0000 (08:12 +0200)]
Report: Add rls data

Change-Id: Id234d16ebbca84b663f23d295accddaf8c045417
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: Add af-xdp 26/33226/4
Tibor Frank [Wed, 21 Jul 2021 13:13:42 +0000 (15:13 +0200)]
Report: Add af-xdp

- elements(tput, speed-up)
- static content (tput, speedup)
- data
- Latency

Change-Id: I793fd4e6e6b189d93a267635b8bf07baad19accd
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: IPsec udir methodology 44/33144/2
Juraj Linkeš [Thu, 15 Jul 2021 09:27:03 +0000 (11:27 +0200)]
Report: IPsec udir methodology

Update IPsec uni-directional tests methodology.
Remove Deep SPD Policy section as these tests are not in the report.

Change-Id: Idca538a03a05e12130c7d786c098b218fa88f7ef
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2 years agoInfra: Add mnaser ssh-key 32/33232/2
pmikus [Thu, 22 Jul 2021 09:01:10 +0000 (09:01 +0000)]
Infra: Add mnaser ssh-key

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ia4869d0fecb68dc828ad3732dbfe0279afeba648

2 years agoTrending: Add graph with statistics 51/33151/15
Tibor Frank [Tue, 13 Jul 2021 06:47:31 +0000 (08:47 +0200)]
Trending: Add graph with statistics

- x-axis: time [MM-DD]
- y-axis: nr of passed/failed tests
- y-axis: build duration

Change-Id: I269af5a728a32d02ffcdecc7e25138ad1a183c4b
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoFramework: increase framework setup timeout 76/33176/2
Juraj Linkeš [Mon, 19 Jul 2021 10:25:32 +0000 (12:25 +0200)]
Framework: increase framework setup timeout

With increasing number of tests the amount of time needed to extract the
framework also increases. Double the timeout to leave some headroom as
well.

Change-Id: Ia012272a9a33f2d5d346277cc982e10603a4d3db
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2 years agoUpdate VPP_STABLE_VER files 14/33114/4
Tibor Frank [Mon, 19 Jul 2021 07:28:49 +0000 (07:28 +0000)]
Update VPP_STABLE_VER files

Change-Id: I03478151d4d9e0a0c47edb155abade8fdbf01455
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoPerf: Enable af_xdp for Intel x500 series 28/33228/1
pmikus [Wed, 21 Jul 2021 13:43:32 +0000 (13:43 +0000)]
Perf: Enable af_xdp for Intel x500 series

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: If45e592aeade12fe643791b431adc860a745be3d

2 years agoAnsible: i40e driver install 16/33216/3
pmikus [Wed, 21 Jul 2021 06:11:02 +0000 (06:11 +0000)]
Ansible: i40e driver install

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ib0e1b37e3d920f8d9a9e88896b6898fe13e4acba

2 years agoPerf: Enable af_xdp for Intel x500 series 25/33225/1
pmikus [Wed, 21 Jul 2021 12:17:21 +0000 (12:17 +0000)]
Perf: Enable af_xdp for Intel x500 series

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I331fe9134c62594189ca231349ab4c5ba43b51e5

2 years agojob_specs: 2n-tx2 add af_xdp tests to report_iterative, daily and weekly jobs 93/33193/2
Maciek Konstantynowicz [Tue, 20 Jul 2021 16:08:22 +0000 (17:08 +0100)]
job_specs: 2n-tx2 add af_xdp tests to report_iterative, daily and weekly jobs

- Testbeds covered: 2-node ThunderX2 testbeds.
- NICs covered: xl710.

Change-Id: Ibff19986168a2da87398709b8ec19b4b1f777fe7
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2 years agojob_specs: 2n-skx add af_xdp tests to report_iterative, daily and weekly jobs 90/33190/3
Maciek Konstantynowicz [Tue, 20 Jul 2021 15:38:32 +0000 (16:38 +0100)]
job_specs: 2n-skx add af_xdp tests to report_iterative, daily and weekly jobs

- Testbeds covered: 2-node Skylake testbeds.
- NICs covered: x710, xxv710.

Change-Id: I7747b5680cef05dad92788652c55f180fd93a5d1
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2 years agojob_specs: 2n-zn2 add af_xdp tests to report_iterative, daily and weekly jobs 91/33191/3
Maciek Konstantynowicz [Tue, 20 Jul 2021 15:51:16 +0000 (16:51 +0100)]
job_specs: 2n-zn2 add af_xdp tests to report_iterative, daily and weekly jobs

- Testbeds covered: 2-node Zen2 testbeds.
- NICs covered: x710, xxv710.

Change-Id: Ie5cd2374dd81bc2fa59400bb8af91dcbf6efb9bf
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2 years agoFIX: Testbed driver and firmware versions 18/33218/1
pmikus [Wed, 21 Jul 2021 06:20:26 +0000 (06:20 +0000)]
FIX: Testbed driver and firmware versions

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I2bb08a3cd7f2138ab98b3c4dacdd1dc46ac8b523

2 years agoFIX: Mellanox 82/33182/1
pmikus [Tue, 20 Jul 2021 07:04:31 +0000 (07:04 +0000)]
FIX: Mellanox

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I6aba0123c1f79e5c2acbac07503f74fc0050f472

2 years agojob-spec: Fix af-xdp mlr iterative job spec 72/33172/1
Tibor Frank [Mon, 19 Jul 2021 07:18:39 +0000 (09:18 +0200)]
job-spec: Fix af-xdp mlr iterative job spec

Change-Id: I012d504309eea97edac7f11bd22935bb8325f988
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: Add rls data 59/33159/3
Tibor Frank [Fri, 16 Jul 2021 06:21:20 +0000 (08:21 +0200)]
Report: Add rls data

Change-Id: I9c81563c904b02c5ca6ede5dc3d0922851c11ae4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agojob_specs: 2n-clx add af_xdp tests to report_iterative, daily and weekly jobs 65/33165/3
Maciek Konstantynowicz [Fri, 16 Jul 2021 12:09:56 +0000 (13:09 +0100)]
job_specs: 2n-clx add af_xdp tests to report_iterative, daily and weekly jobs

- Testbeds covered: 2-node Cascadelake testbeds only.
- NICs covered: x710, xxv710 only.

Change-Id: I3548990a27e5a47b1749bf235da526b3fe2b4353
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2 years agoReport: Remove missing latency graphs 49/33149/3
Tibor Frank [Thu, 15 Jul 2021 11:20:46 +0000 (13:20 +0200)]
Report: Remove missing latency graphs

- they were not generated as the tests failed
- Fixed legend in dpdk comparison tables

Change-Id: Idd57c1702c883d4f6ece470310e823f5885a9bce
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoReport: Configure rls2106.29, add data 41/33141/1
Tibor Frank [Thu, 15 Jul 2021 07:52:14 +0000 (09:52 +0200)]
Report: Configure rls2106.29, add data

Change-Id: Ib51ee05d67a5a6506367b9f194441be50f360d38
Signed-off-by: Tibor Frank <tifrank@cisco.com>
2 years agoFIX: Typo's in perf suites 40/33140/1
pmikus [Thu, 15 Jul 2021 06:51:42 +0000 (06:51 +0000)]
FIX: Typo's in perf suites

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I770bb2114d92bda4ab2408be9b075263c1cd2223

2 years agoReport: Add rls data 31/33131/2
Tibor Frank [Wed, 14 Jul 2021 12:40:02 +0000 (14:40 +0200)]
Report: Add rls data

Change-Id: I013515f98c3aaa4b347d61dd2c815f2ac67d56f0
Signed-off-by: Tibor Frank <tifrank@cisco.com>