aboutsummaryrefslogtreecommitdiff
path: root/rumba
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-06-29 14:56:41 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-06-29 14:56:41 +0200
commit936e062469367df23adbbf08a9c33725472517c1 (patch)
treeaa0315acd459194acd075c36893cf46fedb712d6 /rumba
parent7c02fbc57439f5ab850b3f605df84e549174b11b (diff)
downloadrumba-936e062469367df23adbbf08a9c33725472517c1.tar.gz
rumba-936e062469367df23adbbf08a9c33725472517c1.zip
tools: Add script to subtract two bandwidth csv
This adds a script to subtract two csv with bandwidth results from each other. It can then be passed to bw_graph.py.
Diffstat (limited to 'rumba')
-rw-r--r--rumba/prototypes/ouroboros.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 1ca5e6d..5556d42 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -300,7 +300,7 @@ class Experiment(mod.Experiment):
def _terminate_prototype(self, force=False):
cmds = list()
- if force:
+ if force is True:
kill = 'killall -9 '
cmds.append(kill + 'irmd')
cmds.append(kill + 'ipcpd-normal')