Add more tests for task count of container instance
This commit is contained in:
parent
51afd54229
commit
a6c38913a7
@ -714,6 +714,9 @@ def test_describe_container_instances():
|
|||||||
for ci in response['containerInstances']]
|
for ci in response['containerInstances']]
|
||||||
for arn in test_instance_arns:
|
for arn in test_instance_arns:
|
||||||
response_arns.should.contain(arn)
|
response_arns.should.contain(arn)
|
||||||
|
for instance in response['containerInstances']:
|
||||||
|
instance.keys().should.contain('runningTasksCount')
|
||||||
|
instance.keys().should.contain('pendingTasksCount')
|
||||||
|
|
||||||
|
|
||||||
@mock_ec2
|
@mock_ec2
|
||||||
|
Loading…
Reference in New Issue
Block a user