[dts] [PATCH V1] remove pci unit test case

Liu, Yong yong.liu at intel.com
Mon Jul 31 09:54:19 CEST 2017


Thanks, applied. Please add signed-off tag in your patch.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of xu,huilong
> Sent: Monday, July 31, 2017 3:44 PM
> To: dts at dpdk.org
> Cc: Xu, HuilongX <huilongx.xu at intel.com>
> Subject: [dts] [PATCH V1] remove pci unit test case
> 
> pci unit test case remove already in dpdk 17.08
> ---
>  tests/TestSuite_unit_tests_eal.py | 10 ----------
>  1 file changed, 10 deletions(-)
> 
> diff --git a/tests/TestSuite_unit_tests_eal.py
> b/tests/TestSuite_unit_tests_eal.py
> index 2b46952..ba58891 100644
> --- a/tests/TestSuite_unit_tests_eal.py
> +++ b/tests/TestSuite_unit_tests_eal.py
> @@ -153,16 +153,6 @@ class TestUnitTestsEal(TestCase):
>          self.dut.send_expect("quit", "# ")
>          self.verify("Test OK" in out, "Test failed")
> 
> -    def test_pci(self):
> -        """
> -        Run pci autotest.
> -        """
> -        # should re-compile test app, this is only a demo. will
> implementation after framework support
> -        self.dut.send_expect("./%s/app/test_pci -n 1 -c f" % self.target,
> "R.*T.*E.*>.*>" , self.start_test_time)
> -        out = self.dut.send_expect("pci_autotest", "RTE>>",
> self.run_cmd_time)
> -        self.dut.send_expect("quit", "# ")
> -        self.verify("Test OK" in out, "Test failed")
> -
>      def test_atomic(self):
>          """
>          Run atomic autotest.
> --
> 1.9.3



More information about the dts mailing list