From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 435463277 for ; Wed, 23 Nov 2016 03:01:02 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 22 Nov 2016 18:01:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,535,1473145200"; d="scan'208";a="1072328104" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga001.fm.intel.com with ESMTP; 22 Nov 2016 18:01:00 -0800 Message-ID: <5834F820.9000605@intel.com> Date: Wed, 23 Nov 2016 10:00:00 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,gang" , dts@dpdk.org References: <1479437968-4538-1-git-send-email-gangx.xu@intel.com> <1479437968-4538-4-git-send-email-gangx.xu@intel.com> In-Reply-To: <1479437968-4538-4-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] fix NIC binding error X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 02:01:03 -0000 Thanks, applied. On 11/18/2016 10:59 AM, xu,gang wrote: > remove dead code and open test link status interrupt port available > Signed-off-by: xu,gang > --- > tests/TestSuite_link_status_interrupt.py | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/tests/TestSuite_link_status_interrupt.py b/tests/TestSuite_link_status_interrupt.py > index b00fa88..c50a99d 100644 > --- a/tests/TestSuite_link_status_interrupt.py > +++ b/tests/TestSuite_link_status_interrupt.py > @@ -109,7 +109,6 @@ class TestLinkStatusInterrupt(TestCase): > self.dut.send_expect("rmmod igb_uio", "# ") > self.dut.send_expect( > "insmod %s/kmod/igb_uio.ko %s" % (self.target, intr_mode[n]), "# ") > - self.dut.send_expect("tools/dpdk-devbind.py --bind=igb_uio 03:00.0 03:00.1", "# ") > out = self.dut.send_expect( > "dmesg -c | grep '\<%s\>'" % (intr_mode_output[n]), "# ") > self.verify( > @@ -125,7 +124,7 @@ class TestLinkStatusInterrupt(TestCase): > self.set_link_status_and_verify(testPorts[1], 'up') > self.dut.send_expect("^C", "# ") > > - def FAILING_test_link_status_interrupt_port_available(self): > + def test_link_status_interrupt_port_available(self): > """ > Port available. > """