aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-02-03 13:15:49 +0100
committerJan Gelety <jgelety@cisco.com>2020-02-03 12:36:11 +0000
commit739dfb4e0f194443e128bf450f0572790f764666 (patch)
treec4c1b84a55d467fdcbbe2ce294f4f6b394182a7b /resources/libraries
parent693b3f95b5e585961d0f98d6d38a7f452729efed (diff)
Autogen: Fix typo affecting DPDK
With the typo, only the first type+nic combination is generated. With fix, all combinations are generated. Change-Id: Ieb2db31cebed4940b063505b70f4d12a30da489c Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 7a035831fc06de7849876b782bf6f97136a39208)
Diffstat (limited to 'resources/libraries')
-rw-r--r--resources/libraries/python/autogen/Regenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py
index 3ef4e8554d..5cd8bcccb7 100644
--- a/resources/libraries/python/autogen/Regenerator.py
+++ b/resources/libraries/python/autogen/Regenerator.py
@@ -251,7 +251,7 @@ def write_default_files(in_filename, in_prolog, kwargs_list):
add_default_testcases(
testcase, iface, old_suite_id, file_out, kwargs_list
)
- return
+ continue
for driver in Constants.NIC_NAME_TO_DRIVER[nic_name]:
out_filename = replace_defensively(
tmp2_filename, old_suite_id,