def test_create_alb_template(self): test_engine = main.AnchoreEngine() self.assertEqual(test_engine.create_ec2_cluster_template(), schema.mocked_ec2_cluster_template())
def test_create_vpc_template(self): test_engine = main.AnchoreEngine() self.assertEqual(test_engine.create_vpc_template(), schema.mocked_vpc_template())