csit.git
15 months agofeat(docs): Job specs for hoststack 75/37975/1
pmikus [Mon, 23 Jan 2023 11:57:22 +0000 (11:57 +0000)]
feat(docs): Job specs for hoststack

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Id116b1bef41e31a3527cd704106c25be59740cba

15 months agoUpdate VPP_STABLE_VER files 82/37982/2
Tibor Frank [Mon, 23 Jan 2023 05:31:17 +0000 (05:31 +0000)]
Update VPP_STABLE_VER files

Change-Id: Ibb23621bcfb6cbe70693814f8306a20d04fc9a86
Signed-off-by: Tibor Frank <tifrank@cisco.com>
15 months agofix(core): AB library 63/37963/1
pmikus [Fri, 20 Jan 2023 07:46:58 +0000 (07:46 +0000)]
fix(core): AB library

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ib79a3f010abd28a57248c03ca62e8070df000c77

15 months agofeat(docs): Add mlx5_core job_specs 55/37955/2
pmikus [Thu, 19 Jan 2023 10:17:57 +0000 (10:17 +0000)]
feat(docs): Add mlx5_core job_specs

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ibc691da995cf9e5ddbfea4227913ecb465525534

15 months agoAdd 40k tunnels ipsec policy mode with fastpath enabled test suite 13/37913/4
Yulong Pei [Fri, 13 Jan 2023 07:06:00 +0000 (07:06 +0000)]
Add 40k tunnels ipsec policy mode with fastpath enabled test suite

In order to compare performance number with existed routing based ipip
interface mode 40k tunnels ipsec test.

Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
Change-Id: I94816a8c18f08b539114d6ca9d4e1218a2b6ea5f

15 months agofix(docs): Cleanup job_specs 52/37952/1
pmikus [Thu, 19 Jan 2023 09:23:57 +0000 (09:23 +0000)]
fix(docs): Cleanup job_specs

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Iccccda3b7909adb9fc330b2d3454a7c429e4cf8f

15 months agofeat(dash): SSL certificate 38/37938/3
pmikus [Tue, 17 Jan 2023 13:37:45 +0000 (13:37 +0000)]
feat(dash): SSL certificate

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Iccab2214a62d5d928d989e8e0dcb927b8ae3390f

15 months agofix(core): Handle hoststack exceptions 43/37943/1
pmikus [Wed, 18 Jan 2023 08:54:45 +0000 (08:54 +0000)]
fix(core): Handle hoststack exceptions

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I28295ee6e64ab9674449a98e8d036b39d3d538bf

15 months agofeat(model): Simplify logic 30/37930/4
pmikus [Mon, 16 Jan 2023 14:35:06 +0000 (14:35 +0000)]
feat(model): Simplify logic

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I461899d72e92e5c5db9f64261206ec0e6704e0c8

15 months agofix(etl): Split memory usage 29/37929/2
pmikus [Mon, 16 Jan 2023 14:04:51 +0000 (14:04 +0000)]
fix(etl): Split memory usage

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Icd6b6bbff65ef70fd85bf3595c1d2a1a06655416

15 months agofeat(papi): wipe remains of VAT 59/36959/18
Vratko Polak [Mon, 16 Jan 2023 11:47:28 +0000 (12:47 +0100)]
feat(papi): wipe remains of VAT

- Some older documentation files are not updated yet.

Change-Id: If1717e12308f0e2e76c10024e6eebe68ddeddc9f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
15 months agofeat(papi): switch TestConfig from vat to async PAPI 83/36783/27
Vratko Polak [Mon, 16 Jan 2023 11:47:03 +0000 (12:47 +0100)]
feat(papi): switch TestConfig from vat to async PAPI

Change-Id: I5b3ee68c8155e62ca6c68e84132d78af0615ee4d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
15 months agofeat(papi): switch ipsec from vat to async papi 59/36759/27
Vratko Polak [Mon, 16 Jan 2023 11:46:43 +0000 (12:46 +0100)]
feat(papi): switch ipsec from vat to async papi

+ Move papi_exec resource out of for loops.

Change-Id: I39d75ad2552986f82f7e2c8e3aae2fbc07f042e0
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
15 months agofeat(papi): switch ip from vat to async papi 58/36758/24
Vratko Polak [Mon, 16 Jan 2023 11:46:14 +0000 (12:46 +0100)]
feat(papi): switch ip from vat to async papi

