From: Vratko Polak Date: Mon, 3 Feb 2020 12:15:49 +0000 (+0100) Subject: Autogen: Fix typo affecting DPDK X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=7a035831fc06de7849876b782bf6f97136a39208 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 --- 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,