[dts] [PATCH V1] tests/hotplug:Remove port close due to dpdk changes.

Tu, Lijuan lijuan.tu at intel.com
Mon Oct 21 04:34:13 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhu,shuai
> Sent: Tuesday, October 15, 2019 10:14 AM
> To: dts at dpdk.org
> Cc: Zhu, ShuaiX <shuaix.zhu at intel.com>
> Subject: [dts] [PATCH V1] tests/hotplug:Remove port close due to dpdk
> changes.
> 
> dpdk patch is made for
> https://jira.devtools.intel.com/browse/DPDK-11602. The behaviour of the
> close operation is changed.
> 
> Signed-off-by: zhu,shuai <shuaix.zhu at intel.com>
> ---
>  tests/TestSuite_hotplug.py | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tests/TestSuite_hotplug.py b/tests/TestSuite_hotplug.py index
> a7a7228..8a0d743 100644
> --- a/tests/TestSuite_hotplug.py
> +++ b/tests/TestSuite_hotplug.py
> @@ -83,7 +83,6 @@ class TestPortHotPlug(TestCase):
>          self.dut.send_expect("port stop %s" % port,"Stopping ports",60)
>          # sleep 10 seconds for fortville update link stats
>          time.sleep(10)
> -        self.dut.send_expect("port close %s" % port,"Closing ports...",60)
>          self.dut.send_expect("port detach %s" % port,"is detached",60)
> 
>      def test_after_attach(self):
> --
> 2.17.2



More information about the dts mailing list