Modified CI integration.
[osm/vim-emu.git] / utils / ci / stop_sdk_monitor.sh
1 #!/bin/bash
2
3 # stop the monitor
4 son-emu-cli monitor stop_metric -vnf vnf1:output --metric tx_packets
5
6 sleep 1
7
8 #stop the vnf
9 son-emu-cli compute stop -d datacenter1 -n vnf1
10
11