test suite reviews and discussions
 help / color / mirror / Atom feed
From: wenjieli <wenjiex.a.li@intel.com>
To: dts@dpdk.org
Cc: wenjieli <wenjiex.a.li@intel.com>
Subject: [dts] [PATCH V1] tests/dynamic_queue: need not import sniff_packets and load_sniff_packets
Date: Wed, 24 Oct 2018 13:07:09 +0800	[thread overview]
Message-ID: <1540357629-10322-1-git-send-email-wenjiex.a.li@intel.com> (raw)

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

             reply	other threads:[~2018-10-24  5:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-24  5:07 wenjieli [this message]
2018-10-24  8:19 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1540357629-10322-1-git-send-email-wenjiex.a.li@intel.com \
    --to=wenjiex.a.li@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).