[dts] [PATCH V1] remove devargs unit tests

xu,gang gangx.xu at intel.com
Fri May 25 11:06:41 CEST 2018


reference dpdk commit 83945fbd7c4954c1cfad320eb28c0dcbd5087bb3
remove devargs unit tests
The current test will not be compatible anymore with a private devargs list.
Moreover, the new functions should have new tests, while the existing
API will be removed.
The current unit tests are thus obsolete and hereby removed.


Signed-off-by: xu,gang <gangx.xu at intel.com>
---
 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 b619572..68a4cbe 100644
--- a/tests/TestSuite_unit_tests_eal.py
+++ b/tests/TestSuite_unit_tests_eal.py
@@ -339,16 +339,6 @@ class TestUnitTestsEal(TestCase):
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
 
-    def test_devargs(self):
-        """
-        Run devargs autotest.
-        """
-
-        self.dut.send_expect(self.test_app_cmdline, "R.*T.*E.*>.*>", self.start_test_time)
-        out = self.dut.send_expect("devargs_autotest", "RTE>>", self.run_cmd_time)
-        self.dut.send_expect("quit", "# ")
-        self.verify("Test OK" in out, "Test failed")
-
     def test_kvargs(self):
         """
         Run kvargs autotest.
-- 
1.9.3



More information about the dts mailing list