Fix bugs in postprocess work

We shouldnt' be returning true after processing rally results as there still
be shaker, perfkit after that. Also the stub is for elasticsearch integration isnt
needed since we don't yet parse cli arguments for es.

Change-Id: I7fd81feeb7b094a7db8f67cf7036929ac1e68283
This commit is contained in:
Sai Sindhur Malleni 2017-02-13 15:56:26 -05:00
parent 423da4ff52
commit 7c73e388fc

View File

@ -177,10 +177,6 @@ class Tools(object):
rally = Rally.Rally(self.config)
for file in workload_results[workload]:
errors, results = rally.file_to_json(file)
return True
if cli.es:
# Stub for when we want to push to ES.
continue
if workload is "shaker":
# Stub for Shaker.
continue