blob: c61e3f68369735c2f0d405a807f6c9071a6f45d7 [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
stevenvanrossem73efd192016-06-29 01:44:07 +02009son-emu-cli compute stop -d datacenter1 -n vnf1
stevenvanrossem050c2612016-06-28 12:02:02 +020010
11