[dts] [PATCH V1] tests/ipfrag : quit example berfore other example start

Tu, Lijuan lijuan.tu at intel.com
Wed Apr 3 20:09:28 CEST 2019


Could you please figure out which example break your test, I think we need to fix that case, not this one.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhaomeijuan
> Sent: Tuesday, April 2, 2019 9:05 AM
> To: dts at dpdk.org
> Cc: Zhao, MeijuanX <meijuanx.zhao at intel.com>
> Subject: [dts] [PATCH V1] tests/ipfrag : quit example berfore other example
> start
> 
> Signed-off-by: zhaomeijuan <meijuanx.zhao at intel.com>
> ---
>  tests/TestSuite_ipfrag.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py index
> 9f47a2c..3ebbb5e 100644
> --- a/tests/TestSuite_ipfrag.py
> +++ b/tests/TestSuite_ipfrag.py
> @@ -295,6 +295,7 @@ l3fwd_ipv4_route_array[] = {\\\n"
>              core_mask = utils.create_mask(self.dut.get_core_list(lcore))
> 
>          portmask = utils.create_mask([P0, P1])
> +        self.dut.send_expect("^c", "# ", 120)
> 
> 
> self.dut.send_expect("examples/ip_fragmentation/build/ip_fragmentation -
> c %s -n %d -- -p %s -q %s" % (
>              core_mask, self.dut.get_memory_channels(), portmask,
> num_pthreads), "IP_FRAG:", 120)
> --
> 2.17.1



More information about the dts mailing list