add yardstick iruya 9.0.0 release notes
[yardstick.git] / yardstick / benchmark / scenarios / networking / sfc_teardown.bash
1 #!/bin/bash
2 ##############################################################################
3 # Copyright (c) 2017 Ericsson AB and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 #set -e
12
13 #delete classifier
14 tacker sfc-classifier-delete red_http
15 tacker sfc-classifier-delete red_ssh
16
17 #delete service chain
18 tacker sfc-delete red
19 tacker sfc-delete blue
20
21 #delete VNFs
22 tacker vnf-delete testVNF1
23 tacker vnf-delete testVNF2
24
25 #delete VNF descriptor
26 tacker vnfd-delete test-vnfd1
27 tacker vnfd-delete test-vnfd2