test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/ipfrag : quit example berfore other example start
@ 2019-04-02 16:04 zhaomeijuan
  2019-04-03 18:09 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: zhaomeijuan @ 2019-04-02 16:04 UTC (permalink / raw)
  To: dts; +Cc: zhaomeijuan

Signed-off-by: zhaomeijuan <meijuanx.zhao@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] tests/ipfrag : quit example berfore other example start
  2019-04-02 16:04 [dts] [PATCH V1] tests/ipfrag : quit example berfore other example start zhaomeijuan
@ 2019-04-03 18:09 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-04-03 18:09 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX

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@dpdk.org] On Behalf Of zhaomeijuan
> Sent: Tuesday, April 2, 2019 9:05 AM
> To: dts@dpdk.org
> Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
> Subject: [dts] [PATCH V1] tests/ipfrag : quit example berfore other example
> start
> 
> Signed-off-by: zhaomeijuan <meijuanx.zhao@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-03 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-02 16:04 [dts] [PATCH V1] tests/ipfrag : quit example berfore other example start zhaomeijuan
2019-04-03 18:09 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).