Skip to content
Snippets Groups Projects
Commit 99885032 authored by Michal Jankowski's avatar Michal Jankowski
Browse files

Fixing 1.3.7 on 1.11 master.

With multiple test items operator defaults to "and". In case of 1.3.7
the tests check whether --address flag is either set to 127.0.0.1 or not
set at all. Those conditions cannot be met at the same time.
parent 64f4f638
No related branches found
No related tags found
No related merge requests found
......@@ -790,6 +790,7 @@ groups:
text: "Ensure that the --address argument is set to 127.0.0.1 (Scored)"
audit: "ps -ef | grep $controllermanagerbin | grep -v grep"
tests:
bin_op: or
test_items:
- flag: "--address"
compare:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment