From 58d8de173c443c4b5d94a18a57f2b93929295d81 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 23 Mar 2021 10:39:44 +0100 Subject: [PATCH] Update k8s_03 to use Create VNFD instead of Upload Package Change-Id: I4a144887bee54c0cbde9912eae4a9b20cb52277a Signed-off-by: garciadeblas --- robot-systest/testsuite/k8s_03-simple_k8s.robot | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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} -- 2.17.1