summaryrefslogtreecommitdiffstats
path: root/storperf/test_executor.py
diff options
context:
space:
mode:
Diffstat (limited to 'storperf/test_executor.py')
-rw-r--r--storperf/test_executor.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/storperf/test_executor.py b/storperf/test_executor.py
index 592c33d..fc51adc 100644
--- a/storperf/test_executor.py
+++ b/storperf/test_executor.py
@@ -92,6 +92,8 @@ class TestExecutor(object):
self.metrics_emitter.transmit_metrics(carbon_metrics)
def register_workloads(self, workloads):
+ self.workload_modules = []
+
if (workloads is None or len(workloads) == 0):
workload_dir = os.path.normpath(
os.path.join(os.path.dirname(__file__), "workloads"))