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

xu,huilong huilongx.xu at intel.com
Mon Jul 31 09:44:02 CEST 2017


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