update monitor test scripts
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 @@
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():
diff --git a/utils/ci/test_sdk_monitor.sh b/utils/ci/test_sdk_monitor.sh
index 370ca80..12cc44d 100755
--- a/utils/ci/test_sdk_monitor.sh
+++ b/utils/ci/test_sdk_monitor.sh
@@ -2,7 +2,7 @@
# test if a vnf can be deployed and monitored
#start test emulator topology
-#python src/emuvim/examples/monitoring_demo_topology.py &
+python src/emuvim/examples/monitoring_demo_topology.py &
# start a vnf
son-emu-cli compute start -d datacenter1 -n vnf1 --net '(id=input,ip=10.0.10.3/24),(id=output,ip=10.0.10.4/24)'