job-specs: Modifications in the coverage jobs 53/43953/3
authorTibor Frank <[email protected]>
Tue, 28 Oct 2025 12:51:40 +0000 (12:51 +0000)
committerTibor Frank <[email protected]>
Tue, 28 Oct 2025 13:22:40 +0000 (13:22 +0000)
commit0be54c1033347eb0cbff0744825d86b06e4b8551
treee6fa185d6a2160d1f18b9753c38cab0b54a76a4a
parent389ead02ddd38e63975f2888f641e08ac5db717e
job-specs: Modifications in the coverage jobs

Goal: run the same tests as in iterative but with more combinations of
- frame sizes
- cpus/cores
- scales

The test groups were removed from coverage test sets because they
are not present in the corresponding iterative set.

The test groups were added to coverage test sets because they are
present in the corresponding iterative set.

DPDK
- no changes

TRex
- no changes

VPP
1. 2n-aws
   - no changes, iterative job spec is used
2. 2n-c6in
   - no changes, iterative job spec is used
3. 2n-c7gn
   - no changes, iterative job spec is used
4. 2n-emr
   - removed:
     - ip4-pol
     - ip6-acl
     - loadbalancer
5. 2n-grc
   - removed:
     - ip4-pol
     - ip6-acl
     - loadbalancer
6. 2n-icx
   - removed:
     - ip4-pol
     - ip6-acl
     - loadbalancer
7. 2n-spr
   - removed:
     - ip4-pol
     - ip6-acl
     - loadbalancer
8. 2n-zn2
   - removed:
     - ip4-pol
     - ip6-acl
     - loadbalancer
9. 3n-alt
   - removed:
     - container-memif-sw
     - ip4-acl
     - ip6-acl
     - l2-acl
     - l2-macip
     - vhost-vxlan
   - added:
     - ipsec-sw-async-aes128cbc-hmac512sha
     - ipsec-sw-async-aes128gcm
     - ipsec-sw-async-aes256gcm
     - ipsec-sw
     - ipsec-sw-reassembly
     - ipsec-sw-policy
     - gtpu-sw
     - wireguard-sw
     - gtpu-sw-reassembly
10. 3n-emr
   - removed:
     - container-memif-sw
     - ipsec-sw-policy-aes256gcm
     - ipsec-hw-async-policy-aes256gcm
     - ip4-pol
     - ip4-acl
     - lisp
     - ip6-acl
     - ip6-lisp
     - l2-acl
     - l2-macip
     - vhost
     - vhost-vxlan
   - added:
     - ipsec-sw-reassembly
     - ipsec-sw-udp
     - gtpu-sw
     - gtpu-sw-reassembly
     - wireguard-hw
11. 3n-icx
   - removed:
     - container-memif-sw
     - ipsec-sw-fixtnlip
     - ip4-pol
     - ip4-acl
     - lisp
     - ip6-acl
     - ip6-lisp
     - l2-acl
     - l2-macip
     - vhost
     - vhost-vxlan
   - added:
     - ipsec-sw-reassembly
     - ipsec-sw-udp
     - gtpu-sw-reassembly
12. 3n-icxd
   - removed:
     - ip4-pol
     - ip6-acl
   - added:
     - ipsec-sw-udp
     - ipsec-sw-reassembly
     - ipsec-hw-async-aes256gcm
     - gtpu-sw-reassembly
13. 3n-oct
   - added:
     - ip4 scale
     - l2 scale
14. 3n-snr
   - removed:
     - ip4-pol
     - ip6-acl
   - added:
     - ipsec-sw-reassembly
     - ipsec-sw-udp
     - ipsec-hw-async-aes256gcm
15. 3na-spr
   - removed:
     - container-memif-sw
     - ipsec-sw-fixtnlip
     - ip4-pol
     - ip4-acl
     - lisp
     - ip6-acl
     - ip6-lisp
     - l2-acl
     - l2-macip
     - vhost
     - vhost-vxlan
16. 3nb-spr
   - removed:
     - container-memif-sw
     - ipsec-sw-policy-aes256gcm
     - ipsec-sw-fixtnlip
     - ip4-pol
     - ip4-acl
     - lisp
     - ip6-acl
     - ip6-lisp
     - l2-acl
     - l2-macip
     - vhost
     - vhost-vxlan
   - added:
     - ipsec-sw-reassembly
     - ipsec-sw-udp

Change-Id: I1711809d36deca84b54387b3ecf4f0fcd3bdd558
Signed-off-by: Tibor Frank <[email protected]>
15 files changed:
resources/job_specifications/test_groups.yaml
resources/job_specifications/ts_2n-emr.yaml
resources/job_specifications/ts_2n-grc.yaml
resources/job_specifications/ts_2n-icx.yaml
resources/job_specifications/ts_2n-spr.yaml
resources/job_specifications/ts_2n-zn2.yaml
resources/job_specifications/ts_3n-alt.yaml
resources/job_specifications/ts_3n-emr.yaml
resources/job_specifications/ts_3n-icx.yaml
resources/job_specifications/ts_3n-icxd.yaml
resources/job_specifications/ts_3n-oct.yaml
resources/job_specifications/ts_3n-snr.yaml
resources/job_specifications/ts_3na-spr.yaml
resources/job_specifications/ts_3nb-spr.yaml
resources/libraries/python/suite_generator/suite_generator.py