| commit | a898c80eecf94c9942aa6f10c5689a64c20f0c4e | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Jul 16 23:28:08 2025 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Jul 17 09:56:05 2025 +0200 |
| tree | db5ed048f6cefc0f6b04ca6e5ba637468511835f | |
| parent | 00ab224939d5ed78670a43c42b8f40255ab34f50 [diff] |
Fix gitops_02 to find KSU params under resource dir Change-Id: I5154367d70784ffbeecc88fbc875c742ea82e753 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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 @@ 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 @@ ${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}