falling back to use nic'
This commit is contained in:
parent
5a03497367
commit
d2a234f75d
2 changed files with 8 additions and 1 deletions
|
|
@ -880,7 +880,6 @@ def test_run_instance_with_nic_autocreated():
|
|||
eni.private_ip_addresses.should.have.length_of(1)
|
||||
eni.private_ip_addresses[0].private_ip_address.should.equal(private_ip)
|
||||
|
||||
|
||||
@mock_ec2_deprecated
|
||||
def test_run_instance_with_nic_preexisting():
|
||||
conn = boto.connect_vpc('the_key', 'the_secret')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue