From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 9258BA0096 for ; Tue, 4 Jun 2019 11:49:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 621B11BBDD; Tue, 4 Jun 2019 11:49:39 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3B7E21BB4D for ; Tue, 4 Jun 2019 11:49:38 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 02:49:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,550,1549958400"; d="scan'208";a="181478836" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 04 Jun 2019 02:49:36 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Tue, 4 Jun 2019 17:53:58 +0800 Message-Id: <1559642038-135357-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH]test_plans: add dump_devargs case X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Remove the dump_log_history, add dump_devargs case. Signed-off-by: Peng Yuan 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