Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inserting tag on test scenarios with error status on sink #2187

Merged
merged 1 commit into from
Feb 7, 2023
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
16 changes: 8 additions & 8 deletions python-test/features/integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Scenario: Provision agent with tag matching existing group with multiple policie
And 20 dataset(s) have validity valid and 0 have validity invalid in 30 seconds


@smoke
@smoke @sink_status_error
Scenario: Sink with invalid endpoint
Given the Orb user has a registered account
And the Orb user logs in
Expand Down Expand Up @@ -332,7 +332,7 @@ Scenario: Unapplying policies that failed by removing group
And 0 dataset(s) have validity valid and 4 have validity invalid in 30 seconds


@smoke
@smoke @sink_status_error
Scenario: Sink with invalid username
Given the Orb user has a registered account
And the Orb user logs in
Expand All @@ -352,7 +352,7 @@ Scenario: Sink with invalid username
And 4 dataset(s) have validity valid and 0 have validity invalid in 30 seconds


@smoke
@smoke @sink_status_error
Scenario: Sink with invalid password
Given the Orb user has a registered account
And the Orb user logs in
Expand Down Expand Up @@ -904,7 +904,7 @@ Scenario: Remove agent (check dataset)
And last container created is exited after 120 seconds
And 2 dataset(s) have validity valid and 0 have validity invalid in 30 seconds

@smoke
@smoke @sink_status_error
Scenario: Edit sink active and use invalid remote host
Given the Orb user has a registered account
And the Orb user logs in
Expand All @@ -925,7 +925,7 @@ Scenario: Edit sink active and use invalid remote host
And 10 dataset(s) have validity valid and 0 have validity invalid in 30 seconds


@smoke
@smoke @sink_status_error
Scenario: Edit sink active and use invalid username
Given the Orb user has a registered account
And the Orb user logs in
Expand All @@ -946,7 +946,7 @@ Scenario: Edit sink active and use invalid username
And 10 dataset(s) have validity valid and 0 have validity invalid in 30 seconds


@smoke
@smoke @sink_status_error
Scenario: Edit sink active and use invalid password
Given the Orb user has a registered account
And the Orb user logs in
Expand All @@ -967,7 +967,7 @@ Scenario: Edit sink active and use invalid password
And 10 dataset(s) have validity valid and 0 have validity invalid in 30 seconds


@smoke
@smoke @sink_status_error
Scenario: Edit sink with invalid username and use valid one
Given the Orb user has a registered account
And the Orb user logs in
Expand All @@ -989,7 +989,7 @@ Scenario: Edit sink with invalid username and use valid one
And 4 dataset(s) have validity valid and 0 have validity invalid in 30 seconds


@smoke
@smoke @sink_status_error
Scenario: Edit sink with password and use valid one
Given the Orb user has a registered account
And the Orb user logs in
Expand Down