From df7d47f59562eea8cc541f6751465cd4563df679 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Thu, 29 Aug 2019 13:24:04 +0000 Subject: Change policy-distribution csit test cases Change policy-distribution csit test cases to support ToscaPolicyType and ToscaPolicy. Change-Id: Ic6539a2c6f3d2a5b0a4a0b66ce456512d909a320 Issue-ID: POLICY-1893 Signed-off-by: a.sreekumar --- plans/policy/distribution/teardown.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plans/policy/distribution/teardown.sh') diff --git a/plans/policy/distribution/teardown.sh b/plans/policy/distribution/teardown.sh index 562df6b3..fbbf1de5 100644 --- a/plans/policy/distribution/teardown.sh +++ b/plans/policy/distribution/teardown.sh @@ -1,6 +1,8 @@ #!/bin/bash # ============LICENSE_START======================================================= # Copyright (C) 2018 Ericsson. All rights reserved. +# +# Modifications copyright (c) 2019 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,4 +19,9 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= +kill-instance.sh policy-apex-pdp +kill-instance.sh policy-pap +kill-instance.sh policy-api +kill-instance.sh mariadb +kill-instance.sh dmaap-simulator kill-instance.sh policy-distribution -- cgit 1.2.3-korg