Change-Id: I3ecad09d2659124a6c07d642a453845ed1779258
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
15 months agofeat(papi): add async mode, use it in scale calls 74/36774/32
Vratko Polak [Mon, 16 Jan 2023 11:45:25 +0000 (12:45 +0100)]
feat(papi): add async mode, use it in scale calls

+ Introduce two explicit handling modes to save memory in scale test.
+ Connect in async mode for both handling modes (to avoid reconnects).
+ Support both pre- and post-37758 VPP PAPI async behavior.
+ Use control-ping in dumps to emulate sync mode.
+ Do not use it for single reply to avoid VPP-2033.
+ Fix call sites to get their replies with correct handling mode.
+ Drain enqueued replies to avoid subsequent errors.
+ Retry if read returns None too early.
+ Update docstrings.
- Complexity issues reported by pylint postponed, needs larger refactor.
- Explicit replace of VAT is done in subsequent changes.

Ticket: CSIT-1547 CSIT-1671

Change-Id: I3c63fa5c578975cc4dd7fce0babe3ab04ec15ed3
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
15 months agostyle(papi): reformat code before real changes 58/36958/17
Vratko Polak [Thu, 12 Jan 2023 13:57:47 +0000 (14:57 +0100)]
style(papi): reformat code before real changes

Used black (with line length overridden to 80).
Also manually removed u from inside f strigs.

Change-Id: I5be354e744a697ac68f781b08159de6d1fbdc07e
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
15 months agoUpdate VPP_STABLE_VER files 07/37807/2
Tibor Frank [Mon, 16 Jan 2023 05:37:13 +0000 (05:37 +0000)]
Update VPP_STABLE_VER files

Change-Id: I9587d866c961f8ac5be14a5d8ac6e77f67e581ee
Signed-off-by: Tibor Frank <tifrank@cisco.com>
15 months agofeat(etl): rls2302 + hoststack 04/37904/4
pmikus [Thu, 12 Jan 2023 13:17:50 +0000 (13:17 +0000)]
feat(etl): rls2302 + hoststack

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I511265b8d38793f74d23f73e434fa241d969b560

15 months agofix(perpatch): do not expect output_raw 07/37907/2
Vratko Polak [Thu, 12 Jan 2023 17:52:48 +0000 (18:52 +0100)]
fix(perpatch): do not expect output_raw

Fixes: bfbdfaedb044b7643b81f47e76285baedfee9e25

Change-Id: Iaefff972d6d47ccdd34b2ccb150375d084df6d93
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
15 months agofeat(core): Add mlx5_core driver tests 02/37902/3
pmikus [Thu, 12 Jan 2023 10:50:29 +0000 (10:50 +0000)]
feat(core): Add mlx5_core driver tests

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I23f2ab678e6666a1423620fa373261d822030bc8

15 months agofix(core): Remove some Focal leftovers 96/37896/1
pmikus [Wed, 11 Jan 2023 14:00:07 +0000 (14:00 +0000)]
fix(core): Remove some Focal leftovers

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I1c7df34cfb78cf767081acea435dc205b3f44a15

15 months agofeat(model): Hoststack type 84/37784/14
pmikus [Fri, 9 Dec 2022 08:50:06 +0000 (08:50 +0000)]
feat(model): Hoststack type

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ia7eefc28645c78ad346d294099ef6258faa9814f

15 months agoC-Dash: Replace dcc.Loading by dbc.Spinner 82/37882/1
Tibor Frank [Mon, 9 Jan 2023 15:28:20 +0000 (16:28 +0100)]
C-Dash: Replace dcc.Loading by dbc.Spinner

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

15 months agoC-Dash: Remove TRex named "none" 78/37878/1
Tibor Frank [Mon, 9 Jan 2023 09:38:19 +0000 (10:38 +0100)]
C-Dash: Remove TRex named "none"

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

15 months agofix(core): DPDK stuff 77/37877/2
pmikus [Mon, 9 Jan 2023 09:16:57 +0000 (09:16 +0000)]
fix(core): DPDK stuff

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I276cbfe4f761ddb4ccc652a276be2614adc6117e

15 months agoUpdate VPP_STABLE_VER files 02/37802/2
Tibor Frank [Mon, 9 Jan 2023 05:44:31 +0000 (05:44 +0000)]
Update VPP_STABLE_VER files

Change-Id: I42d01a5b8c52d99c140323391cd3786c6c2ae607
Signed-off-by: Tibor Frank <tifrank@cisco.com>
15 months agoC-Dash: Change the year in the copyright message. 68/37868/2
Tibor Frank [Thu, 5 Jan 2023 05:48:09 +0000 (06:48 +0100)]
C-Dash: Change the year in the copyright message.

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

15 months agoReport: Remove DNV testbeds 66/37866/3
Tibor Frank [Wed, 4 Jan 2023 10:08:47 +0000 (11:08 +0100)]
Report: Remove DNV testbeds

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

15 months agoUpdate VPP_STABLE_VER files 01/37801/2
Tibor Frank [Wed, 4 Jan 2023 05:58:53 +0000 (05:58 +0000)]
Update VPP_STABLE_VER files

Change-Id: Iaea26a48cc218c8823bea0ab9c11b3205f588778
Signed-off-by: Tibor Frank <tifrank@cisco.com>
16 months agofix(terraform): AWS changes compliance 44/37844/1
pmikus [Tue, 20 Dec 2022 10:44:21 +0000 (10:44 +0000)]
fix(terraform): AWS changes compliance

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ibc4ec833c1cc44513b727ddd7d81e6db42bc9f4b

16 months agofix(ansible): Jenkins Job Exporter 39/37839/1
pmikus [Mon, 19 Dec 2022 09:32:31 +0000 (09:32 +0000)]
fix(ansible): Jenkins Job Exporter

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ia6459b777dc8e74f00f561f510916526af3270c5

16 months agofeat(core): DNV decommission 34/37834/2
pmikus [Thu, 15 Dec 2022 10:20:29 +0000 (10:20 +0000)]
feat(core): DNV decommission

- Static content will be removed separately

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I0992e941e1c24552837eaf7e8d3f6564b3cb21c8

16 months agofix(ansible): Meson version 31/37831/1
pmikus [Wed, 14 Dec 2022 14:50:04 +0000 (14:50 +0000)]
fix(ansible): Meson version

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ib29605886ec5d101ca166424d65a6f825f69be59

16 months agonginx: bump down to working 1_21_5 version 33/37733/26
Viliam Luc [Tue, 29 Nov 2022 13:09:46 +0000 (14:09 +0100)]
nginx: bump down to working 1_21_5 version

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: I9ff7abda9961d92c98ab08c77e79406644c115fc

16 months agofix(core): Telemetry oload 94/37794/1
pmikus [Mon, 12 Dec 2022 11:26:27 +0000 (11:26 +0000)]
fix(core): Telemetry oload

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I1c13afd8cb377c76d65f7099b9652b96613ad087

16 months agoUpdate VPP_STABLE_VER files 96/37796/2
Tibor Frank [Mon, 12 Dec 2022 06:59:42 +0000 (06:59 +0000)]
Update VPP_STABLE_VER files

Change-Id: I30a32400a6b77ed579675a4e81b23d239caaa697
Signed-off-by: Tibor Frank <tifrank@cisco.com>
16 months agofeat(etl): Reconf type 65/37765/2
pmikus [Wed, 7 Dec 2022 13:11:10 +0000 (13:11 +0000)]
feat(etl): Reconf type

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I1ce012e22d715a7371d03c086bb83e17592bd4e3

16 months agofeat(model): Reconf type 51/37751/3
pmikus [Tue, 6 Dec 2022 12:54:25 +0000 (12:54 +0000)]
feat(model): Reconf type

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ibfab25ee82eaa207987f4070cf2386ea9d0781cd

16 months agofeat(telemetry): Add telemetry export 34/37734/11
pmikus [Wed, 30 Nov 2022 14:46:10 +0000 (14:46 +0000)]
feat(telemetry): Add telemetry export

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ibb8a59fd4e08bc736494c7ab18e689a55f7a98dc

16 months agofeat(model): Cleanup and introduce telemetry 17/37717/17
pmikus [Thu, 24 Nov 2022 13:27:53 +0000 (13:27 +0000)]
feat(model): Cleanup and introduce telemetry

