aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/interface.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-07-27 13:44:54 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-07-27 13:44:54 -0400
commite41ae04e9f33d758055ee2965d442702667eeee2 (patch)
tree4ab332f20f68922a2394668a74fe16bf95851263 /test/network/interface.exp
parenttentative fix for arp cahce pollution - #1406 (diff)
downloadfirejail-e41ae04e9f33d758055ee2965d442702667eeee2.tar.gz
firejail-e41ae04e9f33d758055ee2965d442702667eeee2.tar.zst
firejail-e41ae04e9f33d758055ee2965d442702667eeee2.zip
network testing
Diffstat (limited to 'test/network/interface.exp')
-rwxr-xr-xtest/network/interface.exp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/network/interface.exp b/test/network/interface.exp
index 638e6d32b..f631b805b 100755
--- a/test/network/interface.exp
+++ b/test/network/interface.exp
@@ -35,10 +35,6 @@ expect {
35 timeout {puts "TESTING ERROR 3\n";exit} 35 timeout {puts "TESTING ERROR 3\n";exit}
36 "10.10.205.10" 36 "10.10.205.10"
37} 37}
38expect {
39 timeout {puts "TESTING ERROR 4\n";exit}
40 "UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1"
41}
42after 100 38after 100
43 39
44send -- "/sbin/ifconfig\r" 40send -- "/sbin/ifconfig\r"
@@ -55,10 +51,6 @@ expect {
55 timeout {puts "TESTING ERROR 7\n";exit} 51 timeout {puts "TESTING ERROR 7\n";exit}
56 "10.10.206.10" 52 "10.10.206.10"
57} 53}
58expect {
59 timeout {puts "TESTING ERROR 8\n";exit}
60 "UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1"
61}
62after 100 54after 100
63 55
64send -- "exit\r" 56send -- "exit\r"