aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/net_unconfigured.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/net_unconfigured.exp')
-rwxr-xr-xtest/network/net_unconfigured.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/network/net_unconfigured.exp b/test/network/net_unconfigured.exp
index 434edaea3..92d7a33eb 100755
--- a/test/network/net_unconfigured.exp
+++ b/test/network/net_unconfigured.exp
@@ -12,7 +12,7 @@ send -- "firejail --noprofile --net=br-unconfigured --ip=none\r"
12expect { 12expect {
13 timeout {puts "TESTING ERROR 0\n";exit} 13 timeout {puts "TESTING ERROR 0\n";exit}
14 "eth0" {puts "TESTING ERROR 1\n";exit} 14 "eth0" {puts "TESTING ERROR 1\n";exit}
15 "Child process initialized" 15 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
16} 16}
17sleep 1 17sleep 1
18send -- "bash\r" 18send -- "bash\r"
@@ -53,7 +53,7 @@ send -- "firejail --noprofile --net=br-unconfigured\r"
53expect { 53expect {
54 timeout {puts "TESTING ERROR 7\n";exit} 54 timeout {puts "TESTING ERROR 7\n";exit}
55 "eth0" {puts "TESTING ERROR 8\n";exit} 55 "eth0" {puts "TESTING ERROR 8\n";exit}
56 "Child process initialized" 56 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
57} 57}
58sleep 1 58sleep 1
59send -- "bash\r" 59send -- "bash\r"
@@ -93,7 +93,7 @@ send -- "firejail --noprofile --net=br-unconfigured --defaultgw=10.10.80.1\r"
93expect { 93expect {
94 timeout {puts "TESTING ERROR 14\n";exit} 94 timeout {puts "TESTING ERROR 14\n";exit}
95 "eth0" {puts "TESTING ERROR 15\n";exit} 95 "eth0" {puts "TESTING ERROR 15\n";exit}
96 "Child process initialized" 96 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
97} 97}
98sleep 1 98sleep 1
99send -- "bash\r" 99send -- "bash\r"
@@ -133,7 +133,7 @@ send -- "firejail --noprofile --net=br-unconfigured --ip=10.10.80.1 --defaultgw=
133expect { 133expect {
134 timeout {puts "TESTING ERROR 21\n";exit} 134 timeout {puts "TESTING ERROR 21\n";exit}
135 "eth0" {puts "TESTING ERROR 22\n";exit} 135 "eth0" {puts "TESTING ERROR 22\n";exit}
136 "Child process initialized" 136 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
137} 137}
138sleep 1 138sleep 1
139send -- "bash\r" 139send -- "bash\r"
@@ -180,7 +180,7 @@ expect {
180} 180}
181expect { 181expect {
182 timeout {puts "TESTING ERROR 30\n";exit} 182 timeout {puts "TESTING ERROR 30\n";exit}
183 "Child process initialized" 183 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
184} 184}
185sleep 1 185sleep 1
186send -- "bash\r" 186send -- "bash\r"