test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/dynamic_queue: need not import sniff_packets and load_sniff_packets
@ 2018-10-24  5:07 wenjieli
  2018-10-24  8:19 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: wenjieli @ 2018-10-24  5:07 UTC (permalink / raw)
  To: dts; +Cc: wenjieli

this test suite doesn’t use sniffer code, “from packet import Packet” is
enough; will not import sniff_packets and load_sniff_packets from packet
any more.

Signed-off-by: wenjieli <wenjiex.a.li@intel.com>
---
 tests/TestSuite_dynamic_queue.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_dynamic_queue.py b/tests/TestSuite_dynamic_queue.py
index 05f1d17..f155686 100644
--- a/tests/TestSuite_dynamic_queue.py
+++ b/tests/TestSuite_dynamic_queue.py
@@ -6,7 +6,7 @@ import utils
 from test_case import TestCase
 from pmd_output import PmdOutput
 from settings import get_nic_name
-from packet import Packet, sniff_packets, load_sniff_packets
+from packet import Packet
 import random
 
 test_loop = 3
-- 
2.17.2

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

* Re: [dts] [PATCH V1] tests/dynamic_queue: need not import sniff_packets and load_sniff_packets
  2018-10-24  5:07 [dts] [PATCH V1] tests/dynamic_queue: need not import sniff_packets and load_sniff_packets wenjieli
@ 2018-10-24  8:19 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2018-10-24  8:19 UTC (permalink / raw)
  To: Li, WenjieX A, dts; +Cc: Li, WenjieX A

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of wenjieli
> Sent: Wednesday, October 24, 2018 1:07 PM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@intel.com>
> Subject: [dts] [PATCH V1] tests/dynamic_queue: need not import
> sniff_packets and load_sniff_packets
> 
> this test suite doesn’t use sniffer code, “from packet import Packet” is
> enough; will not import sniff_packets and load_sniff_packets from packet
> any more.
> 
> Signed-off-by: wenjieli <wenjiex.a.li@intel.com>
> ---
>  tests/TestSuite_dynamic_queue.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_dynamic_queue.py
> b/tests/TestSuite_dynamic_queue.py
> index 05f1d17..f155686 100644
> --- a/tests/TestSuite_dynamic_queue.py
> +++ b/tests/TestSuite_dynamic_queue.py
> @@ -6,7 +6,7 @@ import utils
>  from test_case import TestCase
>  from pmd_output import PmdOutput
>  from settings import get_nic_name
> -from packet import Packet, sniff_packets, load_sniff_packets
> +from packet import Packet
>  import random
> 
>  test_loop = 3
> --
> 2.17.2


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

end of thread, other threads:[~2018-10-24  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24  5:07 [dts] [PATCH V1] tests/dynamic_queue: need not import sniff_packets and load_sniff_packets wenjieli
2018-10-24  8:19 ` 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).