added stop method to normal REST API
[osm/vim-emu.git] / src / emuvim / examples / sonata_y1_demo_topology_1.py
index 4098855..a21fef8 100755 (executable)
@@ -68,6 +68,7 @@ def create_topology1():
     # start the emulation platform
     net.start()
     net.CLI()
+    rapi1.stop()
     net.stop()