test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: modify test case 5 scp 1MB size file sync with testplan
@ 2021-03-29  6:02 Ling Wei
  2021-03-29  6:16 ` Ling, WeiX
  0 siblings, 1 reply; 4+ messages in thread
From: Ling Wei @ 2021-03-29  6:02 UTC (permalink / raw)
  To: dts; +Cc: Ling Wei

Modify test case 5 scp 1MB size file sync with testplan.

Signed-off-by: Ling Wei <weix.ling@intel.com>
---
 tests/TestSuite_vm2vm_virtio_net_perf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_vm2vm_virtio_net_perf.py b/tests/TestSuite_vm2vm_virtio_net_perf.py
index 83035b07..b0733bc3 100644
--- a/tests/TestSuite_vm2vm_virtio_net_perf.py
+++ b/tests/TestSuite_vm2vm_virtio_net_perf.py
@@ -425,14 +425,14 @@ class TestVM2VMVirtioNetPerf(TestCase):
         self.logger.info("Launch vhost-testpmd with CBDMA and used 8 queue")
         self.prepare_test_env(path_mode=5, cbdma=True, no_pci=False, client_mode=True, enable_queues=8, nb_cores=4,
                               server_mode=True, opt_queue=8, combined=True, used_queues=8)
-        self.check_scp_file_valid_between_vms(file_size=1)
+        self.check_scp_file_valid_between_vms(file_size=1024)
         iperf_data_cbdma_enable_8_queue = self.start_iperf_and_verify_vhost_xstats_info(iperf_mode='tso')
         ipef_result.append(['Enable', 'mergeable path', 8, iperf_data_cbdma_enable_8_queue])
 
         self.logger.info("Re-launch without CBDMA and used 8 queue")
         self.vhost.send_expect("quit", "# ", 30)
         self.start_vhost_testpmd(cbdma=False, no_pci=False, client_mode=True, enable_queues=8, nb_cores=4, used_queues=8)
-        self.check_scp_file_valid_between_vms(file_size=1)
+        self.check_scp_file_valid_between_vms(file_size=1024)
         iperf_data_cbdma_disable_8_queue = self.start_iperf_and_verify_vhost_xstats_info(iperf_mode='tso')
         ipef_result.append(['Disable','mergeable path', 8, iperf_data_cbdma_disable_8_queue])
 
@@ -440,7 +440,7 @@ class TestVM2VMVirtioNetPerf(TestCase):
         self.vhost.send_expect("quit", "# ", 30)
         self.start_vhost_testpmd(cbdma=False, no_pci=False, client_mode=True, enable_queues=8, nb_cores=4, used_queues=1)
         self.config_vm_env(combined=True, used_queues=1)
-        self.check_scp_file_valid_between_vms(file_size=1)
+        self.check_scp_file_valid_between_vms(file_size=1024)
         iperf_data_cbdma_disable_1_queue = self.start_iperf_and_verify_vhost_xstats_info(iperf_mode='tso')
         ipef_result.append(['Disable', 'mergeable path', 1, iperf_data_cbdma_disable_1_queue])
 
-- 
2.25.1


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

* Re: [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: modify test case 5 scp 1MB size file sync with testplan
  2021-03-29  6:02 [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: modify test case 5 scp 1MB size file sync with testplan Ling Wei
@ 2021-03-29  6:16 ` Ling, WeiX
  2021-03-30  2:37   ` Wang, Yinan
  0 siblings, 1 reply; 4+ messages in thread
From: Ling, WeiX @ 2021-03-29  6:16 UTC (permalink / raw)
  To: Ling, WeiX, dts

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

> -----Original Message-----
> From: Ling Wei <weix.ling@intel.com>
> Sent: Monday, March 29, 2021 02:02 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] tests/vm2vm_virtio_net_perf: modify test case 5
> scp 1MB size file sync with testplan
> 
Tested-by: Wei Ling <weix.ling@intel.com>

[-- Attachment #2: TestVM2VMVirtioNetPerf.log --]
[-- Type: application/octet-stream, Size: 3183998 bytes --]

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

* Re: [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: modify test case 5 scp 1MB size file sync with testplan
  2021-03-29  6:16 ` Ling, WeiX
@ 2021-03-30  2:37   ` Wang, Yinan
  2021-03-30  5:56     ` Tu, Lijuan
  0 siblings, 1 reply; 4+ messages in thread
From: Wang, Yinan @ 2021-03-30  2:37 UTC (permalink / raw)
  To: Ling, WeiX, Ling, WeiX, dts

Acked-by: Wang, Yinan <yinan.wang@intel.com>

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Ling, WeiX
> Sent: 2021?3?29? 14:17
> To: Ling, WeiX <weix.ling@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: modify test
> case 5 scp 1MB size file sync with testplan
>
> > -----Original Message-----
> > From: Ling Wei <weix.ling@intel.com>
> > Sent: Monday, March 29, 2021 02:02 PM
> > To: dts@dpdk.org
> > Cc: Ling, WeiX <weix.ling@intel.com>
> > Subject: [dts][PATCH V1] tests/vm2vm_virtio_net_perf: modify test case
> 5
> > scp 1MB size file sync with testplan
> >
> Tested-by: Wei Ling <weix.ling@intel.com>

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

* Re: [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: modify test case 5 scp 1MB size file sync with testplan
  2021-03-30  2:37   ` Wang, Yinan
@ 2021-03-30  5:56     ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2021-03-30  5:56 UTC (permalink / raw)
  To: Wang, Yinan, Ling, WeiX, Ling, WeiX, dts



> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Wang, Yinan
> Sent: 2021年3月30日 10:38
> To: Ling, WeiX <weix.ling@intel.com>; Ling, WeiX <weix.ling@intel.com>;
> dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: modify test case 5
> scp 1MB size file 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?3?29? 14:17
> > To: Ling, WeiX <weix.ling@intel.com>; dts@dpdk.org
> > Subject: Re: [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: modify test
> > case 5 scp 1MB size file sync with testplan
> >
> > > -----Original Message-----
> > > From: Ling Wei <weix.ling@intel.com>
> > > Sent: Monday, March 29, 2021 02:02 PM
> > > To: dts@dpdk.org
> > > Cc: Ling, WeiX <weix.ling@intel.com>
> > > Subject: [dts][PATCH V1] tests/vm2vm_virtio_net_perf: modify test
> > > case
> > 5
> > > scp 1MB size file sync with testplan
> > >
> > Tested-by: Wei Ling <weix.ling@intel.com>

Applied

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

end of thread, other threads:[~2021-03-30  5:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29  6:02 [dts] [PATCH V1] tests/vm2vm_virtio_net_perf: modify test case 5 scp 1MB size file sync with testplan Ling Wei
2021-03-29  6:16 ` Ling, WeiX
2021-03-30  2:37   ` Wang, Yinan
2021-03-30  5:56     ` 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).