def setUp(self): """Setup""" super(TestPropertyEc2Vpc, self).setUp() self.collection.register(Vpc()) self.success_templates = [ 'test/fixtures/templates/good/properties_ec2_vpc.yaml', ]
def setUp(self): """Setup""" super(TestPropertyEc2Vpc, self).setUp() self.collection.register(Vpc())