Skip to content

Commit

Permalink
new status for policy with no tap match (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
manrodrigues authored Jan 24, 2023
1 parent 11d0736 commit eb8fecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-test/features/integration_config_file.feature
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Scenario: tap_selector - any - matching 0 of all tags from an agent
Then 1 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
And the container logs should contain the message "completed RPC subscription to group" within 30 seconds
And this agent's heartbeat shows that 1 groups are matching the agent
And this agent's heartbeat shows that 1 policies are applied and all has status failed_to_apply
And this agent's heartbeat shows that 1 policies are applied and all has status no_tap_match
And the policy application error details must show that 422 no tap match found for specified 'input.tap_selector' tags
And remove the agent .yaml generated on each scenario

Expand Down Expand Up @@ -193,7 +193,7 @@ Scenario: tap_selector - all - matching 0 of all tags from an agent
Then 1 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
And the container logs should contain the message "completed RPC subscription to group" within 30 seconds
And this agent's heartbeat shows that 1 groups are matching the agent
And this agent's heartbeat shows that 1 policies are applied and all has status failed_to_apply
And this agent's heartbeat shows that 1 policies are applied and all has status no_tap_match
And the policy application error details must show that 422 no tap match found for specified 'input.tap_selector' tags
And remove the agent .yaml generated on each scenario

Expand Down

0 comments on commit eb8fecd

Please sign in to comment.