From 328996fc52eee471498f8edd21b074c8ed241602 Mon Sep 17 00:00:00 2001 From: kishore Date: Fri, 8 Sep 2017 17:15:42 -0500 Subject: Portal scripts for CSIT Issue-ID: PORTAL-53 Change-Id: I23126fa0d407a8ed11e365c446caed9c3c57ff85 Signed-off-by: kishore --- test/csit/plans/portal/testsuite/teardown.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/csit/plans/portal/testsuite/teardown.sh (limited to 'test/csit/plans/portal/testsuite/teardown.sh') 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 + + -- cgit 1.2.3-korg