diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2018-02-21 16:28:31 +0100 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2018-02-27 17:04:45 +0100 |
commit | 0d614408344a210dfe761ba55e7c531ef4d7f252 (patch) | |
tree | 67577268effae75d095ccca074ea9def1dfc68b4 | |
parent | aa84cc4b433818eb523c77350733c9fdb6e1efb3 (diff) | |
download | rumba-0d614408344a210dfe761ba55e7c531ef4d7f252.tar.gz rumba-0d614408344a210dfe761ba55e7c531ef4d7f252.zip |
irati: add prototype log parameter
-rw-r--r-- | rumba/prototypes/irati.py | 5 |
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) |