- Due to divergence from original design path the RAW was never
  consumed. It adds too much code complexity and requires processing
  on both storage and compute. Removing entirely to make modeling
  efficient.
- log (apparently SSH) section will never be consumed in the way it is
  coded in model. This section is also not part of model schema itself
  due to the point above.
- Introducing telemetry section that is going to carry telemetry
  items required for CDash.

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I7e0256c6c9715de8ee559eed29dce96329aac97d

16 months agoUpdate VPP_STABLE_VER files 04/37704/2
Tibor Frank [Mon, 5 Dec 2022 05:38:04 +0000 (05:38 +0000)]
Update VPP_STABLE_VER files

Change-Id: I0c6dbe118303ea1253b190c23b4877f7978e821f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
16 months agofix(report): use the usual ASTF order also for DNV 24/37724/2
Vratko Polak [Fri, 25 Nov 2022 15:56:19 +0000 (16:56 +0100)]
fix(report): use the usual ASTF order also for DNV

Change-Id: Iba13c94debf36b4ba5ff7b30ba4fece8d744640f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
16 months agofeat(etl): Add telemetry, remove release 23/37723/5
pmikus [Fri, 25 Nov 2022 15:33:34 +0000 (15:33 +0000)]
feat(etl): Add telemetry, remove release

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I26471a041c83ffc5d221b2b6d69b4443a40f3de8

16 months agoUpdate VPP_STABLE_VER files 02/37702/2
Tibor Frank [Mon, 28 Nov 2022 05:55:14 +0000 (05:55 +0000)]
Update VPP_STABLE_VER files

Change-Id: I0deb6736b048512d1ed5554d3237d7ca168c98ef
Signed-off-by: Tibor Frank <tifrank@cisco.com>
17 months agonginx: new stable 1.22.1 version 94/37694/3
Viliam Luc [Wed, 23 Nov 2022 12:25:58 +0000 (13:25 +0100)]
nginx: new stable 1.22.1 version

- removed old 1_15_0
- removed old 1_14_2
+ updated job_specs

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: Ie75cde28f485b809fe08f808f4fa7d31d52c3929

17 months agofeat(cdash): Local data 71/37671/7
pmikus [Wed, 16 Nov 2022 14:36:35 +0000 (14:36 +0000)]
feat(cdash): Local data

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I25aa1d124c0a4fd039211054e599e542294a4b5d

17 months agofix(report): update MLRsearch methodology 15/37615/2
Vratko Polak [Thu, 10 Nov 2022 14:17:08 +0000 (15:17 +0100)]
fix(report): update MLRsearch methodology

Change-Id: I0f68c1569a7300434c7142c3856e7641d7cbf934
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
17 months agoFix: Nginx check simplified 85/37685/8
Viliam Luc [Tue, 22 Nov 2022 08:54:07 +0000 (09:54 +0100)]
Fix: Nginx check simplified

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: Icd8a5e892bb2c31c01851f731482c692cea4d70a

17 months agofix(report): add third RCA item 88/37688/1
Vratko Polak [Tue, 22 Nov 2022 13:01:53 +0000 (14:01 +0100)]
fix(report): add third RCA item

Change-Id: I6228db213513770383020e669fa2e149d7d9f199
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
17 months agofix(report): update RCA 82/37682/3
Vratko Polak [Mon, 21 Nov 2022 13:36:48 +0000 (14:36 +0100)]
fix(report): update RCA

+ Add TRex bump line to previous CSIT environment description.
+ Remove outdated changes_tg.rst page.

Change-Id: I88bce0439c863983db0dae248c2eebca8637a62f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
17 months agoReport: Configure 2210.47 86/37686/1
Tibor Frank [Tue, 22 Nov 2022 09:01:52 +0000 (10:01 +0100)]
Report: Configure 2210.47

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

17 months agoReport: Fixes 68/37668/3
Tibor Frank [Wed, 16 Nov 2022 09:56:47 +0000 (10:56 +0100)]
Report: Fixes

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

17 months agoReport: fix typos 84/37684/1
Tibor Frank [Tue, 22 Nov 2022 06:55:13 +0000 (07:55 +0100)]
Report: fix typos

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

17 months agoFix: when collected telemetry data are broken 58/37658/2
Viliam Luc [Mon, 14 Nov 2022 11:56:50 +0000 (12:56 +0100)]
Fix: when collected telemetry data are broken

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: Ibf9cf8d56fcddd3d83f25294dffaac7449bf3088

