[V1] tests/vhost_user_interrupt: modify test case 6 name sync with testplan

Message ID 20210408065223.544169-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/vhost_user_interrupt: modify test case 6 name sync with testplan |

Commit Message

Ling, WeiX April 8, 2021, 6:52 a.m. UTC
  Modify testcase 6 name wrong issue.

Signed-off-by: Ling Wei <weix.ling@intel.com>
---
 tests/TestSuite_vhost_user_interrupt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ling, WeiX April 8, 2021, 6:55 a.m. UTC | #1
> -----Original Message-----
> From: Ling, WeiX <weix.ling@intel.com>
> Sent: Thursday, April 8, 2021 02:52 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] tests/vhost_user_interrupt: modify test case 6
> name sync with testplan
> 
Tested-by: Wei Ling <weix.ling@intel.com>
  
Wang, Yinan April 12, 2021, 2:48 a.m. UTC | #2
Acked-by: Wang, Yinan <yinan.wang@intel.com>

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Ling, WeiX
> Sent: 2021?4?8? 14:55
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/vhost_user_interrupt: modify test case 6
> name sync with testplan
> 
> > -----Original Message-----
> > From: Ling, WeiX <weix.ling@intel.com>
> > Sent: Thursday, April 8, 2021 02:52 PM
> > To: dts@dpdk.org
> > Cc: Ling, WeiX <weix.ling@intel.com>
> > Subject: [dts][PATCH V1] tests/vhost_user_interrupt: modify test case 6
> > name sync with testplan
> >
> Tested-by: Wei Ling <weix.ling@intel.com>
  
Tu, Lijuan April 12, 2021, 5:36 a.m. UTC | #3
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Wang, Yinan
> Sent: 2021年4月12日 10:49
> To: Ling, WeiX <weix.ling@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/vhost_user_interrupt: modify test case 6
> name sync with testplan
> 
> Acked-by: Wang, Yinan <yinan.wang@intel.com>
> 
> > -----Original Message-----
> > From: dts <dts-bounces@dpdk.org> On Behalf Of Ling, WeiX
> > Sent: 2021?4?8? 14:55
> > To: dts@dpdk.org
> > Subject: Re: [dts] [PATCH V1] tests/vhost_user_interrupt: modify test
> > case 6 name sync with testplan
> >
> > > -----Original Message-----
> > > From: Ling, WeiX <weix.ling@intel.com>
> > > Sent: Thursday, April 8, 2021 02:52 PM
> > > To: dts@dpdk.org
> > > Cc: Ling, WeiX <weix.ling@intel.com>
> > > Subject: [dts][PATCH V1] tests/vhost_user_interrupt: modify test
> > > case 6 name sync with testplan
> > >
> > Tested-by: Wei Ling <weix.ling@intel.com>

Applied
  

Patch

diff --git a/tests/TestSuite_vhost_user_interrupt.py b/tests/TestSuite_vhost_user_interrupt.py
index 9a7d8479..e64a4c14 100644
--- a/tests/TestSuite_vhost_user_interrupt.py
+++ b/tests/TestSuite_vhost_user_interrupt.py
@@ -278,7 +278,7 @@  class TestVhostUserInterrupt(TestCase):
         self.virtio_user.send_expect("set fwd txonly", "testpmd> ", 20)
         self.send_and_verify()
 
-    def test_wake_up_split_ring_vhost_user_core_with_l3fwd_power_sample_when_multi_queues_enabled_and_cbdma_enabled(self):
+    def test_wake_up_packed_ring_vhost_user_core_with_l3fwd_power_sample_when_multi_queues_enabled_and_cbdma_enabled(self):
         """
         Test Case6: Wake up packed ring vhost-user cores with l3fwd-power sample when multi queues and cbdma are enabled
         """