Limit test for describe instance status filter by boto version
This commit is contained in:
parent
d67c5b80a3
commit
3bafebee04
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ def test_describe_instance_status_with_instance_filter():
|
|||
cm.exception.status.should.equal(400)
|
||||
cm.exception.request_id.should_not.be.none
|
||||
|
||||
@requires_boto_gte("2.32.0")
|
||||
@mock_ec2
|
||||
def test_describe_instance_status_with_non_running_instances():
|
||||
conn = boto.connect_ec2('the_key', 'the_secret')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue