diff options
author | Daniel Hokka Zakrisson <daniel@hozac.com> | 2012-11-25 12:42:30 +0100 |
---|---|---|
committer | Daniel Hokka Zakrisson <daniel@hozac.com> | 2012-11-25 12:42:30 +0100 |
commit | 0c70abfaa9a70ca91099ecfd8d0abaa3d28eb648 (patch) | |
tree | ee83076889766310a6dc5cee5c6f786a2fbbd0b6 /test/TestInventory.py | |
parent | 5504f13c68f703fc4d67b1b1c5d3dfd58fe17cf2 (diff) | |
download | ansible-0c70abfaa9a70ca91099ecfd8d0abaa3d28eb648.tar.gz |
Make sure any existing groups gets reused
Diffstat (limited to 'test/TestInventory.py')
-rw-r--r-- | test/TestInventory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TestInventory.py b/test/TestInventory.py index 8985b1ec6b..5c444d9e96 100644 --- a/test/TestInventory.py +++ b/test/TestInventory.py @@ -142,7 +142,7 @@ class TestInventory(unittest.TestCase): print vars expected = dict( - a='1', b='2', c='3', d='100002', rga='1', rgb='2', rgc='3', + a='1', b='2', c='3', d='10002', rga='1', rgb='2', rgc='3', inventory_hostname='rtp_a', inventory_hostname_short='rtp_a', group_names=[ 'eastcoast', 'nc', 'redundantgroup', 'redundantgroup2', 'redundantgroup3', 'rtp', 'us' ] ) |