All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP]   [Query] Regarding network testcases
@ 2015-12-11 11:14 Manjeet Pawar
  0 siblings, 0 replies; 4+ messages in thread
From: Manjeet Pawar @ 2015-12-11 11:14 UTC (permalink / raw)
  To: ltp

HI,

I am running "ssh-stress 6" 
Rhost= TARGET (fd00::1:1:1:1), Lhost= local machine (localhost = ::1) 

I encountered following issues: (Test03) : When Rhost issue command "ssh-stress03-rmt 6 fd00::1:1:1:1  /root/tmp.fzkPCzr4QA/ssh_config 56218 10  " to local machine, Why local machine check TCP fastopen with localhost (::1) when there is no TCP server running on 
local machine. I guess to run TCP client on a machine, there should be TCP server running on it . Please check below logs 

+tcp_fastopen -R 3 -g 56218
++ tst_ipaddr
++ local type=lhost
++ local ipv=6
++ local tst_host=
++ '[' lhost = lhost ']'
++ eval 'tst_host=$LHOST_IPV6_HOST'
+++ tst_host=:1:1:1:1
++ '[' 6 ']'
++ echo fd00::1:1:1:1
+ tst_rhost_run -s -c 'ssh-stress03-rmt 6 fd00::1:1:1:1 		/root/tmp.fzkPCzr4QA/ssh_config 56218 10'
+ local pre_cmd=
+ local 'post_cmd= || echo RTERR'
+ local out=
+ local user=root
+ local cmd=
+ local safe=0
+ OPTIND=0
+ getopts :bsc:u: opt
+ case "$opt" in
+ safe=1
+ getopts :bsc:u: opt
+ case "$opt" in
+ cmd='ssh-stress03-rmt 6 fd00::1:1:1:1 		/root/tmp.fzkPCzr4QA/ssh_config 56218 10'
+ getopts :bsc:u: opt
+ OPTIND=0
+ '[' -z 'ssh-stress03-rmt 6 fd00::1:1:1:1 		/root/tmp.fzkPCzr4QA/ssh_config 56218 10' ']'
+ local output=
+ local ret=0
+ TST_USE_SSH=1
+ '[' -n 1 ']'
++ ssh -n -q root@107.109.223.240 'sh -c 			'\ssh-stress03-rmt 6 fd00::1:1:1:1 		/root/tmp.fzkPCzr4QA/ssh_config 56218 10  || echo RTERR'\'''
+ output='+ TCID=ssh_stress03_rmt
+ TST_TOTAL=1
+ . test.sh
+ export LTP_RET_VAL=0
+ export TST_COUNT=1
+ export TST_LIB_LOADED=1
+ [ -z ssh_stress03_rmt ]
+ [ -z 1 ]
+ export TCID=ssh_stress03_rmt
+ export TST_TOTAL=1
+ [ -z  ]
+ export LTPROOT=/root
+ export LTP_DATAROOT=/root/datafiles
+ [ 5 -ne 5 ]
+ ip_ver=6
+ server_ipaddr=fd00::1:1:1:1
+ ssh_config=/root/tmp.fzkPCzr4QA/ssh_config
+ rport=56218
+ requests=10
+ ssh -6 -F /root/tmp.fzkPCzr4QA/ssh_config fd00::1:1:1:1 true < /dev/null > /dev/null 2>&1
+ [ 0 -ne 0 ]
+ tst_get_unused_port ipv6 stream
+ lport=15051
+ localhost=::1
+ ssh -6 -f -N -L 15051/[fd00::1:1:1:1]/56218 root@fd00::1:1:1:1 -F /root/tmp.fzkPCzr4QA/ssh_config
Bad local forwarding specification '\''15051/[fd00::1:1:1:1]/56218'\''

<highlighted section>
//////////+ tcp_fastopen -r 10 -l -H ::1 -g 15051  /////////////////  

+ ret=2
+ ps auxw
+ grep -Fv grep
+ + grep ssh[[:blank:]].*/root/tmp.fzkPCzr4QA/ssh_config
awk {print $2}
ssh_stress03_rmt 1 TBROK : TCP traffic client is dead
RTERR
tcp_fastopen is not able to run

please correct me if I am doing somethings wrong.

Thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [LTP] [Query] Regarding network testcases
  2015-12-09 10:54 ` Alexey Kodanev
@ 2015-12-09 11:15   ` Alexey Kodanev
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Kodanev @ 2015-12-09 11:15 UTC (permalink / raw)
  To: ltp

Sending to the correct ML.

On 12/09/2015 01:54 PM, Alexey Kodanev wrote:
> Hi,
> On 12/09/2015 11:59 AM, Manjeet Pawar wrote:
>> Hi,
>>
>> I am facing issues while running some network testcases : e.g. 
>> if4-addr-change
>> This testcase belongs to latest (ltp-full-20150903.tar.bz2)
>> when I run this  if4-addr-change, I exported two new env variables a) 
>> IPV4_NETWORK = "107.109.223" and IPV6_NETWORK = "fd00::1:1:1:1", b) 
>> LHOST_IFACES = eth0 and RHOST_IFACES = eth0, which is not exported in 
>> "test_net.sh" .
>> bacause "if4-addr-change " testcase invokes "est_net.sh".
>>
> ...
>> ++ echo fd00::1:1:1:1:
>> + ip addr add fd00::1:1:1:1:/64 dev eth0
>> ip: RTNETLINK answers: Numerical result out of range
>> + return 2
>> + ret=2
>> + TST_IPV6=
>> + return 2
>> + exit 2
>> <<<<<<<<<<<<<<<<<<<execution_status>>>>>>>>>>>>
>> initiation_status="ok"
>> duration=13 termination_type=exited termination_id=2 corefile=no
>> cutime=49 cstime=627
>> <<<<<<<<<<<<<<<<<<<test_end>>>>>>>>>>>>>>>>>>>>>
>>
>> Please check the IP addresses taken by the program, they are in wrong 
>> format.
>> Is there anything that I am missing to run this testcase ? . Also I 
>> tried to do manually fix to get IP addresses in correct way but that 
>> should not be done, it need many changes to be done in "test_net.sh".
>> This test scripts is invoked by  other testcases like 
>> "network_stress.broken_ip". So all these testcases are failing.
>> Please suggest more detail regarding "test_net.sh".
>
> Defining IPv6 network as IPV6_NETWORK = "fd00::1:1:1:1" is not quite 
> correct. Here you have specified the IPv6 address, not network.
>
> There are other variables that should be defined as well: 
> LHOST_IPV4_HOST, RHOST_IPV4_HOST, LHOST_IPV6_HOST, RHOST_IPV6_HOST, 
> i.e. host specific parts.
>
> In your case IPv6 network is "fd00::/64", and I would set vars as 
> follows:
> IPV6_NETWORK = "fd00"
> LHOST_IPV6_HOST=":1:1:1:1"
>
> After that you will get fd00::1:1:1:1/64 address in the tests 
> (${IPV6_NETWORK}:${LHOST_IPV6_HOST}).
>
> Best regards,
> Alexey
>
>>
>> Thanks
>>
>>
>>
>>
>> ------------------------------------------------------------------------------ 
>>
>> _______________________________________________
>> Ltp-list mailing list
>> Ltp-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ltp-list
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] [Query] Regarding network testcases
  2015-12-09  8:59 Manjeet Pawar
@ 2015-12-09 10:54 ` Alexey Kodanev
  2015-12-09 11:15   ` Alexey Kodanev
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey Kodanev @ 2015-12-09 10:54 UTC (permalink / raw)
  To: manjeet.p, ltp-list; +Cc: v.narang, ajeet.y, pankaj.m

Hi,
On 12/09/2015 11:59 AM, Manjeet Pawar wrote:
> Hi,
>
> I am facing issues while running some network testcases : e.g. if4-addr-change
> This testcase belongs to latest (ltp-full-20150903.tar.bz2)
> when I run this  if4-addr-change, I exported two new env variables a) IPV4_NETWORK = "107.109.223" and IPV6_NETWORK = "fd00::1:1:1:1", b) LHOST_IFACES = eth0 and RHOST_IFACES = eth0, which is not exported in "test_net.sh" .
> bacause "if4-addr-change " testcase invokes "est_net.sh".
>
...
> ++ echo fd00::1:1:1:1:
> + ip addr add fd00::1:1:1:1:/64 dev eth0
> ip: RTNETLINK answers: Numerical result out of range
> + return 2
> + ret=2
> + TST_IPV6=
> + return 2
> + exit 2
> <<<<<<<<<<<<<<<<<<<execution_status>>>>>>>>>>>>
> initiation_status="ok"
> duration=13 termination_type=exited termination_id=2 corefile=no
> cutime=49 cstime=627
> <<<<<<<<<<<<<<<<<<<test_end>>>>>>>>>>>>>>>>>>>>>
>
> Please check the IP addresses taken by the program, they are in wrong format.
> Is there anything that I am missing to run this testcase ? . Also I tried to do manually fix to get IP addresses in correct way but that should not be done, it need many changes to be done in "test_net.sh".
> This test scripts is invoked by  other testcases like  "network_stress.broken_ip". So all these testcases are failing.
> Please suggest more detail regarding "test_net.sh".

Defining IPv6 network as IPV6_NETWORK = "fd00::1:1:1:1" is not quite 
correct. Here you have specified the IPv6 address, not network.

There are other variables that should be defined as well: 
LHOST_IPV4_HOST, RHOST_IPV4_HOST, LHOST_IPV6_HOST, RHOST_IPV6_HOST, i.e. 
host specific parts.

In your case IPv6 network is "fd00::/64", and I would set vars as follows:
IPV6_NETWORK = "fd00"
LHOST_IPV6_HOST=":1:1:1:1"

After that you will get fd00::1:1:1:1/64 address in the tests 
(${IPV6_NETWORK}:${LHOST_IPV6_HOST}).

Best regards,
Alexey

