Fix tags and Bug 1158 30/9530/1
authorcalvinosanc1 <guillermo.calvino@canonical.com>
Wed, 29 Jul 2020 10:11:41 +0000 (12:11 +0200)
committercalvinosanc1 <guillermo.calvino@canonical.com>
Wed, 29 Jul 2020 10:11:41 +0000 (12:11 +0200)
Change-Id: I574ffbafba991590bda7f484e9106569289431dc
Signed-off-by: calvinosanc1 <guillermo.calvino@canonical.com>
robot-systest/testsuite/k8s_01-create_k8s_cluster.robot
robot-systest/testsuite/k8s_02-k8scluster_creation.robot
robot-systest/testsuite/k8s_03-simple_k8s.robot

index 88613db..5be4800 100644 (file)
@@ -130,7 +130,5 @@ Test Cleanup
     [Documentation]  Test Suite Cleanup: Deleting descriptors and NS instance
 
     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}
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 ae882b3..f0aa94d 100644 (file)
@@ -1,3 +1,5 @@
+#   Copyright 2020 Canonical Ltd.
+#
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
 #   You may obtain a copy of the License at
@@ -43,7 +45,7 @@ Create Simple K8s Descriptor
     Create NSD   '%{PACKAGES_FOLDER}/${nsd_pkg}'
 
 Add K8s Cluster To OSM
-    [Tags]   k8scluster   charm   sanity   regression
+    [Tags]   simple_k8s   charm   sanity   regression
     Create K8s Cluster  %{K8S_CREDENTIALS}  ${k8scluster_version}  %{VIM_TARGET}  %{VIM_MGMT_NET}  ${k8scluster_name}
 
 Network Service K8s Instance Test
@@ -56,7 +58,7 @@ Delete NS K8s Instance Test
     Delete NS   ${ns_name}
 
 Remove K8s Cluster from OSM
-    [Tags]   k8scluster   charm   sanity   regression
+    [Tags]   simple_k8s   charm   sanity   regression
     Delete K8s Cluster  ${k8scluster_name}
 
 Delete NS Descriptor Test
@@ -74,5 +76,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}