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/net_mtu.exp | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 test/net_mtu.exp (limited to 'test/net_mtu.exp') diff --git a/test/net_mtu.exp b/test/net_mtu.exp deleted file mode 100755 index 7943b2866..000000000 --- a/test/net_mtu.exp +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -# check ip address -send -- "firejail --net=br0 --mtu=1000 --noprofile\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-54-g00ecf