Make tests use the local connection type, fix missing callback in tests.

This commit is contained in:
Michael DeHaan
2012-11-19 10:30:30 -05:00
parent 75620220b6
commit 9985995a9d
8 changed files with 12 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ class TestCallbacks(object):
def set_playbook(self, playbook):
self.playbook = playbook
def on_no_hosts_remaining(self):
pass
def on_start(self):
EVENTS.append('start')