diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-08-06 06:20:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-06 06:20:07 +0000 |
commit | 2b6bce7f8db3866133488f0a64f478569494f7b8 (patch) | |
tree | a4e4cb5dc1c3147b3e713e43c707204934d27a6e /kud/tests/plugin_edgex.sh | |
parent | 4fb6acf5a720a0554c08a6f1d3526271b6317cdb (diff) | |
parent | 7087e0b0297dbd043642ae9414f18efad71ebae6 (diff) |
Merge changes Ia35fac70,I7ffaa3d4,I53e7e4d6
* changes:
Update plugin.sh with new helper functions
Provide connection info for plugin testcase
Correct k8splugin endpoint configuration in KUD test
Diffstat (limited to 'kud/tests/plugin_edgex.sh')
-rwxr-xr-x | kud/tests/plugin_edgex.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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}" |