From 3e71d9d0f840eaa58c84d486c1c68565e63d4f8f Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 20 Feb 2016 08:57:35 -0500 Subject: testing --- test/ip6.exp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/ip6.exp b/test/ip6.exp index 19a822ee2..fba47d095 100755 --- a/test/ip6.exp +++ b/test/ip6.exp @@ -4,7 +4,7 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -send -- "firejail --debug --noprofile --net=eth0 --ip6=2001:0db8:0:f101::1/64 --netfilter6=ipv6.net\r" +send -- "firejail --debug --noprofile --net=br0 --ip6=2001:0db8:0:f101::1/64 --netfilter6=ipv6.net\r" expect { timeout {puts "TESTING ERROR 0\n";exit} "Installing network filter" @@ -26,15 +26,16 @@ sleep 2 send -- "/sbin/ifconfig\r" expect { timeout {puts "TESTING ERROR 4\n";exit} - "inet6 addr" + "inet6" } expect { timeout {puts "TESTING ERROR 5\n";exit} - "2001:db8:0:f101::1/64" + "2001:db8:0:f101::1" } expect { timeout {puts "TESTING ERROR 6\n";exit} - "Scope:Global" + "Scope:Global" { puts "Debian\n"} + "scopeid 0x0" { puts "Arch\n"} } -- cgit v1.2.3-54-g00ecf