* [dts][V1] tests/power_pbf: Fixed use of dut.build_install_dpdk
@ 2022-06-09 12:57 Tadhg Kearney
2022-06-15 9:19 ` lijuan.tu
0 siblings, 1 reply; 2+ messages in thread
From: Tadhg Kearney @ 2022-06-09 12:57 UTC (permalink / raw)
To: dts; +Cc: reshma.pattan, Tadhg Kearney
Power_pbf tests were failing due to mistype of extra_options to extra_params.
Signed-off-by: Tadhg Kearney <tadhg.kearney@intel.com>
---
tests/TestSuite_power_pbf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_power_pbf.py b/tests/TestSuite_power_pbf.py
index 086a0b87..07ac888b 100644
--- a/tests/TestSuite_power_pbf.py
+++ b/tests/TestSuite_power_pbf.py
@@ -122,7 +122,7 @@ class TestPowerPbf(TestCase):
self.create_powermonitor_folder()
# open debug SW when build dpdk
self.dut.build_install_dpdk(
- self.target, extra_param="-Dc_args=-DRTE_LIBRTE_POWER_DEBUG"
+ self.target, extra_options="-Dc_args=-DRTE_LIBRTE_POWER_DEBUG"
)
# set up vm power management binary process setting
self.vm_power_mgr = self.prepare_binary("vm_power_manager")
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dts][V1] tests/power_pbf: Fixed use of dut.build_install_dpdk
2022-06-09 12:57 [dts][V1] tests/power_pbf: Fixed use of dut.build_install_dpdk Tadhg Kearney
@ 2022-06-15 9:19 ` lijuan.tu
0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-06-15 9:19 UTC (permalink / raw)
To: dts, Tadhg Kearney; +Cc: reshma.pattan, Tadhg Kearney
On Thu, 9 Jun 2022 12:57:02 +0000, Tadhg Kearney <tadhg.kearney@intel.com> wrote:
> Power_pbf tests were failing due to mistype of extra_options to extra_params.
>
> Signed-off-by: Tadhg Kearney <tadhg.kearney@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-15 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 12:57 [dts][V1] tests/power_pbf: Fixed use of dut.build_install_dpdk Tadhg Kearney
2022-06-15 9:19 ` lijuan.tu
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).