test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Li, WeiyuanX" <weiyuanx.li@intel.com>
To: dts@dpdk.org, yuan.peng@intel.com
Cc: Weiyuan li <weiyuanx.li@intel.com>
Subject: [dts][PATCH V4 2/3] conf/vf_pf_reset: add vf_pf_reset testsuite
Date: Tue, 21 Jun 2022 13:58:11 +0800	[thread overview]
Message-ID: <20220621055812.1315-2-weiyuanx.li@intel.com> (raw)
In-Reply-To: <20220621055812.1315-1-weiyuanx.li@intel.com>

From: Weiyuan li <weiyuanx.li@intel.com>

1. Add new testsuite tests/TestSuite_vf_pf_reset.py.
2. Add vm configuration file for vf_pf_reset.

Signed-off-by: Weiyuan li <weiyuanx.li@intel.com>
---

v2:
-Modify license format.
-Remove time.sleep.
v3:
-Add vf_pf_reset.cfg file.
v4:
-Add VLAN_tx_Restore to checklist does not support case for ice driver.
-Add ice enable vf-vlan-pruning flag.


 conf/vf_pf_reset.cfg | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 conf/vf_pf_reset.cfg

diff --git a/conf/vf_pf_reset.cfg b/conf/vf_pf_reset.cfg
new file mode 100644
index 00000000..b47bac95
--- /dev/null
+++ b/conf/vf_pf_reset.cfg
@@ -0,0 +1,39 @@
+[vm0]
+cpu =
+    model=host,number=4,cpupin=17 18 19 20 21 22 23;
+mem =
+    #size=4096;
+    size=8192;
+disk =
+    file=/home/image/ubuntu2004-5.img;
+login =
+    user=root,password=tester;
+net =
+   type=nic,opt_vlan=0;
+   type=user,opt_vlan=0;
+qga = 
+    enable=yes;
+vnc = 
+    displayNum=1;
+daemon =
+    enable=yes;
+
+[vm1]
+cpu =
+    model=host,number=4,cpupin=8 9 10 11 12 13 14 15;
+mem =
+    #size=4096;
+    size=8192;
+disk =
+    file=/home/image/ubuntu2004-6.img;
+login =
+    user=root,password=tester;
+net =
+   type=nic,opt_vlan=1;
+   type=user,opt_vlan=1;
+qga =
+    enable=yes;
+vnc =
+    displayNum=2;
+daemon =
+    enable=yes;
-- 
2.17.1


  reply	other threads:[~2022-06-21  5:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-21  5:58 [dts][PATCH V4 1/3] tests/vf_pf_reset: " Li, WeiyuanX
2022-06-21  5:58 ` Li, WeiyuanX [this message]
2022-06-21  5:58 ` [dts][PATCH V4 3/3] conf/test_case_checklist: add vlan_tx_restore not support Li, WeiyuanX
2022-06-21  7:42   ` 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=20220621055812.1315-2-weiyuanx.li@intel.com \
    --to=weiyuanx.li@intel.com \
    --cc=dts@dpdk.org \
    --cc=yuan.peng@intel.com \
    /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).