From e41ae04e9f33d758055ee2965d442702667eeee2 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 27 Jul 2017 13:44:54 -0400 Subject: network testing --- test/network/4bridges_ip.exp | 4 ++-- test/network/interface.exp | 8 -------- test/network/network.sh | 3 --- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/test/network/4bridges_ip.exp b/test/network/4bridges_ip.exp index 5ecf3ecb8..e7308c106 100755 --- a/test/network/4bridges_ip.exp +++ b/test/network/4bridges_ip.exp @@ -164,8 +164,8 @@ expect { send -- "ip route show\r" expect { timeout {puts "TESTING ERROR 10.4\n";exit} - "10.10.40.0/24 dev eth2 proto kernel scope link src 10.10.40.100" {puts "old iproute2\n";} - "10.10.40.0/24 dev eth2 proto kernel scope link src 10.10.40.100" {puts "new iproute2\n";} + "10.10.40.0/24 dev eth2 proto kernel scope link src 10.10.40.100" {puts "old iproute2\n";} + "10.10.40.0/24 dev eth2 proto kernel scope link src 10.10.40.100" {puts "new iproute2\n";} } send -- "ip route show\r" diff --git a/test/network/interface.exp b/test/network/interface.exp index 638e6d32b..f631b805b 100755 --- a/test/network/interface.exp +++ b/test/network/interface.exp @@ -35,10 +35,6 @@ expect { timeout {puts "TESTING ERROR 3\n";exit} "10.10.205.10" } -expect { - timeout {puts "TESTING ERROR 4\n";exit} - "UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1" -} after 100 send -- "/sbin/ifconfig\r" @@ -55,10 +51,6 @@ expect { timeout {puts "TESTING ERROR 7\n";exit} "10.10.206.10" } -expect { - timeout {puts "TESTING ERROR 8\n";exit} - "UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1" -} after 100 send -- "exit\r" diff --git a/test/network/network.sh b/test/network/network.sh index c4c104042..739644c8e 100755 --- a/test/network/network.sh +++ b/test/network/network.sh @@ -75,9 +75,6 @@ echo "TESTING: network default gateway test 3 (net_defaultgw3.exp)" echo "TESTING: scan (net_scan.exp)" ./net_scan.exp -echo "TESTING: mtu (mtu.exp)" -./mtu.exp - echo "TESTING: interface (interface.exp)" ./interface.exp -- cgit v1.2.3-54-g00ecf