From: garciadeblas Date: Tue, 23 Mar 2021 09:39:44 +0000 (+0100) Subject: Update k8s_03 to use Create VNFD instead of Upload Package X-Git-Tag: branch-sol006v331-start~20 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=commitdiff_plain;h=refs%2Fchanges%2F27%2F10527%2F1 Update k8s_03 to use Create VNFD instead of Upload Package Change-Id: I4a144887bee54c0cbde9912eae4a9b20cb52277a Signed-off-by: garciadeblas --- diff --git a/robot-systest/testsuite/k8s_03-simple_k8s.robot b/robot-systest/testsuite/k8s_03-simple_k8s.robot index c905266..7d082c2 100644 --- a/robot-systest/testsuite/k8s_03-simple_k8s.robot +++ b/robot-systest/testsuite/k8s_03-simple_k8s.robot @@ -44,11 +44,11 @@ ${customtitle} Day 2 Action *** Test Cases *** Create Simple K8s VNF Descriptor [Tags] simple_k8s charm sanity regression - Upload Package '%{PACKAGES_FOLDER}/${vnfd_pkg}' + Create VNFD '%{PACKAGES_FOLDER}/${vnfd_pkg}' Create Simple K8s Descriptor [Tags] simple_k8s charm sanity regression - Upload Package '%{PACKAGES_FOLDER}/${nsd_pkg}' + Create NSD '%{PACKAGES_FOLDER}/${nsd_pkg}' Add K8s Cluster To OSM [Tags] simple_k8s charm sanity regression @@ -66,7 +66,6 @@ Execute Day 2 Operations Variable Should Exist ${ns_id} msg=Network service instance is not available ${ns_op_id}= Execute NS K8s Action ${ns_name} ${action_name} ${vnf_member_index} ${kdu_name} application-name=${application_name} customtitle=${customtitle} - Delete NS K8s Instance Test [Tags] simple_k8s charm sanity regression cleanup Delete NS ${ns_name}