17 months agoUpdate VPP_STABLE_VER files 34/37634/2
Tibor Frank [Mon, 21 Nov 2022 06:15:47 +0000 (06:15 +0000)]
Update VPP_STABLE_VER files

Change-Id: I97e4ca6b5b26cd380bc1a675b1a53c2811edccd7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
17 months agoReport: 2210 release notes update 70/37670/1
Viliam Luc [Wed, 16 Nov 2022 12:14:35 +0000 (13:14 +0100)]
Report: 2210 release notes update

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: Iba36b7fd533f427dfb8445210bc65fdd8b9dbe3f

17 months agoReport: Final release notes issues update 67/37667/1
Viliam Luc [Wed, 16 Nov 2022 09:45:25 +0000 (10:45 +0100)]
Report: Final release notes issues update

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: I57467ab8d889fef68fffd722c309a7fecf2cd711

17 months agoReport: Add rls data, NAT44 ED TCP tput for 2n-dnv 65/37665/1
Tibor Frank [Wed, 16 Nov 2022 08:44:31 +0000 (09:44 +0100)]
Report: Add rls data, NAT44 ED TCP tput for 2n-dnv

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

17 months agoReport: Add release data 64/37664/2
Tibor Frank [Tue, 15 Nov 2022 13:06:29 +0000 (14:06 +0100)]
Report: Add release data

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

17 months agoTAGS: minor update in TRex tests tags 32/37432/4
Viliam Luc [Mon, 17 Oct 2022 09:24:44 +0000 (11:24 +0200)]
TAGS: minor update in TRex tests tags

- fix ip6 scale tag
- unified order of tags

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: I173bd8369167f07a118f607a9c1957e354f772b2

17 months agofeat(cdash): Environement fixes 45/37645/2
pmikus [Fri, 11 Nov 2022 10:57:26 +0000 (11:57 +0100)]
feat(cdash): Environement fixes

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I6bdb30c7313b909fe29e10b20bd21957433bda87

17 months agoCSIT-1879: Enable vxlan plugin in all vxlan test suites 28/37528/4
Steven Luong [Thu, 27 Oct 2022 19:31:51 +0000 (12:31 -0700)]
CSIT-1879: Enable vxlan plugin in all vxlan test suites

vxlan is going to a plugin.
https://gerrit.fd.io/r/c/vpp/+/37511
Need to add vxlan_plugin.so to all vxlan test cases

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Ie7f9c6c61eac4b85aeca769d467ddd0f7d5118f0
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
17 months agoCSIT-1880 - Enable vhost plugin in all vhost test suites 58/37558/2
Steven Luong [Fri, 28 Oct 2022 21:10:53 +0000 (14:10 -0700)]
CSIT-1880 - Enable vhost plugin in all vhost test suites

vhost is going to a plugin.
https://gerrit.fd.io/r/c/vpp/+/37488
Need to add vhost_plugin.so to all vhost test cases

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I5c79795c1ba5ffcdc9d10697faffbc0b49b22abb

17 months agoReport: Add release data 52/37652/3
Tibor Frank [Mon, 14 Nov 2022 08:55:31 +0000 (09:55 +0100)]
Report: Add release data

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

17 months agoUpdate VPP_STABLE_VER files 26/37626/2
Tibor Frank [Mon, 14 Nov 2022 05:52:47 +0000 (05:52 +0000)]
Update VPP_STABLE_VER files

Change-Id: Ide02c1cf1bd781e374a84b53e6604c4f79e9846c
Signed-off-by: Tibor Frank <tifrank@cisco.com>
17 months agoReport: Add 3n-icx wireguard latency, add rls data 47/37647/1
Tibor Frank [Fri, 11 Nov 2022 11:30:03 +0000 (12:30 +0100)]
Report: Add 3n-icx wireguard latency, add rls data

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

17 months agoReport: Add wireguard tests 13/37613/1
Tibor Frank [Thu, 10 Nov 2022 13:11:19 +0000 (14:11 +0100)]
Report: Add wireguard tests

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

17 months agofeat(ietf): replace MLRsearch draft to new version 29/36429/61
Vratko Polak [Wed, 9 Nov 2022 15:26:06 +0000 (16:26 +0100)]
feat(ietf): replace MLRsearch draft to new version

