diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-26 22:42:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-26 22:42:27 +0000 |
commit | 857a5d3b79cf3393eed3f36d815f24327f1deed8 (patch) | |
tree | 4c96a9b11ef581dd82c4623f9d1377451d89d983 /test/csit/plans/music/music-distributed-kv-store-test-plan/teardown.sh | |
parent | 66a014c295cff94a1e3c96e467daa97f2a3cb254 (diff) | |
parent | aaa857a6a790016b1442f3c504ae09d4ff8bc353 (diff) |
Merge "[WIP] CSIT for MUSIC distributed KV store"
Diffstat (limited to 'test/csit/plans/music/music-distributed-kv-store-test-plan/teardown.sh')
-rw-r--r-- | test/csit/plans/music/music-distributed-kv-store-test-plan/teardown.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/csit/plans/music/music-distributed-kv-store-test-plan/teardown.sh b/test/csit/plans/music/music-distributed-kv-store-test-plan/teardown.sh new file mode 100644 index 000000000..93067df44 --- /dev/null +++ b/test/csit/plans/music/music-distributed-kv-store-test-plan/teardown.sh @@ -0,0 +1,20 @@ +#!/bin/bash +# +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +docker stop nexus3.onap.org:10003/onap/music/distributed-kv-store +docker rm nexus3.onap.org:10003/onap/music/distributed-kv-store +docker rmi nexus3.onap.org:10003/onap/music/distributed-kv-store |