aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2021-07-22 10:58:56 -0700
committerTodd Malsbary <todd.malsbary@intel.com>2021-07-28 15:25:14 -0700
commitc33c08f3b4faa30a3deb39bc0c4e4488a4f2222f (patch)
treea0c1b830cbf7f051f4110753fd7860450f1e9cbc /kud/tests
parent70924000b2d00ec5c692daf425b2f28cbecbc8b1 (diff)
Update EMCO playbook to 21.03.06
Issue-ID: MULTICLOUD-1376 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: I91422116714e16f520ed37bd00185383b01d41aa
Diffstat (limited to 'kud/tests')
-rwxr-xr-xkud/tests/emco.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/kud/tests/emco.sh b/kud/tests/emco.sh
index 7cc3ca33..1e003968 100755
--- a/kud/tests/emco.sh
+++ b/kud/tests/emco.sh
@@ -521,7 +521,6 @@ function instantiate {
}
function terminateOrchData {
- call_api -d "{ }" "${base_url_dcm}/projects/${projectname}/logical-clouds/${admin_logical_cloud_name}/terminate"
call_api -d "{ }" "${base_url_orchestrator}/projects/${projectname}/composite-apps/${collection_compositeapp_name}/${compositeapp_version}/deployment-intent-groups/${deployment_intent_group_name}/terminate"
call_api -d "{ }" "${base_url_dcm}/projects/${projectname}/logical-clouds/${admin_logical_cloud_name}/terminate"
}