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'