Fix Shaker ES
Minor fix for dictionary structure when no progression is specified Change-Id: I27c0f57d55a62250b282d408679547ad49c89b60
This commit is contained in:
@@ -123,7 +123,7 @@ class Shaker(WorkloadBase):
|
|||||||
'scenarios'][scenario]
|
'scenarios'][scenario]
|
||||||
if "progression" not in shaker_test_meta[
|
if "progression" not in shaker_test_meta[
|
||||||
'shaker_test_info']['execution']:
|
'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][
|
var = data['scenarios'][scenario][
|
||||||
'deployment'].pop('accommodation')
|
'deployment'].pop('accommodation')
|
||||||
if 'deployment' not in shaker_test_meta:
|
if 'deployment' not in shaker_test_meta:
|
||||||
|
|||||||
Reference in New Issue
Block a user