diff options
author | 2019-05-08 12:59:56 +0000 | |
---|---|---|
committer | 2019-05-08 12:59:56 +0000 | |
commit | be43a7431e6e3e20596e89986f514037db703cff (patch) | |
tree | aa5fc92b50c9ae349f8ecc3ab2e5c72985b60ffc /plans/policy/apex-pdp/teardown.sh | |
parent | 98daff81f480b392f66a55d8b725e6aa372fbd3c (diff) | |
parent | 7d80c38635b4cf7ec0d517a95c63772c4c9aface (diff) |
Merge "Adding end to end CSIT test cases for PDP-A"
Diffstat (limited to 'plans/policy/apex-pdp/teardown.sh')
-rw-r--r-- | plans/policy/apex-pdp/teardown.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plans/policy/apex-pdp/teardown.sh b/plans/policy/apex-pdp/teardown.sh index ca8e92e6..6c02aea1 100644 --- a/plans/policy/apex-pdp/teardown.sh +++ b/plans/policy/apex-pdp/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,8 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= -kill-instance.sh apex +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 |