add test for incorrect format in range host

This commit is contained in:
Michael Scherer 2013-08-23 12:51:17 +02:00
parent 835fdd1ec2
commit 4f69b63fec
2 changed files with 6 additions and 0 deletions

View file

@ -278,6 +278,10 @@ class TestInventory(unittest.TestCase):
def test_missing_end(self):
Inventory(os.path.join(self.test_dir, 'inventory','test_missing_end'))
@raises(errors.AnsibleError)
def test_incorrect_format(self):
Inventory(os.path.join(self.test_dir, 'inventory','test_incorrect_format'))
###################################################
### Inventory API tests

View file

@ -0,0 +1,2 @@
[test]
host[001:10]