Skip to content

Commit

Permalink
Fix ALL_MATCH_ANY_ORDER
Browse files Browse the repository at this point in the history
  • Loading branch information
ajegher-sn committed Dec 12, 2023
1 parent b88fc11 commit 54355d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/defs/cos.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -4350,7 +4350,7 @@ benchmark_configs: {
" file_checks:{"
" files_to_check:{single_file:{path:\"/usr/share/cloud/ip6tables-setup\"}}"
" content_entry:{"
" match_type: ALL_MATCH_ANY_ORDER"
" match_type: ALL_MATCH_STRICT_ORDER"
" match_criteria: {"
" filter_regex: \"ip6tables\\\\s+-[A-Z]\\\\s+INPUT\\\\s+-i\\\\s+lo\\\\s+-j\\\\s+[a-zA-Z]+\\\\s+.*\""
" expected_regex: \"ip6tables\\\\s+-(A|I)\\\\s+INPUT\\\\s+-i\\\\s+lo\\\\s+-j\\\\s+ACCEPT\\\\s+.*\""
Expand Down Expand Up @@ -4527,7 +4527,7 @@ benchmark_configs: {
" file_checks:{"
" files_to_check:{single_file:{path:\"/usr/share/cloud/iptables-setup\"}}"
" content_entry:{"
" match_type: ALL_MATCH_ANY_ORDER"
" match_type: ALL_MATCH_STRICT_ORDER"
" match_criteria: {"
" filter_regex: \"iptables\\\\s+-[A-Z]\\\\s+INPUT\\\\s+-i\\\\s+lo\\\\s+-j\\\\s+[a-zA-Z]+\\\\s+.*\""
" expected_regex: \"iptables\\\\s+-(A|I)\\\\s+INPUT\\\\s+-i\\\\s+lo\\\\s+-j\\\\s+ACCEPT\\\\s+.*\""
Expand Down

0 comments on commit 54355d6

Please sign in to comment.