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