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
+
+