Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions src/e2e-test/features/gcscreate/GCSCreate.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ Feature: GCSCreate - Verification of GCS Create plugin
Then Wait till pipeline is in running state
Then Verify the pipeline status is "Succeeded"
Then Run the Pipeline in Runtime
Then Wait till pipeline is in running state
Then Wait for pipeline to be in status: "Failed" with a timeout of 240 seconds
Then Open and capture logs
Then Verify the pipeline status is "Failed"
Then Close the pipeline logs

@GCS_CSV_TEST @GCSCreate_Required
Scenario: Verify the pipeline with GCSCreate should not fail on second run when fail if objects exists is false
Expand All @@ -60,5 +62,7 @@ Feature: GCSCreate - Verification of GCS Create plugin
Then Wait till pipeline is in running state
Then Verify the pipeline status is "Succeeded"
Then Run the Pipeline in Runtime
Then Wait till pipeline is in running state
Then Verify the pipeline status is "Succeeded"
Then Wait for pipeline to be in status: "Succeeded" with a timeout of 240 seconds
Then Open and capture logs
Then Verify the pipeline status is "Succeeded"
Then Close the pipeline logs
Loading