| commit | c01b641796b66c2c8693824367b454b2b293e394 | [log] [tgz] |
|---|---|---|
| author | aguilard <e.dah.tid@telefonica.com> | Tue Sep 28 13:12:09 2021 +0200 |
| committer | aguilard <e.dah.tid@telefonica.com> | Tue Sep 28 17:52:58 2021 +0200 |
| tree | bb706f533892aea232900af899a7834c3a994300 | |
| parent | 1c852c2da713e57105492af032ee40eb4d1c8a0b [diff] |
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 <e.dah.tid@telefonica.com>
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 @@ # 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 @@ # 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 @@ # 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'