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

tests: pcrexform tests #196

Closed
wants to merge 1 commit into from
Closed

tests: pcrexform tests #196

wants to merge 1 commit into from

Conversation

jlucovsky
Copy link
Contributor

This PR adds tests for the pcrexform including tests for

  • basic functionality: Simple PCRE
  • extended functionality: Multiple PCREs
  • Negative: PCRE that do not match anything
  • Negative: Missing option values

Suricata PR #4651

This PR adds tests for the `pcrexform` including tests for
- basic functionality: Simple PCRE
- extended functionality: Multiple PCREs
- Negative: PCRE that do not match anything
- Negative: Missing option values
Copy link
Collaborator

@catenacyber catenacyber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests pass on latest master, but not with old versions

@@ -0,0 +1,8 @@
requires:

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we set a min-version of 6.0 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing this out. I'll update the requires section

@jlucovsky jlucovsky mentioned this pull request Jul 31, 2020
@jlucovsky
Copy link
Contributor Author

Continued in #285

@jlucovsky jlucovsky closed this Jul 31, 2020
@jlucovsky jlucovsky deleted the 3200/3 branch August 3, 2020 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests pass These new tests should pass
Development

Successfully merging this pull request may close these issues.

3 participants