def test_get_default(self): config = Config(self.conf_file) runtime = config.get_default().get('configuration').get('runtime') eq_(runtime, 'python2.7') subnets = config.get_default().get('configuration').get( 'vpc_config').get('subnets') eq_(subnets, ['subnet-xxxxxxxx'])
def test_get_default(self): config = Config(self.conf_file) runtime = config.get_default().get('configuration').get('runtime') eq_(runtime, 'python2.7')
def test_get_default(self): config = Config(self.conf_file) runtime = config.get_default().get("configuration").get("runtime") eq_(runtime, "python2.7")
def test_get_default(self): config = Config(self.conf_file) runtime = config.get_default().get('configuration').get('runtime') eq_(runtime, 'python2.7') subnets = config.get_default().get('configuration').get('vpc_config').get('subnets') eq_(subnets, ['subnet-xxxxxxxx'])