예제 #1
0
 def test_parse_configs(self):
     configs = self.configs_from(default_group, load_balancer_group)
     expected = self.configs_from(self.default_group, self.load_balancer_group)
     assert_equal(expected, YamlFileSecurityGroupsConfigLoader.parse_configs(configs))
예제 #2
0
 def test_parse_config(self):
     assert_equal(self.default_group, YamlFileSecurityGroupsConfigLoader.parse_config(default_group))