From 3f99bc54ec38ffc23a0b348eaf16389a410bd0e7 Mon Sep 17 00:00:00 2001 From: asanzgom Date: Fri, 30 Aug 2024 15:01:48 +0200 Subject: [PATCH] changed to relative path on smcp template --- .../0104__rhods_operator/0110__service_mesh.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0110__service_mesh.robot b/ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0110__service_mesh.robot index d55cbab06..346a6a7fe 100644 --- a/ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0110__service_mesh.robot +++ b/ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0110__service_mesh.robot @@ -119,7 +119,7 @@ Fetch Cluster Type By Domain Create Smcp From Template [Documentation] Create a default ServiceMeshControlPlane from a template - ${file_path}= Set Variable ~/work/ods-ci/ods_ci/tasks/Resources/Files/ + ${file_path}= Set Variable ./tasks/Resources/Files/ ${return_code}= Run And Return Rc oc apply -f ${file_path}smcp_template.yml Should Be Equal As Integers ${return_code} 0