Fixing lib/Rally to update the methods in Workload base

The functionality seemed broken due to a later commit that removed the methods
that update WorkloadBase

Change-Id: I1aa82c7c3fa698e42253139b82b8504991cd0dff
This commit is contained in:
Sindhur Malleni 2016-05-03 12:54:10 -04:00
parent 99b3fc3e4b
commit fdbb8a313e

@ -248,6 +248,11 @@ class Rally(WorkloadBase):
self.gen_scenario_html([task_id], test_name)
self.gen_scenario_json_file(task_id, test_name)
results[run].append(task_id)
self.update_pass_tests()
self.update_total_pass_tests()
self.get_time_dict(
to_time, from_time, benchmark['name'], new_test_name,
workload, "pass")
if self.config['elasticsearch']['enabled'] :
# Start indexing
result_json = self.json_result(task_id)