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 029F0A0471 for ; Tue, 18 Jun 2019 11:40:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E9EBD1BF67; Tue, 18 Jun 2019 11:40:43 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 30A481BF60 for ; Tue, 18 Jun 2019 11:40:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2019 02:40:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,388,1557212400"; d="scan'208";a="170162055" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 18 Jun 2019 02:40:39 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Tue, 18 Jun 2019 17:45:22 +0800 Message-Id: <1560851122-7943-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH] test_plans: change the printing information 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" Change the printing information due to the code change. Signed-off-by: Peng Yuan diff --git a/test_plans/enable_package_download_in_ice_driver_test_plan.rst b/test_plans/enable_package_download_in_ice_driver_test_plan.rst index b26c361..a6dcfc2 100644 --- a/test_plans/enable_package_download_in_ice_driver_test_plan.rst +++ b/test_plans/enable_package_download_in_ice_driver_test_plan.rst @@ -70,9 +70,7 @@ Test case 1: Download the package successfully ./testpmd -c 0x3fe -n 6 -- -i --nb-cores=8 --rxq=8 --txq=8 \ --port-topology=chained - There will be a printing:: - - download success + The testpmd can be started normally without any fail information. 3. Normal forward @@ -110,7 +108,7 @@ Test case 2: failed to download pkg There will be an error reported:: - ice_dev_init(): Failed to load default OS package + ice_dev_init(): Failed to load the DDP package,Entering Safe Mode The driver need to go to safe mode. -- 2.7.4