test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/cvl_advanced_iavf_rss:need quit testpmd before replace pkg
@ 2020-06-30  7:30 Xie wei
  2020-06-30  7:36 ` Xie, WeiX
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xie wei @ 2020-06-30  7:30 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

need quit testpmd to fix rmmod ice timeout.

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_cvl_advanced_iavf_rss.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_cvl_advanced_iavf_rss.py b/tests/TestSuite_cvl_advanced_iavf_rss.py
index 1e6ac19..a01809f 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss.py
@@ -1115,6 +1115,7 @@ class AdvancedIavfRSSTest(TestCase):
         for rule in error_rule:
             out = self.pmd_output.execute_cmd(rule)
             self.verify("Failed to create flow" in out, "Rule can be created")
+        self.pmd_output.quit()
         self.replace_pkg(self.comms_pkg_name)
 
     def replace_pkg(self, pkg):
-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-01  5:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30  7:30 [dts] [PATCH V1] tests/cvl_advanced_iavf_rss:need quit testpmd before replace pkg Xie wei
2020-06-30  7:36 ` Xie, WeiX
2020-06-30  7:42 ` He, Zhiwei
2020-07-01  5:48 ` Tu, Lijuan

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).