The testcase code expects class A (or /8 ) network addresses to be assigned to the tested interfaces and fails with the default values of class C (or /24).
Signed-off-by: Radoslav Kolev <[email protected]> --- ltp-full-20091031.orig/testcases/network/stress/interface/if4-alias-addlarge 2009-11-18 11:41:02.000000000 +0200 +++ ltp-full-20091031/testcases/network/stress/interface/if4-alias-addlarge 2009-12-06 19:31:34.000000000 +0200 @@ -72,7 +72,7 @@ LINK_NUM=0 # Network portion of the IPv4 address -IPV4_NETWORK=${IPV4_NETWORK:-"10.0.0"} +IPV4_NETWORK=${IPV4_NETWORK:-"10"} # Netmask of for the tested network IPV4_NETMASK="255.0.0.0" @@ -82,8 +82,8 @@ IPV4_BROADCAST=${IPV4_NETWORK}.255.255.255 # Host portion of the IPv4 address -LHOST_IPV4_HOST=${LHOST_IPV4_HOST:-"2"} -RHOST_IPV4_HOST=${RHOST_IPV4_HOST:-"1"} +LHOST_IPV4_HOST=${LHOST_IPV4_HOST:-"0.0.2"} +RHOST_IPV4_HOST=${RHOST_IPV4_HOST:-"0.0.1"} ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
