[dts] [PATCH V1] tests/inline_ipsec: add -nn for tcpdump

Jiale Song songx.jiale at intel.com
Tue May 31 08:32:12 CEST 2022


tcpdump timeout, increase the '-nn' to skip the DNS reverse domain name resolution operation.

Signed-off-by: Jiale Song <songx.jiale at 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



More information about the dts mailing list