From: Xie wei <weix.xie@intel.com>
To: dts@dpdk.org
Cc: Xie wei <weix.xie@intel.com>
Subject: [dts] [PATCH V1] tests/kernelpf_iavf:fix a small bug
Date: Thu, 2 Jul 2020 15:37:31 +0800 [thread overview]
Message-ID: <20200702073731.10973-1-weix.xie@intel.com> (raw)
modify the previous code problem.
Signed-off-by: Xie wei <weix.xie@intel.com>
---
tests/TestSuite_kernelpf_iavf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_kernelpf_iavf.py b/tests/TestSuite_kernelpf_iavf.py
index 6fb1bae..733d72f 100644
--- a/tests/TestSuite_kernelpf_iavf.py
+++ b/tests/TestSuite_kernelpf_iavf.py
@@ -981,7 +981,7 @@ class TestKernelpfIavf(TestCase):
"""
Run after each test case.
"""
- if self.running_case == "test_vf_rx_interrupt"::
+ if self.running_case == "test_vf_rx_interrupt":
self.dut.send_expect("killall l3fwd-power", "# ", 60, alt_session=True)
self.destroy_2vf_in_2pf()
else:
--
2.17.1
next reply other threads:[~2020-07-02 7:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-02 7:37 Xie wei [this message]
2020-07-02 7:53 Xie wei
2020-07-02 8:38 ` 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=20200702073731.10973-1-weix.xie@intel.com \
--to=weix.xie@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).