summaryrefslogtreecommitdiffstats
path: root/storperf/storperf_master.py
diff options
context:
space:
mode:
Diffstat (limited to 'storperf/storperf_master.py')
-rw-r--r--storperf/storperf_master.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/storperf/storperf_master.py b/storperf/storperf_master.py
index 0f86a95..395a2ab 100644
--- a/storperf/storperf_master.py
+++ b/storperf/storperf_master.py
@@ -1,5 +1,5 @@
##############################################################################
-# Copyright (c) 2015 EMC and others.
+# Copyright (c) 2016 EMC and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
@@ -312,13 +312,12 @@ class StorPerfMaster(object):
thread.join()
self._test_executor.slaves = slaves
- job_id = self._test_executor.execute()
params = metadata
params['agent_count'] = self.agent_count
params['public_network'] = self.public_network
params['volume_size'] = self.volume_size
- self.job_db.record_workload_params(job_id, params)
+ job_id = self._test_executor.execute(params)
return job_id