Skip to content

Commit

Permalink
Set namespace for dummy-storage-creds.yaml (red-hat-data-services#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolovison authored Mar 6, 2024
1 parent eee7385 commit dd50929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd50929

Please sign in to comment.