aboutsummaryrefslogtreecommitdiffstats
path: root/test/network
diff options
context:
space:
mode:
Diffstat (limited to 'test/network')
-rwxr-xr-xtest/network/net_veth.exp12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/network/net_veth.exp b/test/network/net_veth.exp
index 89dedcb24..04091047b 100755
--- a/test/network/net_veth.exp
+++ b/test/network/net_veth.exp
@@ -123,6 +123,18 @@ expect {
123} 123}
124sleep 1 124sleep 1
125send -- "exit\r" 125send -- "exit\r"
126sleep 1
127
128send -- "firejail --net=eth0 --ip=10.10.20.1\r"
129expect {
130 timeout {puts "TESTING ERROR 27\n";exit}
131 "the IP address is not in the interface range"
132}
133
134
135
136
137
126 138
127after 100 139after 100
128 140