fixup merge issue with test_elastic_ip_addresses.py
This commit is contained in:
commit
95e9ce2d42
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ def test_eip_associate_network_interface():
|
|||
conn.associate_address(network_interface_id=eni.id, allocation_id=eip.allocation_id)
|
||||
eip = conn.get_all_addresses(addresses=[eip.public_ip])[0] # no .update() on address ):
|
||||
eip.network_interface_id.should.be.equal(eni.id)
|
||||
|
||||
conn.disassociate_address(association_id=eip.association_id)
|
||||
eip = conn.get_all_addresses(addresses=[eip.public_ip])[0] # no .update() on address ):
|
||||
eip.network_interface_id.should.be.equal(u'')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue