Add unit tests for playbooks, and fix an error caught by one

This commit is contained in:
Michael DeHaan 2012-03-18 18:29:11 -04:00
commit 45abe3c16b
4 changed files with 159 additions and 2 deletions

View file

@ -22,7 +22,7 @@ class TestRunner(unittest.TestCase):
module_name='ping',
module_path='library/',
module_args=[],
remote_user='root',
remote_user=self.user,
remote_pass=None,
host_list='test/ansible_hosts',
timeout=5,