test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] rename testsuite since testplan renamed
@ 2020-08-27 10:24 Xiao Qimai
  2020-08-27 10:54 ` Xiao, QimaiX
  2020-09-02  3:08 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xiao Qimai @ 2020-08-27 10:24 UTC (permalink / raw)
  To: dts; +Cc: Xiao Qimai

*. testplan test_plans/vhost_enqueue_interrupt_test_plan has been
replaced by test_plans/vhost_user_interrupt_test_plan.rst, so rename
testsuite

Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
 ...t_enqueue_interrupt.py => TestSuite_vhost_user_interrupt.py} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename tests/{TestSuite_vhost_enqueue_interrupt.py => TestSuite_vhost_user_interrupt.py} (99%)

diff --git a/tests/TestSuite_vhost_enqueue_interrupt.py b/tests/TestSuite_vhost_user_interrupt.py
similarity index 99%
rename from tests/TestSuite_vhost_enqueue_interrupt.py
rename to tests/TestSuite_vhost_user_interrupt.py
index 55207821..cc8fba70 100644
--- a/tests/TestSuite_vhost_enqueue_interrupt.py
+++ b/tests/TestSuite_vhost_user_interrupt.py
@@ -39,7 +39,7 @@ import time
 from test_case import TestCase
 
 
-class TestVhostEnqueueInterrupt(TestCase):
+class TestVhostUserInterrupt(TestCase):
 
     def set_up_all(self):
         """
-- 
2.25.1


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

end of thread, other threads:[~2020-09-02  3:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 10:24 [dts] [PATCH V1] rename testsuite since testplan renamed Xiao Qimai
2020-08-27 10:54 ` Xiao, QimaiX
2020-09-02  3:08 ` 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).