Change-Id: Id2136d7a6cc95708ee641ca01247a3db50d2c8bf
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
17 months agofeat(cdash): CI Scripts 07/37607/4
pmikus [Wed, 9 Nov 2022 13:22:00 +0000 (13:22 +0000)]
feat(cdash): CI Scripts

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I857265b1f63fb795d5efbb312777edebe700a49a

17 months agofix(report): slightly update release notes 96/37596/7
Vratko Polak [Tue, 8 Nov 2022 16:09:44 +0000 (17:09 +0100)]
fix(report): slightly update release notes

+ Mention impact of Ubuntu version performance.
+ GTPU HW was already tested in rls2206.

Change-Id: I545e48746fc7dbf8f437d4b521c26cc89a1250b1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
17 months agoReport: release notes 3 more issues added 05/37605/4
Viliam Luc [Wed, 9 Nov 2022 10:09:08 +0000 (11:09 +0100)]
Report: release notes 3 more issues added

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: I73244988fee99aac284948f1aaf6e1ede74bafa5

17 months agoReport: rls notes - minor edits for wireguard tests 06/37606/1
Maciek Konstantynowicz [Wed, 9 Nov 2022 10:57:17 +0000 (10:57 +0000)]
Report: rls notes - minor edits for wireguard tests

Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Change-Id: I7b7eeadba9d64d3170c2a217b4759dd8764c0005

17 months agoReport: Disable archiving the xml files 04/37604/1
Tibor Frank [Wed, 9 Nov 2022 09:54:34 +0000 (10:54 +0100)]
Report: Disable archiving the xml files

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

17 months agoReport: Final clean-up 03/37603/2
Tibor Frank [Wed, 9 Nov 2022 09:49:22 +0000 (10:49 +0100)]
Report: Final clean-up

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

17 months agofeat(dash): CI scripts 92/37592/4
pmikus [Tue, 8 Nov 2022 07:20:33 +0000 (08:20 +0100)]
feat(dash): CI scripts

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ifb8695f4541344b180c23f2b69ae478c83605263

17 months agoReport: Release notes jira tickets update 01/37601/5
Viliam Luc [Tue, 8 Nov 2022 14:48:27 +0000 (15:48 +0100)]
Report: Release notes jira tickets update

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: I0167d21c4afb62e7346056d54f9220e5cbdb8129

17 months agoReport: add ref. to wireguard tests to rls notes 00/37600/1
Maciek Konstantynowicz [Tue, 8 Nov 2022 14:43:45 +0000 (14:43 +0000)]
Report: add ref. to wireguard tests to rls notes

Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Change-Id: I2f0469431ccdc2e846c82333f14c7a5edc76558c

17 months agoReport: Fix typo in elements.yaml 99/37599/1
Tibor Frank [Tue, 8 Nov 2022 13:49:45 +0000 (14:49 +0100)]
Report: Fix typo in elements.yaml

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

17 months agoReport: Add rls data 98/37598/1
Tibor Frank [Tue, 8 Nov 2022 13:28:05 +0000 (14:28 +0100)]
Report: Add rls data

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

17 months agoReport: Add release data, trex coverage 97/37597/1
Tibor Frank [Tue, 8 Nov 2022 09:44:08 +0000 (10:44 +0100)]
Report: Add release data, trex coverage

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

17 months agoReport: Add 3n-alt comparison tables 94/37594/2
Tibor Frank [Tue, 8 Nov 2022 08:15:45 +0000 (09:15 +0100)]
Report: Add 3n-alt comparison tables

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

17 months agofeat(cdash): Update terraform 56/37556/2
pmikus [Fri, 28 Oct 2022 13:30:46 +0000 (13:30 +0000)]
feat(cdash): Update terraform

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I6a3c348cd4c021a9a8df1ff76270d0a95fc80f63

17 months agoReport: Release notes 76/37576/4
Tibor Frank [Fri, 4 Nov 2022 12:16:27 +0000 (13:16 +0100)]
Report: Release notes

Placeholder for the release notes. Add the release notes here.

- VPP
- DPDK
- TRex

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

17 months agoReport: Add release data 87/37587/2
Tibor Frank [Mon, 7 Nov 2022 11:26:14 +0000 (12:26 +0100)]
Report: Add release data

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

