Add VPC state.

This commit is contained in:
Steve Pulec 2014-10-12 21:51:12 -04:00
commit 68d2db55d4
3 changed files with 3 additions and 2 deletions

View file

@ -207,4 +207,4 @@ def test_vpc_get_by_tag_value_subset():
vpcs.should.have.length_of(2)
vpc_ids = tuple(map(lambda v: v.id, vpcs))
vpc1.id.should.be.within(vpc_ids)
vpc2.id.should.be.within(vpc_ids)
vpc2.id.should.be.within(vpc_ids)