test suite reviews and discussions
 help / color / mirror / Atom feed
From: "chen,bo" <box.c.chen@intel.com>
To: dts@dpdk.org
Cc: "chen,bo" <box.c.chen@intel.com>
Subject: [dts] [PATCH V1] tests/fdir:Increase latency
Date: Fri,  5 Jul 2019 13:48:13 +0800	[thread overview]
Message-ID: <1562305693-154737-1-git-send-email-box.c.chen@intel.com> (raw)

Increase latency to wait for testpmd configuration to take effect.

Signed-off-by: chen,bo <box.c.chen@intel.com>
---
 tests/TestSuite_fdir.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_fdir.py b/tests/TestSuite_fdir.py
index 14cc5c9..45e0a87 100644
--- a/tests/TestSuite_fdir.py
+++ b/tests/TestSuite_fdir.py
@@ -86,6 +86,7 @@ class TestFdir(TestCase, IxiaPacketGenerator):
         Send packages and verify behavior.
         """
         self.scapyCmds.append(packet)
+        time.sleep(3)
         self.dut.send_expect("start", "testpmd>")
         self.scapy_execute()
         time.sleep(.5)
-- 
2.17.2


             reply	other threads:[~2019-07-05  5:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-05  5:48 chen,bo [this message]
2019-07-05  6:19 ` Chen, Zhaoyan

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=1562305693-154737-1-git-send-email-box.c.chen@intel.com \
    --to=box.c.chen@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).