* [dts][PATCH V1] tests/vm2vm_virtio_pmd: modify testcase name
@ 2022-12-28 8:21 Wei Ling
0 siblings, 0 replies; only message in thread
From: Wei Ling @ 2022-12-28 8:21 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
Modify testcase name to discriminate different virtio protocol version.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
tests/TestSuite_vm2vm_virtio_pmd.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/TestSuite_vm2vm_virtio_pmd.py b/tests/TestSuite_vm2vm_virtio_pmd.py
index 5721e829..ddcf36c1 100644
--- a/tests/TestSuite_vm2vm_virtio_pmd.py
+++ b/tests/TestSuite_vm2vm_virtio_pmd.py
@@ -300,7 +300,7 @@ class TestVM2VMVirtioPMD(TestCase):
self.dut.close_session(self.virtio_user0)
self.virtio_user0 = None
- def test_vm2vm_vhost_user_virtio095_pmd_with_vector_rx_path(self):
+ def test_vm2vm_vhost_user_virtio95_pmd_with_vector_rx_path(self):
"""
Test Case 1: VM2VM vhost-user/virtio0.95-pmd with vector_rx path
"""
@@ -321,7 +321,7 @@ class TestVM2VMVirtioPMD(TestCase):
)
self.send_and_verify(mode="virtio 0.95 vector_rx", path=path_mode)
- def test_vm2vm_vhost_user_virtio095_pmd_with_normal_path(self):
+ def test_vm2vm_vhost_user_virtio95_pmd_with_normal_path(self):
"""
Test Case 2: VM2VM vhost-user/virtio0.95-pmd with normal path
"""
@@ -355,7 +355,7 @@ class TestVM2VMVirtioPMD(TestCase):
)
self.send_and_verify(mode="virtio 1.0 vector_rx", path=path_mode)
- def test_vhost_vm2vm_virito_10_pmd_with_normal_path(self):
+ def test_vm2vm_vhost_user_virito10_pmd_with_normal_path(self):
"""
Test Case 4: VM2VM vhost-user/virtio1.0-pmd with normal path
"""
@@ -368,7 +368,7 @@ class TestVM2VMVirtioPMD(TestCase):
self.start_vm_testpmd(self.vm_dut[1], path_mode)
self.send_and_verify(mode="virtio 1.0 normal path", path=path_mode)
- def test_vm2vm_vhost_user_virtio095_pmd_with_mergeable_path_with_payload_valid_check(
+ def test_vm2vm_vhost_user_virtio95_pmd_with_mergeable_path_with_payload_valid_check(
self,
):
"""
@@ -446,7 +446,7 @@ class TestVM2VMVirtioPMD(TestCase):
# check the packet in vm0
self.check_packet_payload_valid(self.vm_dut[0])
- def test_vhost_vm2vm_virito_11_pmd_with_normal_path(self):
+ def test_vm2vm_vhost_user_virito11_pmd_with_normal_path(self):
"""
Test Case 8: VM2VM vhost-user/virtio1.1-pmd with normal path
"""
--
2.25.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-28 8:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-28 8:21 [dts][PATCH V1] tests/vm2vm_virtio_pmd: modify testcase name Wei Ling
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).