-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'task/#24158-Update_and_use_default_config_for_testing' …
…into 'integration' Resolve #24158 "Task/ update and use default config for testing" See merge request elektrobit/base-os/elos!128
- Loading branch information
Showing
17 changed files
with
42 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
test/integration/tests/elosd/eventlogging/test_data/check_find_filter.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
*** Test Cases ***,${event_filter},${is_error_expected},[Documentation] | ||
Check Filter Is Valid,"{""filter"":"".event.messageCode 4 EQ""}",NO,Test case to check if event filter is valid | ||
Check Filter Is Valid,"{""filter"":"".event.messageCode 1004 EQ""}",NO,Test case to check if event filter is valid | ||
Empty Filter Causes Error,{},YES,Test case to check if empty event filter throws an error | ||
Invalid Filter Format Causes Error,{filter:.event.messageCode 4 EQ},YES,Invalid filter string format causes error.Filter should be json formatted | ||
Check Filter With Multiple Conditions Is Valid,"{""filter"":"".event.messageCode 4 EQ .event.payload 'message from tcp published' STRCMP AND""}",NO,Test case to check if multiple filter strings are valid | ||
Check Filter With Multiple Conditions Is Invalid,"{""filter"":"".event.messageCode 4 EQ & .event.payload 'message from tcp published' STRCMP""}",YES,Test case to check if multiple filter strings are invalid | ||
Check Filter Invalid Comparison,"{""filter"":"".event.messageCode 4 STRCMP""}",YES,Test case to check if event filter format string comparison is invalid | ||
Invalid Filter Format Causes Error,{filter:.event.messageCode 1004 EQ},YES,Invalid filter string format causes error.Filter should be json formatted | ||
Check Filter With Multiple Conditions Is Valid,"{""filter"":"".event.messageCode 1004 EQ .event.payload 'message from tcp published' STRCMP AND""}",NO,Test case to check if multiple filter strings are valid | ||
Check Filter With Multiple Conditions Is Invalid,"{""filter"":"".event.messageCode 1004 EQ & .event.payload 'message from tcp published' STRCMP""}",YES,Test case to check if multiple filter strings are invalid | ||
Check Filter Invalid Comparison,"{""filter"":"".event.messageCode 1004 STRCMP""}",YES,Test case to check if event filter format string comparison is invalid |