Skip to content

Commit

Permalink
temp mute remotely restart scenario (#2836)
Browse files Browse the repository at this point in the history
we will back it to smoke tests as soon as it is fixed
  • Loading branch information
manrodrigues authored Nov 28, 2023
1 parent 717874f commit c5f1823
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions python-test/features/integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,8 @@ Scenario: remove one sink from a dataset with 1 sinks, edit the dataset and inse
And this agent's heartbeat shows that 1 policies are applied and all has status running


@smoke
@MUTE
#@smoke
Scenario: Remotely restart agents with policies applied
Given the Orb user has a registered account
And the Orb user logs in
Expand All @@ -888,7 +889,8 @@ Scenario: Remotely restart agents with policies applied
And the container logs that were output after reset the agent contain the message "policy applied successfully" referred to each applied policy within 30 seconds
And the container logs that were output after reset the agent contain the message "scraped metrics for policy" referred to each applied policy within 180 seconds

@smoke
@MUTE
#@smoke
Scenario: Remotely restart agents without policies applied
Given the Orb user has a registered account
And the Orb user logs in
Expand Down Expand Up @@ -1409,4 +1411,4 @@ Scenario: Using sink with json configuration specified
When 10 mixed policies are applied to the group
Then this agent's heartbeat shows that 10 policies are applied and all has status running
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
And 10 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
And 10 dataset(s) have validity valid and 0 have validity invalid in 30 seconds

0 comments on commit c5f1823

Please sign in to comment.