From: Jiale Song <songx.jiale@intel.com>
To: dts@dpdk.org
Cc: Jiale Song <songx.jiale@intel.com>
Subject: [dts] [PATCH V1] tests/iavf_fdir: fix script errors
Date: Tue, 16 Nov 2021 10:59:24 +0800 [thread overview]
Message-ID: <1637031564-223078-1-git-send-email-songx.jiale@intel.com> (raw)
since some cases will restart testpmd, it is different from testpmd conflict
in set_up. so should be closed testpmd started in set_up.
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
tests/TestSuite_iavf_fdir.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py
index 143df1b6..577e84ac 100644
--- a/tests/TestSuite_iavf_fdir.py
+++ b/tests/TestSuite_iavf_fdir.py
@@ -8344,6 +8344,7 @@ class TestIAVFFdir(TestCase):
"""
create same rules on pf and vf, no conflict
"""
+ self.pmd_output.quit()
self.session_secondary = self.dut.new_session()
self.session_third = self.dut.new_session()
@@ -8494,6 +8495,7 @@ class TestIAVFFdir(TestCase):
"""
create same input set but different action rules on pf and vf, no conflict.
"""
+ self.pmd_output.quit()
self.session_secondary = self.dut.new_session()
self.session_third = self.dut.new_session()
@@ -8646,6 +8648,7 @@ class TestIAVFFdir(TestCase):
"""
create different rules on pf and vf
"""
+ self.pmd_output.quit()
self.session_secondary = self.dut.new_session()
self.session_third = self.dut.new_session()
--
2.17.1
reply other threads:[~2021-11-16 2:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1637031564-223078-1-git-send-email-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).