|
@@ -107,14 +107,14 @@ class TestCommandStatusDict(TestCase):
|
|
|
{'status': 'COMPLETE', 'taskId': 4},
|
|
|
{'status': 'IN_PROGRESS', 'stderr': '...',
|
|
|
'stdout': '...', 'clusterName': u'cc',
|
|
|
- 'structuredOut' : '',
|
|
|
+ 'structuredOut' : {},
|
|
|
'roleCommand': u'INSTALL', 'serviceName': u'HDFS',
|
|
|
'role': u'DATANODE', 'actionId': '1-1', 'taskId': 5,
|
|
|
'exitCode': 777},
|
|
|
{'status': 'IN_PROGRESS',
|
|
|
'stderr': '...',
|
|
|
'stdout': '...',
|
|
|
- 'structuredOut' : '',
|
|
|
+ 'structuredOut' : {},
|
|
|
'clusterName': u'cc',
|
|
|
'roleCommand': u'INSTALL',
|
|
|
'serviceName': u'HDFS',
|