Fix the bug of the py27 test
Change-Id: Ie3c19608d9c88cdbd41ca807e1f22d9b37d3d9d5
This commit is contained in:
parent
80b7476684
commit
f732ea90c9
@ -100,6 +100,7 @@ def data(TEST):
|
|||||||
'name': 'my_task',
|
'name': 'my_task',
|
||||||
'workflow_name': 'my_wf',
|
'workflow_name': 'my_wf',
|
||||||
'state': 'RUNNING',
|
'state': 'RUNNING',
|
||||||
|
'type': 'ACTION',
|
||||||
'tags': ['deployment', 'demo'],
|
'tags': ['deployment', 'demo'],
|
||||||
'result': {'some': 'result'}})
|
'result': {'some': 'result'}})
|
||||||
TEST.mistralclient_tasks.add(task_1)
|
TEST.mistralclient_tasks.add(task_1)
|
||||||
|
Loading…
Reference in New Issue
Block a user