[dts] [DTS][PATCH] virtio: update virtio data table head title format

Liu, Yong yong.liu at intel.com
Fri Jan 22 10:10:38 CET 2016


Rejected, has been included  by [DTS][PATCH V2 3/3] virtio: update vhost 
cuse and user one vm cases.

On 01/22/2016 10:32 AM, Jingguo Fu wrote:
> 	1. "RecvPackets" ==> "Injection",
> 	2. "SendPackets" ==> "Throughput"
>
> 	modified:	tests/TestSuite_vhost_cuse_one_copy_one_vm.py
> 			tests/TestSuite_vhost_user_one_copy_one_vm.py
>
> Signed-off-by: Jingguo Fu <jingguox.fu at intel.com>
> ---
>   tests/TestSuite_vhost_cuse_one_copy_one_vm.py | 2 +-
>   tests/TestSuite_vhost_user_one_copy_one_vm.py | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/TestSuite_vhost_cuse_one_copy_one_vm.py b/tests/TestSuite_vhost_cuse_one_copy_one_vm.py
> index 22d531c..007ac37 100644
> --- a/tests/TestSuite_vhost_cuse_one_copy_one_vm.py
> +++ b/tests/TestSuite_vhost_cuse_one_copy_one_vm.py
> @@ -116,7 +116,7 @@ class TestVhostCuseOneCopyOneVm(TestCase, IxiaPacketGenerator):
>           self.virtio_cmd_params = \
>           'csum=off,gso=off,guest_csum=off,guest_tso4=off,guest_tso6=off,guest_ecn=off'
>           # Define the table columns
> -        self.header_row = ["FrameSize(B)", "RecvPackets(Mpps)", "SendPackets(Mpps)", "LineRate(%)"]
> +        self.header_row = ["FrameSize(B)", "Injection(Mpps)", "Throughput(Mpps)", "LineRate(%)"]
>           self.memory_channel = 4
>   
>       def set_up(self):
> diff --git a/tests/TestSuite_vhost_user_one_copy_one_vm.py b/tests/TestSuite_vhost_user_one_copy_one_vm.py
> index e06d8e9..7352a35 100644
> --- a/tests/TestSuite_vhost_user_one_copy_one_vm.py
> +++ b/tests/TestSuite_vhost_user_one_copy_one_vm.py
> @@ -108,7 +108,7 @@ class TestVhostUserOneCopyOneVm(TestCase, IxiaPacketGenerator):
>           self.dst2 = "192.168.4.1"
>           self.vm_dut = None
>   
> -        self.header_row = ["FrameSize(B)", "RecvPackets(Mpps)", "SendPackets(Mpps)", "LineRate(%)"]
> +        self.header_row = ["FrameSize(B)", "Injection(Mpps)", "Throughput(Mpps)", "LineRate(%)"]
>           self.memory_channel = 4
>   
>       def set_up(self):



More information about the dts mailing list