diff options
author | Daniel Rose <dr695h@att.com> | 2019-08-30 14:14:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-30 14:14:50 +0000 |
commit | 738aeb16293592d61df3d1f9fd00e3bc756bb33f (patch) | |
tree | 4b8fa3dc25daa1b68a8757da9f0bb91faee02e91 /plans/policy/distribution/teardown.sh | |
parent | 413bbe636e82c268d588c08185422f94ab4f75f3 (diff) | |
parent | df7d47f59562eea8cc541f6751465cd4563df679 (diff) |
Merge "Change policy-distribution csit test cases"
Diffstat (limited to 'plans/policy/distribution/teardown.sh')
-rw-r--r-- | plans/policy/distribution/teardown.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |