From 7087e0b0297dbd043642ae9414f18efad71ebae6 Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Tue, 16 Jul 2019 15:42:57 +0200 Subject: Update plugin.sh with new helper functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plugin.sh has been refactored to use new wrapper functions as well as utilize helm package command for creating resource bundle in order to test proper handling of this scenario by plugin Issue-ID: MULTICLOUD-686 Signed-off-by: Konrad Bańka Change-Id: Ia35fac70153fdb34ba75bfff31f9b2566b986cf1 --- kud/tests/plugin_edgex.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'kud/tests/plugin_edgex.sh') diff --git a/kud/tests/plugin_edgex.sh b/kud/tests/plugin_edgex.sh index 929961c0..8eae5692 100755 --- a/kud/tests/plugin_edgex.sh +++ b/kud/tests/plugin_edgex.sh @@ -99,7 +99,6 @@ kubectl get --no-headers=true --namespace=${namespace} service edgex-core-comman print_msg "Retrieving VNF details" call_api "${base_url}/instance/${vnf_id}" - #Teardown print_msg "Deleting VNF Instance" delete_resource "${base_url}/instance/${vnf_id}" -- cgit 1.2.3-korg