From dd50929700b5927af3e71686b0ff75000db9013a Mon Sep 17 00:00:00 2001 From: Diego Lovison Date: Wed, 6 Mar 2024 10:33:42 -0300 Subject: [PATCH] Set namespace for dummy-storage-creds.yaml (#1256) --- .../431__data-science-pipelines-api.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tests/Tests/400__ods_dashboard/430__data_science_pipelines/431__data-science-pipelines-api.robot b/ods_ci/tests/Tests/400__ods_dashboard/430__data_science_pipelines/431__data-science-pipelines-api.robot index 085697ff5..b77ff66aa 100644 --- a/ods_ci/tests/Tests/400__ods_dashboard/430__data_science_pipelines/431__data-science-pipelines-api.robot +++ b/ods_ci/tests/Tests/400__ods_dashboard/430__data_science_pipelines/431__data-science-pipelines-api.robot @@ -50,7 +50,7 @@ Verify DSPO Operator Reconciliation Retry Wait Until Keyword Succeeds 15 times 1s ... Double Check If DSPA Was Created ${local_project_name} DSPA Should Reconcile - ${rc} ${out} = Run And Return Rc And Output oc apply -f ods_ci/tests/Resources/Files/dummy-storage-creds.yaml + ${rc} ${out} = Run And Return Rc And Output oc apply -f ods_ci/tests/Resources/Files/dummy-storage-creds.yaml -n ${local_project_name} IF ${rc}!=0 Fail # one pod is good when reconciliation finished Wait For Pods Number 1 namespace=${local_project_name} timeout=60