From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V1] tests/vm2vm_virtio_pmd: modify testcase name
Date: Wed, 28 Dec 2022 16:21:00 +0800 [thread overview]
Message-ID: <20221228082100.3621003-1-weix.ling@intel.com> (raw)
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
reply other threads:[~2022-12-28 8:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20221228082100.3621003-1-weix.ling@intel.com \
--to=weix.ling@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).