[dts] [PATCH]test_plans: add dump_devargs case

Peng Yuan yuan.peng at intel.com
Tue Jun 4 11:53:58 CEST 2019


Remove the dump_log_history, add dump_devargs case.

Signed-off-by: Peng Yuan <yuan.peng at intel.com>

diff --git a/test_plans/unit_tests_dump_test_plan.rst b/test_plans/unit_tests_dump_test_plan.rst
index cc34eed..39d77eb 100644
--- a/test_plans/unit_tests_dump_test_plan.rst
+++ b/test_plans/unit_tests_dump_test_plan.rst
@@ -30,14 +30,14 @@
    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    OF THE POSSIBILITY OF SUCH DAMAGE.
 
-============================
-Unit Tests: Dump Log History
-============================
+========================
+Unit Tests: Dump Devargs
+========================
 
-This is the test plan for dump history log of Intel® DPDK .
+This is the test plan for dump device arguments of Intel® DPDK.
 
-This section explains how to run the unit tests for dump history log. The test
-can be launched independently using the command line interface.
+This section explains how to run the unit tests for dump device arguments.
+The test can be launched independently using the command line interface.
 This test is implemented as a linuxapp environment application.
 
 The complete test suite is launched automatically using a python-expect
@@ -48,10 +48,11 @@ stdout.
 The steps to run the unit test manually are as follow::
 
   # make -C ./app/test/
-  # ./app/test/test -n 1 -c ffff
-  RTE>> dump_log_history
+  # ./app/test/test -n 1 -c ffff -w|-b pci_address
+  RTE>> dump_devargs
 
-The final output of the test will be the initial log of DPDK.
+The final output of the test will be the pci address of white list
+or black list.
 
 =====================
 Unit Tests: Dump Ring
-- 
2.7.4



More information about the dts mailing list