-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix(tests): use legacy rules files for legacy tests #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/hold |
Legacy tests are designed to test Falco features, not the ruleset. Most of these tests already use ad-hoc rules files, not those provided by the tested Falco package. This commit also aligns the same behavior for legacy tests requiring the default rulesets. This is particularly relevant after we split `falco_rules.yaml` in multiple files, which are not shipped anymore by default. Signed-off-by: Leonardo Grasso <[email protected]>
225bc1a
to
4af105a
Compare
I'm fixing some failing tests. Hold on please 🙏 |
b2034e1
to
1cce593
Compare
Signed-off-by: Leonardo Grasso <[email protected]>
1cce593
to
31b4840
Compare
Found the issue falcosecurity/falco#2784 |
/hold cancel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
See falcosecurity/testing#24 Signed-off-by: Leonardo Grasso <[email protected]>
Legacy tests are designed to test Falco features, not the ruleset. Most of these tests already use ad-hoc rules files, not those provided by the tested Falco package. This commit also aligns the same behavior for legacy tests requiring the default rulesets. This is particularly relevant after we split
falco_rules.yaml
in multiple files, which are not shipped anymore by default.