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: optimization script
Date: Tue, 2 Nov 2021 11:18:19 +0800 [thread overview]
Message-ID: <1635823099-219112-1-git-send-email-songx.jiale@intel.com> (raw)
initialize PF. because pf is not initialized after case test, other case tests fail
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
tests/TestSuite_iavf_fdir.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
mode change 100755 => 100644 tests/TestSuite_iavf_fdir.py
diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py
old mode 100755
new mode 100644
index fab7cc27..5803f5f7
--- a/tests/TestSuite_iavf_fdir.py
+++ b/tests/TestSuite_iavf_fdir.py
@@ -7593,6 +7593,7 @@ class TestIAVFFdir(TestCase):
"""
Run before each test case.
"""
+ self.dut.restore_interfaces_linux()
self.setup_2pf_4vf_env()
time.sleep(1)
self.launch_testpmd()
@@ -8344,7 +8345,6 @@ class TestIAVFFdir(TestCase):
create same rules on pf and vf, no conflict
"""
self.dut.kill_all()
- self.setup_2pf_4vf_env()
self.session_secondary = self.dut.new_session()
self.session_third = self.dut.new_session()
@@ -8496,7 +8496,6 @@ class TestIAVFFdir(TestCase):
create same input set but different action rules on pf and vf, no conflict.
"""
self.dut.kill_all()
- self.setup_2pf_4vf_env()
self.session_secondary = self.dut.new_session()
self.session_third = self.dut.new_session()
--
2.17.1
next reply other threads:[~2021-11-02 3:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-02 3:18 Jiale Song [this message]
2021-11-02 8:37 ` Huang, ZhiminX
2021-11-05 13:43 ` 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=1635823099-219112-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).