>
> Thanks
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [LTP]  [Query] Regarding network testcases
@ 2015-12-09  8:59 Manjeet Pawar
  2015-12-09 10:54 ` Alexey Kodanev
  0 siblings, 1 reply; 4+ messages in thread
From: Manjeet Pawar @ 2015-12-09  8:59 UTC (permalink / raw)
  To: ltp-list; +Cc: v.narang, ajeet.y, pankaj.m

Hi,

I am facing issues while running some network testcases : e.g. if4-addr-change
This testcase belongs to latest (ltp-full-20150903.tar.bz2)
when I run this  if4-addr-change, I exported two new env variables a) IPV4_NETWORK = "107.109.223" and IPV6_NETWORK = "fd00::1:1:1:1", b) LHOST_IFACES = eth0 and RHOST_IFACES = eth0, which is not exported in "test_net.sh" .
bacause "if4-addr-change " testcase invokes "est_net.sh".

testcase output:
<<<<<<<<<<<<<<<<<<<test_start>>>>>>>>>>>>>>>>>>>
tag(Testcase Name)=if4-addr-change stime=15540
cmdline="if4-addr-change"
contacts=""
analysis=exit
<<<<<<<<<<<<<<<<<<<test_output>>>>>>>>>>>>>>>>>>>
+ TST_TOTAL=1
+ TCID=if4-addr-change
+ TST_CLEANUP=tst_restore_ipaddr
+ . test_net.sh
++ '[' -z '' ']'
++ . test.sh
+++ export LTP_RET_VAL=0
+++ LTP_RET_VAL=0
+++ export TST_COUNT=1
+++ TST_COUNT=1
+++ export TST_LIB_LOADED=1
+++ TST_LIB_LOADED=1
+++ '[' -z if4-addr-change ']'
+++ '[' -z 1 ']'
+++ export TCID=if4-addr-change
+++ TCID=if4-addr-change
+++ export TST_TOTAL=1
+++ TST_TOTAL=1
+++ '[' -z /tmp/build_dir ']'
+++ export LTP_DATAROOT=/tmp/build_dir/testcases/data/if4-addr-change
+++ LTP_DATAROOT=/tmp/build_dir/testcases/data/if4-addr-change
++ TST_IPV6=
++ tst_read_opts
++ OPTIND=0
++ getopts :6 opt
++ OPTIND=0
+ CHECK_INTERVAL=0
+ LHOST_IPV4_HOST_MAX=254
+ trap 'tst_brkm TBROK '\''test interrupted'\''' INT
+ tst_check_cmds ifconfig
+ for cmd in '$*'
+ command -v ifconfig
+ tst_resm TINFO 'ifconfig changes IPv4 address 10 times'
+ tst_flag2mask TINFO
+ case "$1" in
+ return 16
+ local mask=16
+ LTP_RET_VAL=16
+ local ret=TINFO
+ shift
+ echo 'if4-addr-change 1 TINFO : ifconfig changes IPv4 address 10 times'
if4-addr-change 1 TINFO : ifconfig changes IPv4 address 10 times
+ case "$ret" in
+ tst_restore_ipaddr
+ local type=lhost
+ local link_num=0
+ tst_init_iface lhost 0
+ local type=lhost
+ local link_num=0
++ tst_iface lhost 0
++ local type=lhost
++ local link_num=0
++ link_num=1
++ awk '{ print $1 }'
+++ tst_get_ifaces lhost
+++ local type=lhost
+++ '[' lhost = lhost ']'
+++ echo eth0
++ echo eth0
+ local iface=eth0
+ tst_resm TINFO 'initialize '\''lhost'\'' '\''eth0'\'' interface'
+ tst_flag2mask TINFO
+ case "$1" in
+ return 16
+ local mask=16
+ LTP_RET_VAL=16
+ local ret=TINFO
+ shift
+ echo 'if4-addr-change 1 TINFO : initialize '\''lhost'\'' '\''eth0'\'' interface'
if4-addr-change 1 TINFO : initialize 'lhost' 'eth0' interface
+ case "$ret" in
+ '[' lhost = lhost ']'
+ ip link set eth0 down
+ ip route flush dev eth0
+ ip addr flush dev eth0
+ ip link set eth0 up
+ return 0
+ local ret=0
+ local backup_tst_ipv6=
+ TST_IPV6=
+ tst_add_ipaddr lhost 0
+ local type=lhost
+ local link_num=0
+ local mask=24
+ '[' '' ']'
++ tst_iface lhost 0
++ local type=lhost
++ local link_num=0
++ link_num=1
++ awk '{ print $1 }'
+++ tst_get_ifaces lhost
+++ local type=lhost
+++ '[' lhost = lhost ']'
+++ echo eth0
++ echo eth0
+ local iface=eth0
+ '[' lhost = lhost ']'
++ tst_ipaddr
++ local type=lhost
++ local ipv=4
++ local tst_host=
++ '[' lhost = lhost ']'
++ eval 'tst_host=$LHOST_IPV4_HOST'
+++ tst_host=
++ '[' '' ']'
++ echo 107.109.223.
+ tst_resm TINFO 'set local addr 107.109.223./24'
+ tst_flag2mask TINFO
+ case "$1" in
+ return 16
+ local mask=16
+ LTP_RET_VAL=16
+ local ret=TINFO
+ shift
+ echo 'if4-addr-change 1 TINFO : set local addr 107.109.223./24'
if4-addr-change 1 TINFO : set local addr 107.109.223./24
+ case "$ret" in
++ tst_ipaddr
++ local type=lhost
++ local ipv=4
++ local tst_host=
++ '[' lhost = lhost ']'
++ eval 'tst_host=$LHOST_IPV4_HOST'
+++ tst_host=
++ '[' '' ']'
++ echo 107.109.223.
+ ip addr add 107.109.223./24 dev eth0
+ return 0
+ TST_IPV6=6
+ tst_add_ipaddr lhost 0
+ local type=lhost
+ local link_num=0
+ local mask=24
+ '[' 6 ']'
+ mask=64
++ tst_iface lhost 0
++ local type=lhost
++ local link_num=0
++ link_num=1
+++ tst_get_ifaces lhost
+++ local type=lhost
+++ '[' lhost = lhost ']'
++ awk '{ print $1 }'
+++ echo eth0
++ echo eth0
+ local iface=eth0
+ '[' lhost = lhost ']'
++ tst_ipaddr
++ local type=lhost
++ local ipv=6
++ local tst_host=
++ '[' lhost = lhost ']'
++ eval 'tst_host=$LHOST_IPV6_HOST'
+++ tst_host=
++ '[' 6 ']'
++ echo fd00::1:1:1:1:
+ tst_resm TINFO 'set local addr fd00::1:1:1:1:/64'
+ tst_flag2mask TINFO
+ case "$1" in
+ return 16
+ local mask=16
+ LTP_RET_VAL=16
+ local ret=TINFO
+ shift
+ echo 'if4-addr-change 1 TINFO : set local addr fd00::1:1:1:1:/64'
if4-addr-change 1 TINFO : set local addr fd00::1:1:1:1:/64
+ case "$ret" in
++ tst_ipaddr
++ local type=lhost
++ local ipv=6
++ local tst_host=
++ '[' lhost = lhost ']'
++ eval 'tst_host=$LHOST_IPV6_HOST'
+++ tst_host=
++ '[' 6 ']'
++ echo fd00::1:1:1:1:
+ ip addr add fd00::1:1:1:1:/64 dev eth0
ip: RTNETLINK answers: Numerical result out of range
+ return 2
+ ret=2
+ TST_IPV6=
+ return 2
++ tst_iface
++ local type=lhost
++ local link_num=0
++ link_num=1
++ awk '{ print $1 }'
+++ tst_get_ifaces lhost
+++ local type=lhost
+++ '[' lhost = lhost ']'
+++ echo eth0
++ echo eth0
++ tst_ipaddr rhost
++ local type=rhost
++ local ipv=4
++ local tst_host=
++ '[' rhost = lhost ']'
++ eval 'tst_host=$RHOST_IPV4_HOST'
+++ tst_host=
++ '[' '' ']'
++ echo 107.109.223.
++ tst_iface
++ local type=lhost
++ local link_num=0
++ link_num=1
++ awk '{ print $1 }'
+++ tst_get_ifaces lhost
+++ local type=lhost
+++ '[' lhost = lhost ']'
+++ echo eth0
++ echo eth0
++ tst_ipaddr rhost
++ local type=rhost
++ local ipv=4
++ local tst_host=
++ '[' rhost = lhost ']'
++ eval 'tst_host=$RHOST_IPV4_HOST'
+++ tst_host=
++ '[' '' ']'
++ echo 107.109.223.
+ check_icmpv4_connectivity eth0 107.109.223.
++ tst_ipaddr rhost
++ local type=rhost
++ local ipv=4
++ local tst_host=
++ '[' rhost = lhost ']'
++ eval 'tst_host=$RHOST_IPV4_HOST'
+++ tst_host=
++ '[' '' ']'
++ echo 107.109.223.
+ tst_brkm TBROK 'Failed to ping to 107.109.223.'
+ case "$1" in
+ local ret=TBROK
+ shift
+ tst_resm TBROK 'Failed to ping to 107.109.223.'
+ tst_flag2mask TBROK
+ case "$1" in
+ return 2
+ local mask=2
+ LTP_RET_VAL=18
+ local ret=TBROK
+ shift
+ echo 'if4-addr-change 1 TBROK : Failed to ping to 107.109.223.'
if4-addr-change 1 TBROK : Failed to ping to 107.109.223.
+ case "$ret" in
+ tst_exit
+ '[' -n tst_restore_ipaddr ']'
+ tst_restore_ipaddr
+ local type=lhost
+ local link_num=0
+ tst_init_iface lhost 0
+ local type=lhost
+ local link_num=0
++ tst_iface lhost 0
++ local type=lhost
++ local link_num=0
++ link_num=1
++ awk '{ print $1 }'
+++ tst_get_ifaces lhost
+++ local type=lhost
+++ '[' lhost = lhost ']'
+++ echo eth0
++ echo eth0
+ local iface=eth0
+ tst_resm TINFO 'initialize '\''lhost'\'' '\''eth0'\'' interface'
+ tst_flag2mask TINFO
+ case "$1" in
+ return 16
+ local mask=16
+ LTP_RET_VAL=18
+ local ret=TINFO
+ shift
+ echo 'if4-addr-change 1 TINFO : initialize '\''lhost'\'' '\''eth0'\'' interface'
if4-addr-change 1 TINFO : initialize 'lhost' 'eth0' interface
+ case "$ret" in
+ '[' lhost = lhost ']'
+ ip link set eth0 down
+ ip route flush dev eth0
+ ip addr flush dev eth0
+ ip link set eth0 up
+ return 0
+ local ret=0
+ local backup_tst_ipv6=
+ TST_IPV6=
+ tst_add_ipaddr lhost 0
+ local type=lhost
+ local link_num=0
+ local mask=24
+ '[' '' ']'
++ tst_iface lhost 0
++ local type=lhost
++ local link_num=0
++ link_num=1
++ awk '{ print $1 }'
+++ tst_get_ifaces lhost
+++ local type=lhost
+++ '[' lhost = lhost ']'
+++ echo eth0
++ echo eth0
+ local iface=eth0
+ '[' lhost = lhost ']'
++ tst_ipaddr
++ local type=lhost
++ local ipv=4
++ local tst_host=
++ '[' lhost = lhost ']'
++ eval 'tst_host=$LHOST_IPV4_HOST'
+++ tst_host=
++ '[' '' ']'
++ echo 107.109.223.
+ tst_resm TINFO 'set local addr 107.109.223./24'
+ tst_flag2mask TINFO
+ case "$1" in
+ return 16
+ local mask=16
+ LTP_RET_VAL=18
+ local ret=TINFO
+ shift
+ echo 'if4-addr-change 1 TINFO : set local addr 107.109.223./24'
if4-addr-change 1 TINFO : set local addr 107.109.223./24
+ case "$ret" in
++ tst_ipaddr
++ local type=lhost
++ local ipv=4
++ local tst_host=
++ '[' lhost = lhost ']'
++ eval 'tst_host=$LHOST_IPV4_HOST'
+++ tst_host=
++ '[' '' ']'
++ echo 107.109.223.
+ ip addr add 107.109.223./24 dev eth0
+ return 0
+ TST_IPV6=6
+ tst_add_ipaddr lhost 0
+ local type=lhost
+ local link_num=0
+ local mask=24
+ '[' 6 ']'
+ mask=64
++ tst_iface lhost 0
++ local type=lhost
++ local link_num=0
++ link_num=1
++ awk '{ print $1 }'
+++ tst_get_ifaces lhost
+++ local type=lhost
+++ '[' lhost = lhost ']'
+++ echo eth0
++ echo eth0
+ local iface=eth0
+ '[' lhost = lhost ']'
++ tst_ipaddr
++ local type=lhost
++ local ipv=6
++ local tst_host=
++ '[' lhost = lhost ']'
++ eval 'tst_host=$LHOST_IPV6_HOST'
+++ tst_host=
++ '[' 6 ']'
++ echo fd00::1:1:1:1:
+ tst_resm TINFO 'set local addr fd00::1:1:1:1:/64'
+ tst_flag2mask TINFO
+ case "$1" in
+ return 16
+ local mask=16
+ LTP_RET_VAL=18
+ local ret=TINFO
+ shift
+ echo 'if4-addr-change 1 TINFO : set local addr fd00::1:1:1:1:/64'
if4-addr-change 1 TINFO : set local addr fd00::1:1:1:1:/64
+ case "$ret" in
++ tst_ipaddr
++ local type=lhost
++ local ipv=6
++ local tst_host=
++ '[' lhost = lhost ']'
++ eval 'tst_host=$LHOST_IPV6_HOST'
+++ tst_host=
++ '[' 6 ']'
++ echo fd00::1:1:1:1:
+ ip addr add fd00::1:1:1:1:/64 dev eth0
ip: RTNETLINK answers: Numerical result out of range
+ return 2
+ ret=2
+ TST_IPV6=
+ return 2
+ exit 2
<<<<<<<<<<<<<<<<<<<execution_status>>>>>>>>>>>>
initiation_status="ok"
duration=13 termination_type=exited termination_id=2 corefile=no
cutime=49 cstime=627
<<<<<<<<<<<<<<<<<<<test_end>>>>>>>>>>>>>>>>>>>>>

Please check the IP addresses taken by the program, they are in wrong format. 
Is there anything that I am missing to run this testcase ? . Also I tried to do manually fix to get IP addresses in correct way but that should not be done, it need many changes to be done in "test_net.sh".
This test scripts is invoked by  other testcases like  "network_stress.broken_ip". So all these testcases are failing.
Please suggest more detail regarding "test_net.sh". 

Thanks




------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-11 11:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-11 11:14 [LTP] [Query] Regarding network testcases Manjeet Pawar
  -- strict thread matches above, loose matches on Subject: below --
2015-12-09  8:59 Manjeet Pawar
2015-12-09 10:54 ` Alexey Kodanev
2015-12-09 11:15   ` Alexey Kodanev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.