17 months agotelemetry: small fixes 37/37337/8
Viliam Luc [Mon, 3 Oct 2022 12:45:48 +0000 (14:45 +0200)]
telemetry: small fixes

- removed remnant debugging code
+ fix compatibility with Metric naming convention
+ fix failures when perf-stat command returns wrong data
+ better handling when perf-stat command fails

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: I23a064ed09c8cf0394abb5306fb04f4e33c20aa4

17 months agoUpdate VPP_STABLE_VER files 46/37546/3
Tibor Frank [Mon, 7 Nov 2022 06:09:54 +0000 (06:09 +0000)]
Update VPP_STABLE_VER files

Change-Id: I9bbf71e2d47d166155ba792065e8e3f1ce806279
Signed-off-by: Tibor Frank <tifrank@cisco.com>
17 months agojob-spec: Add wireguard test to regression 52/37452/3
Yulong Pei [Tue, 18 Oct 2022 05:31:10 +0000 (05:31 +0000)]
job-spec: Add wireguard test to regression

Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
Change-Id: I36f864b9ee36bf2d8107bd92101b639bc48a555e

17 months agoReport: Add release data 75/37575/1
Tibor Frank [Fri, 4 Nov 2022 09:19:53 +0000 (10:19 +0100)]
Report: Add release data

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

17 months agoReport: Add release data 68/37568/1
Tibor Frank [Thu, 3 Nov 2022 09:58:37 +0000 (10:58 +0100)]
Report: Add release data

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

17 months agoReport: Add release data 64/37564/2
Tibor Frank [Wed, 2 Nov 2022 11:09:33 +0000 (12:09 +0100)]
Report: Add release data

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

17 months agoReport: Add Trex tests 27/37527/4
Tibor Frank [Thu, 27 Oct 2022 10:49:53 +0000 (12:49 +0200)]
Report: Add Trex tests

- 1n-aws
- 2n-icx

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

17 months agoUpdate VPP_STABLE_VER files 41/37541/2
Tibor Frank [Wed, 2 Nov 2022 05:38:18 +0000 (05:38 +0000)]
Update VPP_STABLE_VER files

Change-Id: I7bbb4e6e1b35798cd736e1fdf33743b42079a87d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
17 months agofeat(cdash): do-release 35/37535/1
pmikus [Fri, 28 Oct 2022 12:50:03 +0000 (12:50 +0000)]
feat(cdash): do-release

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I8ecb3d71282b76f9fa5e570c3aa0272b1886ac53

17 months agofix(cdash): Revert to data driven app 31/37531/1
pmikus [Fri, 28 Oct 2022 09:34:27 +0000 (09:34 +0000)]
fix(cdash): Revert to data driven app

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ie605da20280c3f255bc2a9eca9f6da0c79cb83b5

18 months agoReport: Add rc2 data 26/37526/1
Tibor Frank [Thu, 27 Oct 2022 08:29:12 +0000 (10:29 +0200)]
Report: Add rc2 data

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

18 months agofix(report): list more decimals in soak comparisons 25/37525/1
Vratko Polak [Wed, 26 Oct 2022 14:41:26 +0000 (16:41 +0200)]
fix(report): list more decimals in soak comparisons

Recent results frequently show just one digit.

Change-Id: Ieefb7d06789af6934cb76d7abd959df50ab6fa3c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
18 months agofix(job_specs): T-Rex jobs 24/37524/1
pmikus [Wed, 26 Oct 2022 13:47:47 +0000 (13:47 +0000)]
fix(job_specs): T-Rex jobs

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I1641dcd2bfcacec25af92b9b85c3dad3bdf2f0e0

18 months agofix(packer): AWS images 08/37508/9
pmikus [Mon, 24 Oct 2022 12:11:36 +0000 (12:11 +0000)]
fix(packer): AWS images

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ia725b895eab531f106ebf4919a0fc455447b5d9a

18 months agoReport: Add rc2 data 22/37522/1
Tibor Frank [Wed, 26 Oct 2022 08:12:26 +0000 (10:12 +0200)]
Report: Add rc2 data

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

18 months agoReport: Add rc2 data 15/37515/1
Tibor Frank [Tue, 25 Oct 2022 08:15:53 +0000 (10:15 +0200)]
Report: Add rc2 data

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