X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fmonitoring_demo_topology.py;h=0650be463498ed931d1186164917fb9c64b2c68c;hb=73efd195b7d0876b76af6caa7ba27fa5bb43fcb2;hp=9a86534d41833d7ba3453bf2961a870b15eda84e;hpb=36157d9fc4f5ba28510c7a029b523b163a9b3a83;p=osm%2Fvim-emu.git diff --git a/src/emuvim/examples/monitoring_demo_topology.py b/src/emuvim/examples/monitoring_demo_topology.py index 9a86534..0650be4 100755 --- a/src/emuvim/examples/monitoring_demo_topology.py +++ b/src/emuvim/examples/monitoring_demo_topology.py @@ -116,9 +116,9 @@ def create_topology1(): can be executed again and again. """ net.start() - #net.CLI() + net.CLI() # when the user types exit in the CLI, we stop the emulator - #net.stop() + net.stop() def main():