From a898c80eecf94c9942aa6f10c5689a64c20f0c4e Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 16 Jul 2025 23:28:08 +0200 Subject: [PATCH] Fix gitops_02 to find KSU params under resource dir Change-Id: I5154367d70784ffbeecc88fbc875c742ea82e753 Signed-off-by: garciadeblas --- .../{jenkins-params.yaml => gitops_02-jenkins-params.yaml} | 0 .../gitops_02-declarative_cluster_registration_oka_ksu.robot | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename robot-systest/resources/{jenkins-params.yaml => gitops_02-jenkins-params.yaml} (100%) diff --git a/robot-systest/resources/jenkins-params.yaml b/robot-systest/resources/gitops_02-jenkins-params.yaml similarity index 100% rename from robot-systest/resources/jenkins-params.yaml rename to robot-systest/resources/gitops_02-jenkins-params.yaml 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 c3909de..11f5631 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 @@ -25,7 +25,7 @@ Resource ../lib/vim_lib.resource Test Tags gitops_02 cluster_gitops -# Suite Teardown Run Keyword And Ignore Error Suite Cleanup +Suite Teardown Run Keyword And Ignore Error Suite Cleanup *** Variables *** @@ -50,7 +50,7 @@ ${CLUSTER_DESCRIPTION} "Cluster for gitops02 Robot test suite" ${KSU_NS_NAME} jenkins-ns ${KSU1_NAME} testacme ${KSU2_NAME} jenkins -${KSU2_PARAMS} ../resources/jenkins-params.yaml +${KSU2_PARAMS} ${CURDIR}/../resources/gitops_02-jenkins-params.yaml ${KSU_NS_ID} ${EMPTY} ${KSU1_ID} ${EMPTY} ${KSU2_ID} ${EMPTY} -- 2.25.1