Merge pull request #6608 from ryanpetrello/devel

isolated ramparts: replace systemd unit with a `tower-expect` binary
This commit is contained in:
Ryan Petrello
2017-06-16 10:11:35 -04:00
committed by GitHub
13 changed files with 107 additions and 111 deletions

View File

@@ -371,7 +371,7 @@ class TestIsolatedExecution(TestJobExecution):
os.makedirs(artifacts)
if 'run_isolated.yml' in args[0]:
for filename, data in (
['systemctl_logs', 'ERROR IN EXPECT.PY'],
['daemon.log', 'ERROR IN RUN.PY'],
):
with open(os.path.join(artifacts, filename), 'w') as f:
f.write(data)