From 936e062469367df23adbbf08a9c33725472517c1 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Fri, 29 Jun 2018 14:56:41 +0200 Subject: 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. --- rumba/prototypes/ouroboros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rumba') 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') -- cgit v1.2.3