* [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class name.
@ 2019-09-05 7:20 zhu,shuai
2019-09-05 7:18 ` Zhu, WenhuiX
2019-09-18 5:07 ` Tu, Lijuan
0 siblings, 2 replies; 3+ messages in thread
From: zhu,shuai @ 2019-09-05 7:20 UTC (permalink / raw)
To: dts; +Cc: wenhuix.zhu, zhu,shuai
The test suite does not match the class name, and the class name is modified.
Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
tests/TestSuite_pvp_virtio_user_4k_pages.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/TestSuite_pvp_virtio_user_4k_pages.py b/tests/TestSuite_pvp_virtio_user_4k_pages.py
index 11079a4..0395d02 100644
--- a/tests/TestSuite_pvp_virtio_user_4k_pages.py
+++ b/tests/TestSuite_pvp_virtio_user_4k_pages.py
@@ -41,7 +41,7 @@ from packet import Packet, save_packets
from pktgen import PacketGeneratorHelper
-class TestPVPVirtioWith2Mhuge(TestCase):
+class TestPvpVirtioUser4kPages(TestCase):
def set_up_all(self):
"""
@@ -134,9 +134,9 @@ class TestPVPVirtioWith2Mhuge(TestCase):
command_line_client = "%s/app/testpmd -c %s -n %d " + \
"--file-prefix=vhost -m 1024 --no-huge " + \
"--vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i " + \
- "--no-numa --socket-num=0"
+ "--no-numa --socket-num=%d"
command_line_client = command_line_client % (self.target,
- self.core_mask_vhost_user, self.mem_channels)
+ self.core_mask_vhost_user, self.mem_channels, self.ports_socket)
self.vhost_user.send_expect(command_line_client, "testpmd> ", 120)
self.vhost_user.send_expect("start", "testpmd> ", 120)
--
2.17.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class name.
2019-09-05 7:20 [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class name zhu,shuai
@ 2019-09-05 7:18 ` Zhu, WenhuiX
2019-09-18 5:07 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Zhu, WenhuiX @ 2019-09-05 7:18 UTC (permalink / raw)
To: Zhu, ShuaiX, dts
[-- Attachment #1: Type: text/plain, Size: 1859 bytes --]
Tested-by: Zhu, WenhuiX <wenhuix.zhu@intel.com>
-----Original Message-----
From: Zhu, ShuaiX
Sent: Thursday, September 5, 2019 3:20 PM
To: dts@dpdk.org
Cc: Zhu, WenhuiX <wenhuix.zhu@intel.com>; Zhu, ShuaiX <shuaix.zhu@intel.com>
Subject: [dts][PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class name.
The test suite does not match the class name, and the class name is modified.
Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
tests/TestSuite_pvp_virtio_user_4k_pages.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/TestSuite_pvp_virtio_user_4k_pages.py b/tests/TestSuite_pvp_virtio_user_4k_pages.py
index 11079a4..0395d02 100644
--- a/tests/TestSuite_pvp_virtio_user_4k_pages.py
+++ b/tests/TestSuite_pvp_virtio_user_4k_pages.py
@@ -41,7 +41,7 @@ from packet import Packet, save_packets from pktgen import PacketGeneratorHelper
-class TestPVPVirtioWith2Mhuge(TestCase):
+class TestPvpVirtioUser4kPages(TestCase):
def set_up_all(self):
"""
@@ -134,9 +134,9 @@ class TestPVPVirtioWith2Mhuge(TestCase):
command_line_client = "%s/app/testpmd -c %s -n %d " + \
"--file-prefix=vhost -m 1024 --no-huge " + \
"--vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i " + \
- "--no-numa --socket-num=0"
+ "--no-numa --socket-num=%d"
command_line_client = command_line_client % (self.target,
- self.core_mask_vhost_user, self.mem_channels)
+ self.core_mask_vhost_user,
+ self.mem_channels, self.ports_socket)
self.vhost_user.send_expect(command_line_client, "testpmd> ", 120)
self.vhost_user.send_expect("start", "testpmd> ", 120)
--
2.17.2
[-- Attachment #2: TestPvpVirtioUser4kPages.log --]
[-- Type: application/octet-stream, Size: 41072 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class name.
2019-09-05 7:20 [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class name zhu,shuai
2019-09-05 7:18 ` Zhu, WenhuiX
@ 2019-09-18 5:07 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-09-18 5:07 UTC (permalink / raw)
To: Zhu, ShuaiX, dts; +Cc: Zhu, WenhuiX, Zhu, ShuaiX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai
> Sent: Thursday, September 5, 2019 3:20 PM
> To: dts@dpdk.org
> Cc: Zhu, WenhuiX <wenhuix.zhu@intel.com>; Zhu, ShuaiX
> <shuaix.zhu@intel.com>
> Subject: [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class
> name.
>
> The test suite does not match the class name, and the class name is
> modified.
>
> Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
> ---
> tests/TestSuite_pvp_virtio_user_4k_pages.py | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/TestSuite_pvp_virtio_user_4k_pages.py
> b/tests/TestSuite_pvp_virtio_user_4k_pages.py
> index 11079a4..0395d02 100644
> --- a/tests/TestSuite_pvp_virtio_user_4k_pages.py
> +++ b/tests/TestSuite_pvp_virtio_user_4k_pages.py
> @@ -41,7 +41,7 @@ from packet import Packet, save_packets from pktgen
> import PacketGeneratorHelper
>
>
> -class TestPVPVirtioWith2Mhuge(TestCase):
> +class TestPvpVirtioUser4kPages(TestCase):
>
> def set_up_all(self):
> """
> @@ -134,9 +134,9 @@ class TestPVPVirtioWith2Mhuge(TestCase):
> command_line_client = "%s/app/testpmd -c %s -n %d " + \
> "--file-prefix=vhost -m 1024 --no-huge " + \
> "--vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i " + \
> - "--no-numa --socket-num=0"
> + "--no-numa --socket-num=%d"
> command_line_client = command_line_client % (self.target,
> - self.core_mask_vhost_user, self.mem_channels)
> + self.core_mask_vhost_user,
> + self.mem_channels, self.ports_socket)
> self.vhost_user.send_expect(command_line_client, "testpmd> ", 120)
> self.vhost_user.send_expect("start", "testpmd> ", 120)
>
> --
> 2.17.2
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-18 5:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 7:20 [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class name zhu,shuai
2019-09-05 7:18 ` Zhu, WenhuiX
2019-09-18 5:07 ` 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).