summaryrefslogtreecommitdiffstats
path: root/test/csit/plans/portal-sdk/testsuite/teardown.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-10-09 19:02:38 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-09 19:02:38 +0000
commitf1de548919d046999fae5cbfb1676fca79876459 (patch)
tree27143bb411c328db0e5f0dfaeaf93f630256652c /test/csit/plans/portal-sdk/testsuite/teardown.sh
parentc2fa13beef15def476898f14aa81b1449e276f2a (diff)
parent0fdcc61aa70ca0d22a9c15e6f40d992f3a6cfb7d (diff)
Merge "Add Portal-SDK testcases"
Diffstat (limited to 'test/csit/plans/portal-sdk/testsuite/teardown.sh')
-rw-r--r--test/csit/plans/portal-sdk/testsuite/teardown.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/csit/plans/portal-sdk/testsuite/teardown.sh b/test/csit/plans/portal-sdk/testsuite/teardown.sh
new file mode 100644
index 000000000..e0431a72f
--- /dev/null
+++ b/test/csit/plans/portal-sdk/testsuite/teardown.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+#
+# Copyright 2017 AT&T Intellectual Property. All rights reserved.
+#
+# 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 kill $(docker ps -q)
+
+