test suite reviews and discussions
 help / color / mirror / Atom feed
From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V2 3/3] conf/pvp_diff_qemu_version: add expected value to verify
Date: Mon, 24 Apr 2023 15:33:40 +0800	[thread overview]
Message-ID: <20230424073340.2368259-4-weix.ling@intel.com> (raw)
In-Reply-To: <20230424073340.2368259-1-weix.ling@intel.com>

Add expected value to verify the running result. 

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 conf/pvp_diff_qemu_version.cfg | 41 ++++++++++++++++++++++++++--------
 1 file changed, 32 insertions(+), 9 deletions(-)

diff --git a/conf/pvp_diff_qemu_version.cfg b/conf/pvp_diff_qemu_version.cfg
index 0353c246..e89f7b8e 100644
--- a/conf/pvp_diff_qemu_version.cfg
+++ b/conf/pvp_diff_qemu_version.cfg
@@ -1,20 +1,43 @@
-# Configuration sample: vhost_sample.cfg
 [vm0]
 cpu =
-    model=host,number=4,cpupin=4 5;
+    model=host,number=8,cpupin=20 21 22 23 24 25 26 27;
 mem =
-    size=4096,hugepage=yes;
+    size=8192,hugepage=yes;
 disk =
-    file=/home/img/vm.img;
+    file=/home/image/ubuntu2004.img;
 login =
     user=root,password=tester;
 vnc =
     displayNum=4;
 daemon =
     enable=yes;
-# config all the path of qemu version you want to tested
 qemu =
-    path=path/qemu-2.5/bin/qemu-system-x86_64;
-    path=path/qemu-2.6/bin/qemu-system-x86_64;
-    path=path/qemu-2.7/bin/qemu-system-x86_64;
-    path=path/qemu-2.8/bin/qemu-system-x86_64;
+    path=/home/QEMU/qemu-5.2.0/bin/qemu-system-x86_64;
+    path=/home/QEMU/qemu-6.2.0/bin/qemu-system-x86_64;
+    path=/home/QEMU/qemu-7.0.0/bin/qemu-system-x86_64;
+    path=/home/QEMU/qemu-7.1.0/bin/qemu-system-x86_64;
+    path=/home/QEMU/qemu-7.2.0/bin/qemu-system-x86_64;
+[suite]
+update_expected = True
+packet_sizes = [64, 128, 256, 512, 1024, 1280, 1518]
+test_duration = 30
+accepted_tolerance = 5
+expected_throughput = {
+    'test_perf_vhost_pvp_diff_qemu_version_virtio95_mergeable_path': {
+        'qemu-5.2': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-6.2': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-7.0': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-7.1': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-7.2': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0}},
+    'test_perf_vhost_pvp_diff_qemu_version_virtio10_mergeable_path': {
+        'qemu-5.2': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-6.2': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-7.0': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-7.1': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-7.2': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0}},
+    'test_perf_vhost_pvp_diff_qemu_version_virtio11_mergeable_path': {
+        'qemu-5.2': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-6.2': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-7.0': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-7.1': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0},
+        'qemu-7.2': {64: 0.0, 128: 0.0, 256: 0.0, 512: 0.0, 1024: 0.0, 1280: 0.0, 1518: 0.0}}}
-- 
2.25.1


  parent reply	other threads:[~2023-04-24  7:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-24  7:33 [PATCH V2 0/3] add case3 and optimize verify expected value Wei Ling
2023-04-24  7:33 ` [dts][PATCH V2 1/3] test_plans/pvp_diff_qemu_version: add case3 to test virtio 1.1 path Wei Ling
2023-04-24  7:33 ` [dts][PATCH V2 2/3] tests/pvp_diff_qemu_version: add case3 to test virtio1.1 and optimize verify expected Wei Ling
2023-04-24  7:33 ` Wei Ling [this message]
2023-04-26  6:25   ` [dts][PATCH V2 3/3] conf/pvp_diff_qemu_version: add expected value to verify He, Xingguang
2023-04-27  7:46   ` lijuan.tu

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=20230424073340.2368259-4-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).