aboutsummaryrefslogtreecommitdiffstats
path: root/test/network
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-30 11:15:26 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-30 11:15:26 -0500
commit4e623773c55f799526031df470c5f15bf13a454e (patch)
tree9a92db8f9b5a2b346bc2cbe4bcebbf10750035ba /test/network
parentprivate-opt and private-srv (diff)
downloadfirejail-4e623773c55f799526031df470c5f15bf13a454e.tar.gz
firejail-4e623773c55f799526031df470c5f15bf13a454e.tar.zst
firejail-4e623773c55f799526031df470c5f15bf13a454e.zip
testing
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