From 0d614408344a210dfe761ba55e7c531ef4d7f252 Mon Sep 17 00:00:00 2001 From: Marco Capitani Date: Wed, 21 Feb 2018 16:28:31 +0100 Subject: irati: add prototype log parameter --- rumba/prototypes/irati.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index 335371e..bf3ce8c 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -66,7 +66,8 @@ class Experiment(mod.Experiment): testbed, nodes, git_repo, - git_branch) + git_branch, + prototype_logs=['/tmp/ipcmstart.log']) if installpath is None: installpath = '/usr' if varpath is None: @@ -192,7 +193,7 @@ class Experiment(mod.Experiment): self.sudo('modprobe shim-eth-vlan'), self.sudo('modprobe normal-ipcp'), self.sudo('ipcm -a \"%(ipcmcomps)s\" ' - '-c /etc/%(name)s.ipcm.conf -l %(verb)s &> ipcmstart.log &' + '-c /etc/%(name)s.ipcm.conf -l %(verb)s &> /tmp/ipcmstart.log &' % format_args)] logger.info('Sending setup commands to node %s.', node.name) -- cgit v1.2.3