summaryrefslogtreecommitdiffstats
path: root/storperf/test_executor.py
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@emc.com>2016-05-11 10:54:48 -0600
committerMark Beierl <mark.beierl@emc.com>2016-05-11 11:23:48 -0600
commit12d0fb066321f5503128b4babd79a3efd369fb07 (patch)
tree2844b2f7ef2e7441d0d7ce731abd987f89c38646 /storperf/test_executor.py
parentf250f3e2eb01e88adcf2f9f3c01d898ce2e5f5a9 (diff)
Job Run Metadata
Add the ability to store arbitrary metadata about the job for later reporting Change-Id: If7f1d0a69111567d69db865baec6c20f9a1f494f Signed-off-by: Mark Beierl <mark.beierl@emc.com>
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)