[dts] [PATCH V1] tests/vhost_multi_queue_qemu: add wait_link_status_up before send pkt

Wang, Yinan yinan.wang at intel.com
Thu Oct 17 03:55:45 CEST 2019


Acked-by: Wang, Yinan <yinan.wang at intel.com>

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of lihong
> Sent: 2019年10月16日 7:32
> To: dts at dpdk.org
> Cc: Ma, LihongX <lihongx.ma at intel.com>
> Subject: [dts] [PATCH V1] tests/vhost_multi_queue_qemu: add
> wait_link_status_up before send pkt
> 
> Signed-off-by: lihong <lihongx.ma at intel.com>
> ---
>  tests/TestSuite_vhost_multi_queue_qemu.py | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tests/TestSuite_vhost_multi_queue_qemu.py
> b/tests/TestSuite_vhost_multi_queue_qemu.py
> index d31eb57..f31c132 100644
> --- a/tests/TestSuite_vhost_multi_queue_qemu.py
> +++ b/tests/TestSuite_vhost_multi_queue_qemu.py
> @@ -256,6 +256,8 @@ class TestVhostMultiQueueQemu(TestCase):
>          self.vm_dut.send_expect("start", "testpmd>")
> 
>          self.dut.send_expect("clear port stats all", "testpmd> ", 120)
> +        res = self.pmd_out.wait_link_status_up('all', timeout = 15)
> +        self.verify(res is True, 'There has port link is down')
>          self.send_and_verify("vhost queue > virtio queue")
> 
>          self.vm_dut.send_expect("stop", "testpmd>", 20) @@ -298,6 +300,8
> @@ class TestVhostMultiQueueQemu(TestCase):
>          self.vm_dut.send_expect("set fwd mac", "testpmd>", 20)
>          self.vm_dut.send_expect("start", "testpmd>")
>          self.dut.send_expect("clear port stats all", "testpmd> ", 120)
> +        res = self.pmd_out.wait_link_status_up('all', timeout = 15)
> +        self.verify(res is True, 'There has port link is down')
> 
>          self.send_and_verify("vhost queue < virtio queue")
> 
> --
> 2.7.4



More information about the dts mailing list