Skip to content

Commit 2c8b2c4

Browse files
authored
MOB-38451: Add LoopController requested testname attribute when modifying thread group (#1908)
1 parent b9905e3 commit 2c8b2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bzt/jmx/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,8 @@ def get_thread_group(concurrency=None, rampup=0, hold=0, iterations=None,
627627
name="ThreadGroup.main_controller",
628628
elementType="LoopController",
629629
guiclass="LoopControlPanel",
630-
testclass="LoopController")
630+
testclass="LoopController",
631+
testname="Loop Controller")
631632

632633
# 'true' causes endless execution of TG in non-gui mode
633634
loop.append(JMX._bool_prop("LoopController.continue_forever", False))

0 commit comments

Comments
 (0)