[dts] [PATCH V1] tests/vm2vm_virtio_net_perf: fix issue of position params

Tu, Lijuan lijuan.tu at intel.com
Tue Sep 24 11:23:48 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of lihong
> Sent: Tuesday, September 24, 2019 7:40 AM
> To: dts at dpdk.org
> Cc: Ma, LihongX <lihongx.ma at intel.com>
> Subject: [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: fix issue of position
> params
> 
> Signed-off-by: lihong <lihongx.ma at intel.com>
> ---
>  tests/TestSuite_vm2vm_virtio_net_perf.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/TestSuite_vm2vm_virtio_net_perf.py
> b/tests/TestSuite_vm2vm_virtio_net_perf.py
> index d250991..f94b4a3 100644
> --- a/tests/TestSuite_vm2vm_virtio_net_perf.py
> +++ b/tests/TestSuite_vm2vm_virtio_net_perf.py
> @@ -89,8 +89,8 @@ class TestVM2VMVirtioNetPerf(TestCase):
>              "-- -i --nb-cores=1 --txd=1024 --rxd=1024"
> 
>          self.command_line = self.command_line % (
> -                            self.coremask, self.memory_channel, self.base_dir,
> self.base_dir,
> -                            zerocopy_arg, zerocopy_arg)
> +                            self.coremask, self.memory_channel, self.base_dir,
> +                            zerocopy_arg, self.base_dir, zerocopy_arg)
>          self.vhost.send_expect(self.command_line, "testpmd> ", 30)
>          self.vhost.send_expect("start", "testpmd> ", 30)
> 
> --
> 2.7.4



More information about the dts mailing list