Changed cluster name in some k8s tests 14/11214/1
authoraguilard <e.dah.tid@telefonica.com>
Tue, 28 Sep 2021 11:12:09 +0000 (13:12 +0200)
committeraguilard <e.dah.tid@telefonica.com>
Tue, 28 Sep 2021 15:52:58 +0000 (17:52 +0200)
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 <e.dah.tid@telefonica.com>
robot-systest/resources/k8s_02-k8scluster_creation_data.py
robot-systest/resources/k8s_03-simple_k8s_data.py
robot-systest/resources/k8s_04-openldap_helm_data.py

index 8a816ab..113f4c0 100644 (file)
@@ -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'
index b544eef..510e773 100644 (file)
@@ -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'
index e8c7a69..d5a4d73 100644 (file)
@@ -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'