From 3d20e3980839f01466c5750c2372fba55c47768e Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 29 May 2024 14:58:13 +0200 Subject: feat(jobspecs): Add more soak tests + Add l2xcbase. + Add 200k scale, both ip4 and ip6. + Test 200k and l2bdmaclearn also on: + Primary NIC with secondary driver. + Secondary NIC and its primary driver. + Add 1518B memif test cases, for 2n-spr also with DMA (including 64B). + This needed an edit in autogen. + Switch crypto tests to drv_vfio_pci as AVF has bad RSS on those. + Add two SRv6 cases to 3n-icx as it does not support hwasync crypto. + Repair name of UDP ASTF tests. Change-Id: I91e20ec80dc4984c55d39b5f5ad38f26b48da33e Signed-off-by: Vratko Polak --- resources/libraries/python/autogen/Regenerator.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'resources/libraries') diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index 8d593fecca..ce8f21d4b6 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -178,9 +178,6 @@ def add_default_testcases( if u"reassembly" in suite_id: if kwargs[u"frame_size"] != 1518: emit = False - else: - if kwargs[u"frame_size"] not in MIN_FRAME_SIZE_VALUES: - emit = False kwargs.update({'phy_cores': kwas['phy_cores']*core_scale}) -- cgit 1.2.3-korg