Fix Shaker ES

Minor fix for dictionary structure when no progression is specified

Change-Id: I27c0f57d55a62250b282d408679547ad49c89b60
This commit is contained in:
Sai Sindhur Malleni 2016-06-28 16:33:03 -04:00
parent ff256afd36
commit f1fdaf45f8

View File

@ -123,7 +123,7 @@ class Shaker(WorkloadBase):
'scenarios'][scenario]
if "progression" not in shaker_test_meta[
'shaker_test_info']['execution']:
shaker_test_meta['shaker_test_info']['execution'] = "all"
shaker_test_meta['shaker_test_info']['execution']['progression'] = "all"
var = data['scenarios'][scenario][
'deployment'].pop('accommodation')
if 'deployment' not in shaker_test_meta: