X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fmonitoring_demo_topology.py;fp=src%2Femuvim%2Fexamples%2Fmonitoring_demo_topology.py;h=9a86534d41833d7ba3453bf2961a870b15eda84e;hb=36157d9fc4f5ba28510c7a029b523b163a9b3a83;hp=0650be463498ed931d1186164917fb9c64b2c68c;hpb=4a309a5a30310329472442c11c76be880595a71a;p=osm%2Fvim-emu.git diff --git a/src/emuvim/examples/monitoring_demo_topology.py b/src/emuvim/examples/monitoring_demo_topology.py index 0650be4..9a86534 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():