aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2018-02-21 16:28:31 +0100
committerMarco Capitani <m.capitani@nextworks.it>2018-02-27 17:04:45 +0100
commit0d614408344a210dfe761ba55e7c531ef4d7f252 (patch)
tree67577268effae75d095ccca074ea9def1dfc68b4 /rumba/prototypes
parentaa84cc4b433818eb523c77350733c9fdb6e1efb3 (diff)
downloadrumba-0d614408344a210dfe761ba55e7c531ef4d7f252.tar.gz
rumba-0d614408344a210dfe761ba55e7c531ef4d7f252.zip
irati: add prototype log parameter
Diffstat (limited to 'rumba/prototypes')
-rw-r--r--rumba/prototypes/irati.py5
1 files 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)