[dts] [PATCH V1] fix NIC binding error

Liu, Yong yong.liu at intel.com
Wed Nov 23 03:00:00 CET 2016


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 <gangx.xu at intel.com>
> ---
>   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.
>           """



More information about the dts mailing list