From: stevenvanrossem Date: Tue, 17 May 2016 12:10:04 +0000 (+0200) Subject: update monitor test scripts X-Git-Tag: v3.1~122^2~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=36157d9fc4f5ba28510c7a029b523b163a9b3a83;p=osm%2Fvim-emu.git 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 @@ 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(): 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)'