test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] tests/enable_package_download_in_ice_driver:modify code to adapt dpdk changed
@ 2021-07-13 19:38 Zhimin Huang
  2021-07-26  5:46 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Zhimin Huang @ 2021-07-13 19:38 UTC (permalink / raw)
  To: dts; +Cc: Zhimin Huang

according to dpdk commit id: 40edb9c0d36b781d711fabb91e250dca8fa6bd99,
the error log changed by start testpmd with wrong pkg.

Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
 tests/TestSuite_enable_package_download_in_ice_driver.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_enable_package_download_in_ice_driver.py b/tests/TestSuite_enable_package_download_in_ice_driver.py
index b57eb794..8bf21d18 100644
--- a/tests/TestSuite_enable_package_download_in_ice_driver.py
+++ b/tests/TestSuite_enable_package_download_in_ice_driver.py
@@ -99,11 +99,11 @@ class TestEnable_Package_Download_In_Ice_Driver(TestCase):
         out = self.dut_testpmd.start_testpmd("all", "--nb-cores=8 --rxq=%s --txq=%s --port-topology=chained" % (self.PF_QUEUE, self.PF_QUEUE), eal_param=self.eal_param)
         if ice_pkg == "false":
             if safe_mode_support == "true":
-                error_messages = ["ice_load_pkg(): failed to allocate buf of size 0 for package", \
+                error_messages = ["ice_load_pkg(): ice_copy_and_init_hw failed: -1", \
                     "ice_dev_init(): Failed to load the DDP package,Entering Safe Mode", \
                     "ice_init_rss(): RSS is not supported in safe mode"]
             if safe_mode_support == "false":
-                error_messages = ["ice_load_pkg(): failed to allocate buf of size 0 for package", \
+                error_messages = ["ice_load_pkg(): ice_copy_and_init_hw failed: -1", \
                     "ice_dev_init(): Failed to load the DDP package,Use safe-mode-support=1 to enter Safe Mode"]
             for error_message in error_messages:
                 self.verify(error_message in out, "There should be error messages in out: %s" % out)
@@ -291,7 +291,7 @@ class TestEnable_Package_Download_In_Ice_Driver(TestCase):
         self.use_correct_ice_pkg(flag="false")
         cmd = self.path + "-c 0x7 -n 4 -- -i --nb-cores=8 --rxq=%s --txq=%s --port-topology=chained" % (self.PF_QUEUE, self.PF_QUEUE)
         out = self.dut.send_expect(cmd, "#", 60)
-        error_messages = ["ice_load_pkg(): failed to allocate buf of size 0 for package", \
+        error_messages = ["ice_load_pkg(): ice_copy_and_init_hw failed: -1", \
                 "ice_dev_init(): Failed to load the DDP package,Use safe-mode-support=1 to enter Safe Mode"]
         for error_message in error_messages:
             self.verify(error_message in out, "There should be '%s' in out: %s" % (error_message, out))
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V2] tests/enable_package_download_in_ice_driver:modify code to adapt dpdk changed
  2021-07-13 19:38 [dts] [PATCH V2] tests/enable_package_download_in_ice_driver:modify code to adapt dpdk changed Zhimin Huang
@ 2021-07-26  5:46 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2021-07-26  5:46 UTC (permalink / raw)
  To: Huang, ZhiminX, dts; +Cc: Huang, ZhiminX

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhimin Huang
> Sent: 2021年7月14日 3:39
> To: dts@dpdk.org
> Cc: Huang, ZhiminX <zhiminx.huang@intel.com>
> Subject: [dts] [PATCH V2]
> tests/enable_package_download_in_ice_driver:modify code to adapt dpdk
> changed
> 
> according to dpdk commit id: 40edb9c0d36b781d711fabb91e250dca8fa6bd99,
> the error log changed by start testpmd with wrong pkg.
> 
> Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-26  5:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-13 19:38 [dts] [PATCH V2] tests/enable_package_download_in_ice_driver:modify code to adapt dpdk changed Zhimin Huang
2021-07-26  5:46 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).