From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B9F0FA3168 for ; Thu, 17 Oct 2019 07:37:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 81ED31E53D; Thu, 17 Oct 2019 07:37:16 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 4C72A1E4EC for ; Thu, 17 Oct 2019 07:37:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2019 22:37:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,306,1566889200"; d="scan'208";a="208564830" Received: from unknown (HELO dpdk-wenjielx-KVM190.icx.intel.com) ([10.238.54.190]) by fmsmga001.fm.intel.com with ESMTP; 16 Oct 2019 22:37:12 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Thu, 17 Oct 2019 14:28:59 +0000 Message-Id: <1571322540-68651-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] test_plans/enable_package_download_in_ice_driver: align change in dpdk 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" In dpdk 03a05924dad01d5, the pkg search path are /lib/firmware/updates/intel/ice/ddp/ and /lib/firmware/intel/ice/ddp/; and in dpdk 6f51deb903b2558483, the expetcted behavior of test_driver_enters_Safe_Mode_failed changed; align these changes. Signed-off-by: Wenjie Li --- ...le_package_download_in_ice_driver_test_plan.rst | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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 efe2f93..14e5427 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 @@ -62,7 +62,7 @@ Hardware:: Test case 1: Download the package successfully ============================================== -1. Put the ice.pkg to /lib/firmware/intel/ice/ddp/ice.pkg, +1. Put the correct ice.pkg to /lib/firmware/intel/ice/ddp/ice.pkg and /lib/firmware/updates/intel/ice/ddp/ice.pkg, then reboot the server. 2. Start the testpmd:: @@ -98,7 +98,7 @@ Test case 2: Driver enters Safe Mode successfully ================================================= 1. Server power on, then put a new ice.pkg to - /lib/firmware/intel/ice/ddp/ice.pkg. + /lib/firmware/intel/ice/ddp/ice.pkg and /lib/firmware/updates/intel/ice/ddp/ice.pkg. Make sure the new ice.pkg is different with the original one. 2. Start testpmd:: @@ -139,7 +139,7 @@ Test case 3: Driver enters Safe Mode failed =========================================== 1. Server power on, then put a new ice.pkg to - /lib/firmware/intel/ice/ddp/ice.pkg. + /lib/firmware/intel/ice/ddp/ice.pkg and /lib/firmware/updates/intel/ice/ddp/ice.pkg. Make sure the new ice.pkg is different with the original one. 2. Start testpmd:: @@ -151,10 +151,4 @@ Test case 3: Driver enters Safe Mode failed ice_dev_init(): Failed to load the DDP package,Use safe-mode-support=1 to enter Safe Mode - The driver failed to go to safe mode. - -3. Check port info in testpmd:: - - testpmd> show port info all - - There is no listed port info. \ No newline at end of file + The driver failed to go to safe mode and testpmd failed to start. -- 2.17.1