From: aguilard Date: Tue, 28 Sep 2021 11:12:09 +0000 (+0200) Subject: Changed cluster name in some k8s tests X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=commitdiff_plain;h=c01b641796b66c2c8693824367b454b2b293e394 Changed cluster name in some k8s tests A different cluster name has been set for each test to avoid chain errors in k8s test when one fails. Change-Id: I5833db385a100c55c6787042181b996ff734c0f3 Signed-off-by: aguilard --- diff --git a/robot-systest/resources/k8s_02-k8scluster_creation_data.py b/robot-systest/resources/k8s_02-k8scluster_creation_data.py index 8a816ab..113f4c0 100644 --- a/robot-systest/resources/k8s_02-k8scluster_creation_data.py +++ b/robot-systest/resources/k8s_02-k8scluster_creation_data.py @@ -17,7 +17,7 @@ from pathlib import Path # Get ${HOME} from local machine home = str(Path.home()) # K8s cluster name -k8scluster_name = 'k8s-test' +k8scluster_name = 'k8s02' k8scluster_version = 'v1' # SSH keys to be used publickey = home + '/.ssh/id_rsa.pub' diff --git a/robot-systest/resources/k8s_03-simple_k8s_data.py b/robot-systest/resources/k8s_03-simple_k8s_data.py index b544eef..510e773 100644 --- a/robot-systest/resources/k8s_03-simple_k8s_data.py +++ b/robot-systest/resources/k8s_03-simple_k8s_data.py @@ -15,7 +15,7 @@ from pathlib import Path # Get ${HOME} from local machine home = str(Path.home()) # K8s cluster name -k8scluster_name = 'k8s-test' +k8scluster_name = 'k8s03' k8scluster_version = 'v1' # NS and VNF descriptor package files vnfd_pkg = 'charm-packages/native_k8s_charm_vnf' diff --git a/robot-systest/resources/k8s_04-openldap_helm_data.py b/robot-systest/resources/k8s_04-openldap_helm_data.py index e8c7a69..d5a4d73 100644 --- a/robot-systest/resources/k8s_04-openldap_helm_data.py +++ b/robot-systest/resources/k8s_04-openldap_helm_data.py @@ -15,7 +15,7 @@ from pathlib import Path # Get ${HOME} from local machine home = str(Path.home()) # K8s cluster name -k8scluster_name = 'k8s-test' +k8scluster_name = 'k8s04' k8scluster_version = 'v1' # NS and VNF descriptor package files vnfd_pkg = 'openldap_knf'