From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Uuk5C-0007hc-Hf for ltp-list@lists.sourceforge.net; Thu, 04 Jul 2013 14:00:26 +0000 Received: from mail-pa0-f42.google.com ([209.85.220.42]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1Uuk5A-0003zs-Ot for ltp-list@lists.sourceforge.net; Thu, 04 Jul 2013 14:00:26 +0000 Received: by mail-pa0-f42.google.com with SMTP id rl6so1353613pac.29 for ; Thu, 04 Jul 2013 07:00:18 -0700 (PDT) Message-ID: <51D58003.1020500@casparzhang.com> Date: Thu, 04 Jul 2013 22:00:35 +0800 From: Caspar Zhang MIME-Version: 1.0 References: In-Reply-To: Subject: Re: [LTP] [PATCH]xinetd/xinetd_tests.sh:disable the IPV6 localhost List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: liuhangbin@gmail.com Cc: ltp-list@lists.sourceforge.net, Xie Lingyun Hangbin, have you executed such tests before, and/or met any ipv4/v6 issue? Thanks, Caspar On 07/04/2013 09:30 PM, Xie Lingyun wrote: > If IPV6 is enabled, telnet localhost becomes telnet ::1 and telnet > 127.0.0.1. > The first one makes the command output different from the expected result. > > > Thanks, > Lingyun Xie > > 0001-xinetd-xinetd_tests.sh-disable-the-IPV6-localhost.patch > > > From 75c79721c095cce27548e74260c1e42681e1a267 Mon Sep 17 00:00:00 2001 > From: mellonwand > Date: Thu, 4 Jul 2013 16:42:42 +0800 > Subject: [PATCH] xinetd/xinetd_tests.sh:disable the IPV6 localhost > > If IPV6 is enabled, telnet localhost becomes telnet ::1 and telnet 127.0.0.1. The first one makes the command's output different from the expected output. > > Signed-off-by: Xie Lingyun > --- > testcases/network/xinetd/xinetd_tests.sh | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/testcases/network/xinetd/xinetd_tests.sh b/testcases/network/xinetd/xinetd_tests.sh > index 83eb8a7..d2c851d 100755 > --- a/testcases/network/xinetd/xinetd_tests.sh > +++ b/testcases/network/xinetd/xinetd_tests.sh > @@ -128,6 +128,7 @@ init() > > # Create expected file with telnet disabled. > cat > $LTPTMP/tst_xinetd.exp.1 <<-EOF || RC=$? > + telnet: connect to address 127.0.0.1: Connection refused > telnet: Unable to connect to remote host: Connection refused > EOF > > @@ -263,7 +264,7 @@ test01() > > # Not checking for exit code from telnet command because telnet is > # not terminated by the test gracefully. > - echo "" | telnet localhost 2>$LTPTMP/tst_xinetd.out 1>/dev/null > + echo "" | telnet 127.0.0.1 2>$LTPTMP/tst_xinetd.out 1>/dev/null > diff -iwB $LTPTMP/tst_xinetd.out $LTPTMP/tst_xinetd.exp.1 \ > > $LTPTMP/tst_xinetd.err 2>&1 || RC=$? > if [ $RC -ne 0 ] > @@ -312,7 +313,7 @@ test01() > > # Not checking for exit code from telnet command because telnet is > # not terminated by the test gracefully. > - echo "" | telnet localhost > $LTPTMP/tst_xinetd.out 2>&1 > + echo "" | telnet 127.0.0.1 > $LTPTMP/tst_xinetd.out 2>&1 > > diff -iwB $LTPTMP/tst_xinetd.out $LTPTMP/tst_xinetd.exp.2 \ > > $LTPTMP/tst_xinetd.err 2>&1 || RC=$? > -- 1.8.3.1 > ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list