From b2b603eac941d2cdea97d7886dc7181c179a8160 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 29 Mar 2017 12:09:26 -0400 Subject: testing --- test/stress/net_macvlan.exp | 81 +++++++++++---------------------------------- 1 file changed, 20 insertions(+), 61 deletions(-) (limited to 'test/stress/net_macvlan.exp') diff --git a/test/stress/net_macvlan.exp b/test/stress/net_macvlan.exp index 187b5c39f..e0e494ef8 100755 --- a/test/stress/net_macvlan.exp +++ b/test/stress/net_macvlan.exp @@ -7,19 +7,9 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -# check the existing address -spawn $env(SHELL) -send -- "firejail --net=eth0 --ip=192.168.1.60\r" -expect { - timeout {puts "TESTING ERROR 1.1\n";puts "Please open a sandbox on 192.168.1.60\n";exit} - "192.168.1.60 is interface eth0 address" -} - - - -# grab 30 ip addresses -set MAXi 229 -set i 200 +# grab 10 ip addresses +set MAXi 210 +set i 201 while { $i <= $MAXi } { spawn $env(SHELL) send -- "firejail --net=eth0 --ip=192.168.1.$i\r" @@ -32,62 +22,31 @@ while { $i <= $MAXi } { } -# check an existing address -spawn $env(SHELL) -send -- "firejail --net=eth0 --ip=192.168.1.200\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "the address 192.168.1.200 is already in use" -} - - -set MAXi 254 -set i 2 +# grab 10 more +set MAXi 210 +set i 201 while { $i <= $MAXi } { spawn $env(SHELL) - send -- "firejail --net=eth0\r" + send -- "firejail --net=eth0 --iprange=192.168.1.201,192.168.1.220\r" expect { - timeout {puts "TESTING ERROR 2.1\n";exit} - "192.168.1.60" {puts "TESTING ERROR 2.2\n";exit} - "192.168.1.200" {puts "TESTING ERROR 3\n";exit} - "192.168.1.201" {puts "TESTING ERROR 3\n";exit} - "192.168.1.202" {puts "TESTING ERROR 3\n";exit} - "192.168.1.203" {puts "TESTING ERROR 3\n";exit} - "192.168.1.204" {puts "TESTING ERROR 3\n";exit} - "192.168.1.205" {puts "TESTING ERROR 3\n";exit} - "192.168.1.206" {puts "TESTING ERROR 3\n";exit} - "192.168.1.207" {puts "TESTING ERROR 3\n";exit} - "192.168.1.208" {puts "TESTING ERROR 3\n";exit} - "192.168.1.209" {puts "TESTING ERROR 3\n";exit} - "192.168.1.210" {puts "TESTING ERROR 3\n";exit} - "192.168.1.211" {puts "TESTING ERROR 3\n";exit} - "192.168.1.212" {puts "TESTING ERROR 3\n";exit} - "192.168.1.213" {puts "TESTING ERROR 3\n";exit} - "192.168.1.214" {puts "TESTING ERROR 3\n";exit} - "192.168.1.215" {puts "TESTING ERROR 3\n";exit} - "192.168.1.216" {puts "TESTING ERROR 3\n";exit} - "192.168.1.217" {puts "TESTING ERROR 3\n";exit} - "192.168.1.218" {puts "TESTING ERROR 3\n";exit} - "192.168.1.219" {puts "TESTING ERROR 3\n";exit} - "192.168.1.220" {puts "TESTING ERROR 3\n";exit} - "192.168.1.221" {puts "TESTING ERROR 3\n";exit} - "192.168.1.222" {puts "TESTING ERROR 3\n";exit} - "192.168.1.223" {puts "TESTING ERROR 3\n";exit} - "192.168.1.224" {puts "TESTING ERROR 3\n";exit} - "192.168.1.225" {puts "TESTING ERROR 3\n";exit} - "192.168.1.226" {puts "TESTING ERROR 3\n";exit} - "192.168.1.227" {puts "TESTING ERROR 3\n";exit} - "192.168.1.228" {puts "TESTING ERROR 3\n";exit} - "192.168.1.229" {puts "TESTING ERROR 3\n";exit} + timeout {puts "TESTING ERROR 2\n";exit} "Child process initialized" } puts "************ $i ******************\n" incr i after 100 -# sleep 1 } -send -- "exit\r" -after 100 -puts "\n" +# the next one should fail, all 20 addresses are in use +spawn $env(SHELL) +send -- "firejail --debug --net=eth0 --iprange=192.168.1.201,192.168.1.220\r" +expect { + timeout {puts "TESTING ERROR 3\n";exit} + "cannot assign an IP address" +} + + + +after 100 +puts "\nall done\n" -- cgit v1.2.3-70-g09d2