[dts] [PATCH V2] try fix scatter case failed

Liu, Yong yong.liu at intel.com
Thu Nov 5 08:07:41 CET 2015


Applied with few comments added.

On 11/05/2015 09:40 AM, xu,huilong wrote:
> add a sleep time for scapy process exit
>
> Signed-off-by: xu,huilong <huilongx.xu at intel.com>
> ---
>   tests/TestSuite_scatter.py | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py
> index 1bec2c8..7a49b53 100644
> --- a/tests/TestSuite_scatter.py
> +++ b/tests/TestSuite_scatter.py
> @@ -36,6 +36,7 @@ Test Scattered Packets.
>   import dts
>   from test_case import TestCase
>   from pmd_output import PmdOutput
> +import time
>   #
>   #
>   # Test class.
> @@ -85,6 +86,7 @@ class TestScatter(TestCase):
>           self.tester.scapy_append(
>               'sendp([Ether(src="%s",dst="%s")/IP(len=%s)/Raw(load="\x50"*%s)], iface="%s")' % (smac, dmac,pktlen, padding, sintf))
>           self.tester.scapy_execute()
> +        time.sleep(5)
>           res = self.tester.scapy_get_result()
>           self.tester.send_expect("ifconfig %s mtu 1500" % sintf, "#")
>           self.tester.send_expect("ifconfig %s mtu 1500" % sintf, "#")



More information about the dts mailing list