Actions
Optimization #4944
opensuricata-verify: warn when provided test name doesn't exist
Effort:
Difficulty:
Label:
Description
Currently, if one wants to run Suricata-verify for a specific test, but inadvertently makes a typo in the name, the program runs and shows results that don't make it clear that it didn't find any test with the given name:
This can be misleading and time-consuming, as especially newcomers could interpret this as having something wrong in the code they are trying to test, somehow, instead of it being a possible issue with test name.
[Expected behavior:]
A simple Warn message informing the user that `provided test name` didn't match any test candidates should be enough.
Files
Updated by Juliana Fajardini Reichow over 2 years ago
- Status changed from New to In Progress
- Assignee set to Juliana Fajardini Reichow
Updated by Juliana Fajardini Reichow over 2 years ago
PR for review: https://github.com/OISF/suricata-verify/pull/750
Actions