From 36157d9fc4f5ba28510c7a029b523b163a9b3a83 Mon Sep 17 00:00:00 2001 From: stevenvanrossem Date: Tue, 17 May 2016 14:10:04 +0200 Subject: [PATCH] update monitor test scripts --- src/emuvim/examples/monitoring_demo_topology.py | 4 ++-- utils/ci/test_sdk_monitor.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)' -- 2.17.1