Cleanup for OSM: Removed outdated CI integration scripts.
[osm/vim-emu.git] / utils / ci / stop_sdk_monitor.sh
diff --git a/utils/ci/stop_sdk_monitor.sh b/utils/ci/stop_sdk_monitor.sh
deleted file mode 100755 (executable)
index c61e3f6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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 stop -d datacenter1 -n vnf1
-
-