diff options
author | kishore <kk707x@att.com> | 2017-09-08 17:15:42 -0500 |
---|---|---|
committer | kishore <kk707x@att.com> | 2017-09-08 17:20:20 -0500 |
commit | 328996fc52eee471498f8edd21b074c8ed241602 (patch) | |
tree | f7e66cafcfc086f0be99b4d05e2de8b44072f22a /test/csit/plans/portal/testsuite/teardown.sh | |
parent | 7d914fc5bb4665a433701796e42cbe8af021a547 (diff) |
Portal scripts for CSIT
Issue-ID: PORTAL-53
Change-Id: I23126fa0d407a8ed11e365c446caed9c3c57ff85
Signed-off-by: kishore <kk707x@att.com>
Diffstat (limited to 'test/csit/plans/portal/testsuite/teardown.sh')
-rw-r--r-- | test/csit/plans/portal/testsuite/teardown.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/csit/plans/portal/testsuite/teardown.sh b/test/csit/plans/portal/testsuite/teardown.sh new file mode 100644 index 000000000..4214c8279 --- /dev/null +++ b/test/csit/plans/portal/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. +# + +kill-instance.sh i-mock + + |