From a06477cecfc9da6abcfc170b63980743da3cb82f Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 17 Jun 2025 18:33:40 +0200 Subject: [PATCH] Update VIM_NAME and CLUSTER_NAME variables in gitops_02 test to be RFC 1123 compatible Change-Id: I07897d1c37f9a343752cb7bacfe69a2eb08ca79b Signed-off-by: garciadeblas --- .../gitops_02-declarative_cluster_registration_oka_ksu.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot-systest/testsuite/gitops_02-declarative_cluster_registration_oka_ksu.robot b/robot-systest/testsuite/gitops_02-declarative_cluster_registration_oka_ksu.robot index 48115d8..8965a0b 100644 --- a/robot-systest/testsuite/gitops_02-declarative_cluster_registration_oka_ksu.robot +++ b/robot-systest/testsuite/gitops_02-declarative_cluster_registration_oka_ksu.robot @@ -42,8 +42,8 @@ ${OKA_NS_NAME} namespace ${OKA_NS_PROFILE} app-profile # VIM and Cluster -${VIM_NAME} gitops_02_vim -${CLUSTER_NAME} cl-gitops_02 +${VIM_NAME} gitops02vim +${CLUSTER_NAME} cl-gitops02 ${CLUSTER_DESCRIPTION} "Cluster for gitops02 Robot test suite" # KSUs -- 2.25.1