Bug 1158: Fixes for Robot tests K8S-02 and K8S-03 67/9467/2
authorramonsalguer <javier.ramon@telefonica.com>
Sun, 19 Jul 2020 18:39:53 +0000 (18:39 +0000)
committerramonsalguer <javier.ramon@telefonica.com>
Mon, 20 Jul 2020 16:41:29 +0000 (18:41 +0200)
Change-Id: Ieb8acf1feef152de75be6e9f154141216d41d2ab
Signed-off-by: ramonsalguer <javier.ramon@telefonica.com>
robot-systest/testsuite/k8s_02-k8scluster_creation.robot
robot-systest/testsuite/k8s_03-simple_k8s.robot

index 625b6f6..386b8ad 100644 (file)
@@ -29,11 +29,6 @@ Add K8s Cluster To OSM
     [Tags]   k8scluster   sanity   regression
     Create K8s Cluster  %{K8S_CREDENTIALS}  ${k8scluster_version}  %{VIM_TARGET}  %{VIM_MGMT_NET}  ${k8scluster_name}
 
-List K8s Clusters
-    [Tags]   k8scluster   sanity   regression
-    ${stdout}=    Get K8s Cluster
-    Log To Console  \n${stdout}
-
 Remove K8s Cluster from OSM
     [Tags]   k8scluster   sanity   regression
     Delete K8s Cluster  ${k8scluster_name}
index 5b0db07..40cdaba 100644 (file)
@@ -74,5 +74,4 @@ Test Cleanup
     Run Keyword If Test Failed  Delete NS   ${ns_name}
     Run Keyword If Test Failed  Delete NSD   ${nsd_name}
     Run Keyword If Test Failed  Delete VNFD   ${vnfd_name}
-
-
+    Run Keyword If Test Failed  Delete K8s Cluster   ${k8scluster_name}