| commit | 050c26162145a4884d31fe4c214011a2208b8ced | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Tue Jun 28 12:02:02 2016 +0200 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Tue Jun 28 12:02:02 2016 +0200 |
| tree | cc2da0ffda67c0b814539562ae4853661b28201b | |
| parent | 20fa2218b8d2915d5c95443b74af950709bbbd62 [diff] [blame] |
modify ci test
diff --git a/utils/ci/stop_sdk_monitor.sh b/utils/ci/stop_sdk_monitor.sh new file mode 100755 index 0000000..b162f20 --- /dev/null +++ b/utils/ci/stop_sdk_monitor.sh
@@ -0,0 +1,11 @@ +#!/bin/bash + +# stop the monitor +son-emu-cli monitor stop_metric -vnf vnf1:output --metric tx_packets + +sleep 1 + +#stop the vnf +son-emu-cli compute-zapi stop -d datacenter1 -n vnf1 + +