[dts] [PATCH V1] test_plans/enable_package_download_in_ice_driver: align change in dpdk

Tu, Lijuan lijuan.tu at intel.com
Tue Oct 22 11:17:59 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Wenjie Li
> Sent: Thursday, October 17, 2019 10:29 PM
> To: dts at dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li at intel.com>
> Subject: [dts] [PATCH V1]
> test_plans/enable_package_download_in_ice_driver: align change in dpdk
> 
> 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 <wenjiex.a.li at intel.com>
> ---
>  ...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



More information about the dts mailing list