aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/autogen
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-11-02 06:44:27 +0000
committerpmikus <pmikus@cisco.com>2021-11-02 06:44:27 +0000
commit79f23ad3f92341040762a9b0018557e03b306200 (patch)
tree00bbb885a20cbb6abd42653a0e0c410db662b004 /resources/libraries/python/autogen
parent5747228f8c7c793dcf62a94aeb11fdb96ee7a37e (diff)
fix(autogen): VSAP testcase naming
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ic6d440ffdf7e27c9e6ce65605178163652758f77
Diffstat (limited to 'resources/libraries/python/autogen')
-rw-r--r--resources/libraries/python/autogen/Regenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py
index 8fac5b009e..adbdbd9086 100644
--- a/resources/libraries/python/autogen/Regenerator.py
+++ b/resources/libraries/python/autogen/Regenerator.py
@@ -504,6 +504,7 @@ def write_tcp_files(in_filename, in_prolog, kwargs_list):
u"Perf suite tag should appear once.", in_filename
)
check_suite_tag(suite_tag, out_prolog)
+ testcase = Testcase.tcp(suite_id)
with open(out_filename, u"wt") as file_out:
file_out.write(out_prolog)
add_tcp_testcases(testcase, file_out, kwargs_list)