Better handling of variables as dictionary from JSON/YAML string.

This commit is contained in:
Chris Church
2013-10-17 09:57:36 -04:00
parent 47261bd069
commit 556e1572e7
2 changed files with 42 additions and 43 deletions

View File

@@ -1019,7 +1019,8 @@ class InventoryUpdatesTest(BaseTransactionTest):
self.skipTest('no test ec2 credentials defined!')
inventory_source = self.update_inventory_source(self.group,
source='ec2', source_username=source_username,
source_password=source_password, source_regions=source_regions)
source_password=source_password, source_regions=source_regions,
source_vars='---')
self.check_inventory_source(inventory_source)
def test_update_from_rackspace(self):