aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2022-11-19 21:44:33 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2022-11-19 21:44:33 +0100
commit9d4efe67c01c8c5a3f3bd1ee71af8b7c03021a18 (patch)
treeb2c767fb238614943831b962e2322238d3ef88be /rumba/prototypes/ouroboros.py
parentc05125b35934d25b44f3bf932420bc0f7f950093 (diff)
downloadrumba-9d4efe67c01c8c5a3f3bd1ee71af8b7c03021a18.tar.gz
rumba-9d4efe67c01c8c5a3f3bd1ee71af8b7c03021a18.zip
rumba: Add visualisation tool
The draw_experiment(exp) function will draw a 3D representation of the network. Depends on igraph and plotly packages. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-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 ed79b02..9cdd3c9 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -469,7 +469,7 @@ class Experiment(mod.Experiment):
cmds.append('rm -rf /tmp/ouroboros || true')
cmds.append('kill -9 $(ps axjf | grep \'sudo irmd\' | grep -v grep | cut -f4 -d " ") || true')
else:
- cmds.append('killall -15 irmd || true')
+ cmds.append('killall -15 irmd')
logger.info("Killing Ouroboros...")
if isinstance(self.testbed, local.Testbed):