From 9d4efe67c01c8c5a3f3bd1ee71af8b7c03021a18 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 19 Nov 2022 21:44:33 +0100 Subject: 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 --- rumba/prototypes/ouroboros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rumba/prototypes/ouroboros.py') 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): -- cgit v1.2.3