From 57bea6c8c4d1bd666ce57057b1cbb681b3cc4afc Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 3 May 2016 08:41:24 -0400 Subject: networking features testing --- test/network/net_defaultgw2.exp | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 test/network/net_defaultgw2.exp (limited to 'test/network/net_defaultgw2.exp') diff --git a/test/network/net_defaultgw2.exp b/test/network/net_defaultgw2.exp new file mode 100755 index 000000000..db14e17cb --- /dev/null +++ b/test/network/net_defaultgw2.exp @@ -0,0 +1,40 @@ +#!/usr/bin/expect -f + +set timeout 10 +spawn $env(SHELL) +match_max 100000 + +# check ip address +send -- "firejail --net=br0 --net=br1 --defaultgw=10.10.30.89 --protocol=unix,inet,netlink\r" +expect { + timeout {puts "TESTING ERROR 0\n";exit} + "eth1" +} +expect { + timeout {puts "TESTING ERROR 4\n";exit} + "Child process initialized" +} +sleep 1 + +# check default gateway +send -- "ip route show\r" +expect { + timeout {puts "TESTING ERROR 10.1\n";exit} + "default via 10.10.30.89 dev eth1" +} + +send -- "ip route show\r" +expect { + timeout {puts "TESTING ERROR 10.2\n";exit} + "10.10.20.0/29 dev eth0 proto kernel scope link" +} + +send -- "ip route show\r" +expect { + timeout {puts "TESTING ERROR 10.3\n";exit} + "10.10.30.0/24 dev eth1 proto kernel scope link" +} +sleep 1 + +puts "\nall done\n" + -- cgit v1.2.3-70-g09d2