blob: b162f20f30058da393f4446a408315478cf114b4 [file] [log] [blame]
stevenvanrossem050c2612016-06-28 12:02:02 +02001#!/bin/bash
2
3# stop the monitor
4son-emu-cli monitor stop_metric -vnf vnf1:output --metric tx_packets
5
6sleep 1
7
8#stop the vnf
9son-emu-cli compute-zapi stop -d datacenter1 -n vnf1
10
11