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.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/storperf/test_executor.py b/storperf/test_executor.py
index 7fdf741..d1ad3ca 100644
--- a/storperf/test_executor.py
+++ b/storperf/test_executor.py
@@ -207,7 +207,3 @@ class TestExecutor(object):
self.job_db.end_workload(workload)
self.logger.info("Ended " + workload.fullname)
-
- def fetch_workloads(self, job, workload_name=""):
- self.job_db.job_id = job
- return self.job_db.fetch_workloads(workload_name)