diff options
author | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2018-03-26 15:53:08 -0700 |
---|---|---|
committer | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2018-03-26 15:53:08 -0700 |
commit | 28db3d66f98afb2376e6d51d78b379811b9187ec (patch) | |
tree | 376ad8fdb2022315e07e50287514224a53682efa /test/csit/plans/music/music-distributed-kv-store-test-plan/teardown.sh | |
parent | 857a5d3b79cf3393eed3f36d815f24327f1deed8 (diff) |
Update CSIT for MUSIC distributed KV store
This patch makes minor updates to the recently merged music
distributed KV store CSIT tests.
Change-Id: I2d210ae318e1d516e71ddead044af4ee30242228
Issue-ID: INT-446
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
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 | 7 |
1 files changed, 4 insertions, 3 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 index 93067df44..0abf3a62d 100644 --- 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 @@ -15,6 +15,7 @@ # 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 +rm -rf mountpath +docker stop dkv +docker rm dkv +docker rmi nexus3.onap.org:10001/onap/music/distributed-kv-store |