remove main.expect tests (this functionality exists in runner now)

This commit is contained in:
Ryan Petrello
2019-03-28 12:38:36 -04:00
parent dd81f59d9a
commit ea30547754
2 changed files with 0 additions and 310 deletions

View File

@@ -53,8 +53,6 @@ class IsolatedManager(object):
if runner_obj.status == 'failed':
stdout = runner_obj.stdout.read()
playbook_logger.error(stdout)
event_data = {'event': 'verbose', 'stdout': stdout, self.event_data_key: self.instance.id}
CallbackQueueDispatcher().dispatch(event_data)
else:
playbook_logger.info(runner_obj.stdout.read())