From f947805ac28323ccd299481bd402611206352275 Mon Sep 17 00:00:00 2001 From: Nicolas KAROLAK <nicolas@karolak.fr> Date: Mon, 29 Apr 2019 16:25:33 +0200 Subject: [PATCH] add defaults fo ignores --- global-conf.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global-conf.sh b/global-conf.sh index 49a044c5..2a973f4d 100644 --- a/global-conf.sh +++ b/global-conf.sh @@ -135,6 +135,10 @@ TESTER_MS_INSTANCES= TESTER_MAX_INSTANCES= # separate values with commas TESTER_IGNORED_TESTS= +# ignore these dns names +TESTER_DNS_RESOLUTION_IGNORED= +# ignore these nginx vhosts +TESTER_DNS_RESOLUTION_IGNORED= # -- Constants -- CYAN='\033[0;36m' -- GitLab