summaryrefslogtreecommitdiffstats
path: root/test/csit/plans/dcaegen2/prh_testsuites/teardown.sh
diff options
context:
space:
mode:
authorwejs <maciej.wejs@nokia.com>2018-05-25 13:58:11 +0200
committerwejs <maciej.wejs@nokia.com>2018-05-25 14:20:41 +0200
commit060bc42881341b5b6259bc43895ab1ab5626189c (patch)
tree8bfbc334b0ef71e6077d2e690ee5e780c396bb2b /test/csit/plans/dcaegen2/prh_testsuites/teardown.sh
parent0d28fe6e20d46380a25ac7e17a01b11cabe63db4 (diff)
Initial testcase with docker-compose for PRH
Test without usage of previously committed robotframework. To be done later on. Now just to check whether it works with CI. Change-Id: I94ae148e727db3820cf7eb93ba2a4286d176bfbc Issue-ID: INT-510 Signed-off-by: wejs <maciej.wejs@nokia.com>
Diffstat (limited to 'test/csit/plans/dcaegen2/prh_testsuites/teardown.sh')
-rw-r--r--test/csit/plans/dcaegen2/prh_testsuites/teardown.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/csit/plans/dcaegen2/prh_testsuites/teardown.sh b/test/csit/plans/dcaegen2/prh_testsuites/teardown.sh
new file mode 100644
index 000000000..5ff3c6689
--- /dev/null
+++ b/test/csit/plans/dcaegen2/prh_testsuites/teardown.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+#
+# Copyright 2017 Nokia, Inc. and others.
+#
+# 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 prh
+kill-instance.sh dmaap_simulator \ No newline at end of file