From d614236156228513270101ab1f4ad5c3e8741c53 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 3 Sep 2025 14:28:43 +0200 Subject: [PATCH] fix(jobspec): Bring back UDP TRex tests Change-Id: I5367f9aa46273716dfb7d15ecc3b265818fc9100 Signed-off-by: Vratko Polak --- resources/job_specifications/test_groups.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/job_specifications/test_groups.yaml b/resources/job_specifications/test_groups.yaml index ddbb5bb639..2bed570b49 100644 --- a/resources/job_specifications/test_groups.yaml +++ b/resources/job_specifications/test_groups.yaml @@ -17,13 +17,14 @@ test-groups: trex-nat44-cps-md: - ethip4tcp-ip4base-h1024-p63-s64512-cps-tg - ethip4tcp-ip4base-h262144-p63-s16515072-cps-tg - - ethip4tcp-ip4base-h1024-p63-s64512-cps-tg - - ethip4tcp-ip4base-h262144-p63-s16515072-cps-tg + - ethip4udp-ip4base-h1024-p63-s64512-cps-tg + - ethip4udp-ip4base-h262144-p63-s16515072-cps-tg trex-nat44-tput-md: + # Separated from cps as min framesize is different. - ethip4tcp-ip4base-h1024-p63-s64512-tput-tg - ethip4tcp-ip4base-h262144-p63-s16515072-tput-tg - - ethip4tcp-ip4base-h1024-p63-s64512-tput-tg - - ethip4tcp-ip4base-h262144-p63-s16515072-tput-tg + - ethip4udp-ip4base-h1024-p63-s64512-tput-tg + - ethip4udp-ip4base-h262144-p63-s16515072-tput-tg trex-ip6-sm: - ethip6-ip6base-tg - ethip6-ip6scale20k-tg -- 2.16.6