X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fk8s_02-k8scluster_creation.robot;h=f0b5eae4de41a535c584f0be1fa0d18c3f31984b;hb=4cf45d797499817b5f639bd6245c3f84e762de14;hp=0c19959c6e49f184a44f6888ae8ef34940aebc46;hpb=499c86752f877c0007a0e4dde69c213d828047d0;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/k8s_02-k8scluster_creation.robot b/robot-systest/testsuite/k8s_02-k8scluster_creation.robot index 0c19959..f0b5eae 100644 --- a/robot-systest/testsuite/k8s_02-k8scluster_creation.robot +++ b/robot-systest/testsuite/k8s_02-k8scluster_creation.robot @@ -13,6 +13,8 @@ # limitations under the License. *** Settings *** +Documentation [K8s-02] K8s cluster addition. + Library OperatingSystem Library String Library Collections @@ -22,15 +24,17 @@ Resource %{ROBOT_DEVOPS_FOLDER}/lib/k8scluster_lib.robot Variables %{ROBOT_DEVOPS_FOLDER}/resources/k8s_02-k8scluster_creation_data.py +Force Tags k8s_02 cluster_k8s daily regression + Suite Teardown Run Keyword And Ignore Error Suite Cleanup + *** Test Cases *** Add K8s Cluster To OSM - [Tags] k8scluster sanity regression Create K8s Cluster %{K8S_CREDENTIALS} ${k8scluster_version} %{VIM_TARGET} %{VIM_MGMT_NET} ${k8scluster_name} Remove K8s Cluster from OSM - [Tags] k8scluster sanity regression + [Tags] cleanup Delete K8s Cluster ${k8scluster_name} *** Keywords ***