From 43a04b3a22f9bcefe320e478cabaeaa05ed644e9 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 22 Sep 2025 12:10:06 +0000 Subject: [PATCH] fix: nr of cores for ipsec-sw-async tests Change-Id: Ia234e18a1e219ab7e9ef4a717e5357a1bfbfb8af Signed-off-by: Tibor Frank --- resources/job_specifications/ts_3n-emr.yaml | 6 ++---- resources/job_specifications/ts_3n-icx.yaml | 13 +++++-------- resources/job_specifications/ts_3n-icxd.yaml | 6 ++---- resources/job_specifications/ts_3n-snr.yaml | 6 ++---- resources/job_specifications/ts_3na-spr.yaml | 6 ++---- resources/job_specifications/ts_3nb-spr.yaml | 6 ++---- 6 files changed, 15 insertions(+), 28 deletions(-) diff --git a/resources/job_specifications/ts_3n-emr.yaml b/resources/job_specifications/ts_3n-emr.yaml index 74aad7282d..504013f043 100644 --- a/resources/job_specifications/ts_3n-emr.yaml +++ b/resources/job_specifications/ts_3n-emr.yaml @@ -52,10 +52,8 @@ test-sets: 100ge2p1e810cq: - avf - vfio-pci - framesize: - - 64 - - 1518: [1, 2] - - imix + framesize: [1518, imix] + core: [2, 3, 4] tests: - ipsec-sw-async-aes128cbc-hmac512sha-md - ipsec-sw-async-aes128gcm-md diff --git a/resources/job_specifications/ts_3n-icx.yaml b/resources/job_specifications/ts_3n-icx.yaml index a9d2a21d81..aa37c0b9a6 100644 --- a/resources/job_specifications/ts_3n-icx.yaml +++ b/resources/job_specifications/ts_3n-icx.yaml @@ -56,10 +56,8 @@ test-sets: 100ge2p1e810cq: - avf - vfio-pci - framesize: - - 64 - - 1518: [1, 2] - - imix + framesize: [1518, imix] + core: [2, 3, 4] tests: - ipsec-sw-async-aes128cbc-hmac512sha-md - ipsec-sw-async-aes128gcm-md @@ -109,10 +107,8 @@ test-sets: infra: 100ge2p1cx6dx: - mlx5_core - framesize: - - 64 - - 1518: [1, 2] - - imix + framesize: [1518, imix] + core: [2, 3, 4] tests: - ipsec-sw-async-aes128cbc-hmac512sha-md - ipsec-sw-async-aes128gcm-md @@ -569,6 +565,7 @@ test-sets: 100ge2p1e810cq: - vfio-pci framesize: [1518, imix] + core: [2, 3, 4] - ipsec-sw-reassembly-sm: infra: 100ge2p1e810cq: diff --git a/resources/job_specifications/ts_3n-icxd.yaml b/resources/job_specifications/ts_3n-icxd.yaml index 7b0ace95aa..974332ce8a 100644 --- a/resources/job_specifications/ts_3n-icxd.yaml +++ b/resources/job_specifications/ts_3n-icxd.yaml @@ -30,10 +30,8 @@ test-sets: infra: 25ge2p1e823c: - vfio-pci - framesize: - - 64 - - 1518: [1, 2] - - imix + framesize: [1518, imix] + core: [2, 3, 4] tests: - ipsec-sw-async-aes128cbc-hmac512sha-md - ipsec-sw-async-aes128gcm-md diff --git a/resources/job_specifications/ts_3n-snr.yaml b/resources/job_specifications/ts_3n-snr.yaml index 8f2a663318..0db73447dc 100644 --- a/resources/job_specifications/ts_3n-snr.yaml +++ b/resources/job_specifications/ts_3n-snr.yaml @@ -30,10 +30,8 @@ test-sets: infra: 25ge2p1e822cq: - vfio-pci - framesize: - - 64 - - 1518: [1, 2] - - imix + framesize: [1518, imix] + core: [2, 3, 4] tests: - ipsec-sw-async-aes128cbc-hmac512sha-md - ipsec-sw-async-aes128gcm-md diff --git a/resources/job_specifications/ts_3na-spr.yaml b/resources/job_specifications/ts_3na-spr.yaml index 9ca50ffd65..a320f8ca6c 100644 --- a/resources/job_specifications/ts_3na-spr.yaml +++ b/resources/job_specifications/ts_3na-spr.yaml @@ -38,10 +38,8 @@ test-sets: infra: 200ge2p1cx7veat: - mlx5_core - framesize: - - 64 - - 1518: [1, 2] - - imix + framesize: [1518, imix] + core: [2, 3, 4] tests: - ipsec-sw-async-aes128cbc-hmac512sha-md - ipsec-sw-async-aes128gcm-md diff --git a/resources/job_specifications/ts_3nb-spr.yaml b/resources/job_specifications/ts_3nb-spr.yaml index d07267e124..8024070037 100644 --- a/resources/job_specifications/ts_3nb-spr.yaml +++ b/resources/job_specifications/ts_3nb-spr.yaml @@ -52,10 +52,8 @@ test-sets: 100ge2p1e810cq: - avf - vfio-pci - framesize: - - 64 - - 1518: [1, 2] - - imix + framesize: [1518, imix] + core: [2, 3, 4] tests: - ipsec-sw-async-aes128cbc-hmac512sha-md - ipsec-sw-async-aes128gcm-md -- 2.16.6