From 6d39f22968c7cf2a51cb162664589770c84aac69 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 18 Oct 2015 11:07:49 -0400 Subject: testing --- test/net_mtu.exp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 test/net_mtu.exp (limited to 'test/net_mtu.exp') diff --git a/test/net_mtu.exp b/test/net_mtu.exp new file mode 100755 index 000000000..2940241c1 --- /dev/null +++ b/test/net_mtu.exp @@ -0,0 +1,30 @@ +#!/usr/bin/expect -f + +set timeout 10 +spawn $env(SHELL) +match_max 100000 + +# check ip address +send -- "firejail --net=br0 --mtu=1000\r" +expect { + timeout {puts "TESTING ERROR 1\n";exit} + "Child process initialized" +} +sleep 1 + +send -- "ip link show\r" +expect { + timeout {puts "TESTING ERROR 2\n";exit} + "eth0" +} +expect { + timeout {puts "TESTING ERROR 3\n";exit} + "mtu 1000" +} +expect { + timeout {puts "TESTING ERROR 4\n";exit} + "state UP" +} + +puts "\nall done\n" + -- cgit v1.2.3-70-g09d2