Commit cc579a8a by Jeroen Hoekx

Fix tests for facter and the ansible_facts API.

parent d3d26d0c
......@@ -85,7 +85,7 @@ class TestRunner(unittest.TestCase):
if not get_binary("facter"):
raise SkipTest
result = self._run('facter',[])
assert "hostname" in result['ansible_facts']
assert "hostname" in result
# temporarily disbabled since it occasionally hangs
# ohai's fault, setup module doesn't actually run this
......@@ -95,7 +95,7 @@ class TestRunner(unittest.TestCase):
# if not get_binary("facter"):
# raise SkipTest
# result = self._run('ohai',[])
# assert "hostname" in result['ansible_facts']
# assert "hostname" in result
def test_copy(self):
# test copy module, change trigger, etc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment