Merge "Add test case description for TC061"
[yardstick.git] / yardstick / resources / scripts / remove / storperf.bash
1 #!/bin/bash
2
3 ##############################################################################
4 # Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are made available under the terms of the Apache License, Version 2.0
8 # which accompanies this distribution, and is available at
9 # http://www.apache.org/licenses/LICENSE-2.0
10 ##############################################################################
11
12 # StorPerf plugin un-installation script
13
14 set -e
15
16 docker stop storperf-yardstick
17 docker rm -f storperf-yardstick
18 docker rmi opnfv/storperf
19
20 rm -rf /tmp/storperf-yardstick