diff options
author | kishore <kk707x@att.com> | 2017-10-09 08:19:36 -0500 |
---|---|---|
committer | kishore <kk707x@att.com> | 2017-10-09 13:36:09 -0500 |
commit | 0fdcc61aa70ca0d22a9c15e6f40d992f3a6cfb7d (patch) | |
tree | de6733cd7f323c3c92d8a070b7dd559ad8db1177 /test/csit/plans/portal-sdk/testsuite/teardown.sh | |
parent | c3a1dbcf845db76d67d9ee7d15fd27fe9881e0e9 (diff) |
Add Portal-SDK testcases
Issue-ID:PORTAL-78
Change-Id: Ifac618405932eba001ebff54c76bb09dd086fff0
Signed-off-by: kishore <kk707x@att.com>
Diffstat (limited to 'test/csit/plans/portal-sdk/testsuite/teardown.sh')
-rw-r--r-- | test/csit/plans/portal-sdk/testsuite/teardown.sh | 20 |
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) + + |