update monitor test scripts
authorstevenvanrossem <steven.vanrossem@intec.ugent.be>
Tue, 17 May 2016 12:10:04 +0000 (14:10 +0200)
committerstevenvanrossem <steven.vanrossem@intec.ugent.be>
Tue, 17 May 2016 12:10:04 +0000 (14:10 +0200)
src/emuvim/examples/monitoring_demo_topology.py
utils/ci/test_sdk_monitor.sh

index 0650be4..9a86534 100755 (executable)
@@ -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():
index 370ca80..12cc44d 100755 (executable)
@@ -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)'