aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/dns.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/environment/dns.exp')
-rwxr-xr-xtest/environment/dns.exp10
1 files changed, 9 insertions, 1 deletions
diff --git a/test/environment/dns.exp b/test/environment/dns.exp
index 0d12a82f2..6ddc0ccea 100755
--- a/test/environment/dns.exp
+++ b/test/environment/dns.exp
@@ -4,7 +4,7 @@ set timeout 30
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail --dns=8.8.4.4 --dns=8.8.8.8 --dns=4.2.2.1\r" 7send -- "firejail --dns=8.8.4.4 --dns=8.8.8.8 --dns=4.2.2.1 --dns=::2\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 2.1\n";exit} 9 timeout {puts "TESTING ERROR 2.1\n";exit}
10 "Child process initialized" 10 "Child process initialized"
@@ -24,6 +24,10 @@ expect {
24 timeout {puts "TESTING ERROR 2.4\n";exit} 24 timeout {puts "TESTING ERROR 2.4\n";exit}
25 "nameserver 4.2.2.1" 25 "nameserver 4.2.2.1"
26} 26}
27expect {
28 timeout {puts "TESTING ERROR 2.5\n";exit}
29 "nameserver ::2"
30}
27after 100 31after 100
28send -- "exit\r" 32send -- "exit\r"
29sleep 1 33sleep 1
@@ -50,6 +54,10 @@ expect {
50 "nameserver 4.2.2.1" 54 "nameserver 4.2.2.1"
51} 55}
52after 100 56after 100
57expect {
58 timeout {puts "TESTING ERROR 12.5\n";exit}
59 "nameserver ::2"
60}
53send -- "exit\r" 61send -- "exit\r"
54sleep 1 62sleep 1
55 63