[dts] [PATCH] tests/hotplug_mp: fix hotplug_mp example build path issue

Tu, Lijuan lijuan.tu at intel.com
Tue Dec 11 11:37:02 CET 2018


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Xueqin Lin
> Sent: Friday, December 7, 2018 10:06 AM
> To: dts at dpdk.org
> Cc: Lin, Xueqin <xueqin.lin at intel.com>
> Subject: [dts] [PATCH] tests/hotplug_mp: fix hotplug_mp example build path
> issue
> 
> From: "xueqin.lin" <xueqin.lin at intel.com>
> 
> Signed-off-by: Xueqin Lin <xueqin.lin at intel.com>
> 
> ---
>  tests/TestSuite_hotplug_mp.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_hotplug_mp.py b/tests/TestSuite_hotplug_mp.py
> index 20f914a..ff89164 100644
> --- a/tests/TestSuite_hotplug_mp.py
> +++ b/tests/TestSuite_hotplug_mp.py
> @@ -22,7 +22,7 @@ class TestHotplugMp(TestCase):
>          self.verify(len(self.dut_ports) >= 1, "Insufficient ports")
>          self.intf0 = self.dut.ports_info[0]['intf']
>          self.pci0 = self.dut.ports_info[0]['pci']
> -        out =
> self.dut.build_dpdk_apps("./examples/multi_process/hotplug_mp")
> +        out = self.dut.build_dpdk_apps("./examples/multi_process/")
>          self.verify('Error' not in out, "Compilation failed")
>          # Start one new session to run primary process
>          self.session_pri = self.dut.new_session()
> --
> 2.7.5



More information about the dts mailing list