summaryrefslogtreecommitdiffstats
path: root/loadtest/TestController.py
diff options
context:
space:
mode:
Diffstat (limited to 'loadtest/TestController.py')
-rw-r--r--loadtest/TestController.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadtest/TestController.py b/loadtest/TestController.py
index 751b13a..3ba0083 100644
--- a/loadtest/TestController.py
+++ b/loadtest/TestController.py
@@ -23,7 +23,7 @@ class TestController(object):
'''
Constructor
'''
- self.config = TestConfig(duration=options.duration)
+ self.config = TestConfig(duration=options.duration, cyclelength=options.cyclelength, json=options.profile)
logging.info(self.config.to_string())
def execute(self):