aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-02-19 12:51:16 +0000
committerPeter Mikus <pmikus@cisco.com>2021-02-19 12:57:52 +0000
commit1f6797ed6b662130f55d7629453c5010ed94162a (patch)
treea9cd3717f15baba9b24daf0159213cff40bad154 /resources
parent6dc62d10b1e6a6b5eee09f6d42e750de273a464b (diff)
FIX: Naming convention compliance
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Idcee623abbc5568fc6ca49113bc2ff8add179046
Diffstat (limited to 'resources')
-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 a8de34ff7e..92860b02e9 100644
--- a/resources/libraries/python/autogen/Regenerator.py
+++ b/resources/libraries/python/autogen/Regenerator.py
@@ -565,7 +565,7 @@ class Regenerator:
hs_quic_kwargs_list if u"quic" in in_filename \
else hs_bps_kwargs_list
write_tcp_files(in_filename, in_prolog, hoststack_kwargs_list)
- elif in_filename.endswith(u"-iperf3.robot"):
+ elif in_filename.endswith(u"-iperf3-mrr.robot"):
write_iperf3_files(in_filename, in_prolog, iperf3_kwargs_list)
else:
raise RuntimeError(