From: Jiale Song <songx.jiale@intel.com>
To: dts@dpdk.org
Cc: Jiale Song <songx.jiale@intel.com>
Subject: [dts] [PATCH V1] tests/inline_ipsec: add -nn for tcpdump
Date: Tue, 31 May 2022 14:32:12 +0800 [thread overview]
Message-ID: <20220531063212.332642-1-songx.jiale@intel.com> (raw)
tcpdump timeout, increase the '-nn' to skip the DNS reverse domain name resolution operation.
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
tests/TestSuite_inline_ipsec.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_inline_ipsec.py b/tests/TestSuite_inline_ipsec.py
index 474e616a..31c8bb8d 100644
--- a/tests/TestSuite_inline_ipsec.py
+++ b/tests/TestSuite_inline_ipsec.py
@@ -253,7 +253,7 @@ class TestInlineIpsec(TestCase):
session_receive2 = self.tester.create_session(
name="receive_encryption_package2"
)
- session_receive2.send_expect("tcpdump -Xvvvi %s -c 1" % rxItf, "", 10)
+ session_receive2.send_expect("tcpdump -nn -Xvvvi %s -c 1" % rxItf, "", 10)
send_package = self.send_encryption_package(
txItf, paysize, do_encrypt, send_spi, count, inner_dst, sa_src, sa_dst
)
@@ -468,7 +468,7 @@ class TestInlineIpsec(TestCase):
session_receive3 = self.tester.create_session(
"check_forward_encryption_package"
)
- session_receive3.send_expect("tcpdump -Xvvvi %s -c 1" % self.rxItf, "", 30)
+ session_receive3.send_expect("tcpdump -nn -Xvvvi %s -c 1" % self.rxItf, "", 30)
time.sleep(2)
sendp(eth_e1, iface=self.rxItf, count=2)
sendp(eth_e2, iface=self.txItf, count=1)
--
2.17.1
next reply other threads:[~2022-05-31 6:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-31 6:32 Jiale Song [this message]
2022-06-15 8:39 ` lijuan.tu
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=20220531063212.332642-1-songx.jiale@intel.com \
--to=songx.jiale@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).