[V1,6/6] conf/*:add config file for new suites

Message ID 20230608182742.360594-7-zhiminx.huang@intel.com (mailing list archive)
State Superseded
Headers
Series add new common module and add new suites |

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test fail Testing issues

Commit Message

Huang, ZhiminX June 8, 2023, 6:27 p.m. UTC
  add config file for new test suites

Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
 conf/ice_kernelpf_dcf.cfg | 22 ++++++++++++++++++++++
 conf/kernelpf_vf.cfg      | 22 ++++++++++++++++++++++
 test_plans/index.rst      |  2 ++
 3 files changed, 46 insertions(+)
 create mode 100644 conf/ice_kernelpf_dcf.cfg
 create mode 100644 conf/kernelpf_vf.cfg
  

Comments

Peng, Yuan June 9, 2023, 9:22 a.m. UTC | #1
> -----Original Message-----
> From: Zhimin Huang <zhiminx.huang@intel.com>
> Sent: Friday, June 9, 2023 2:28 AM
> To: dts@dpdk.org
> Cc: Huang, ZhiminX <zhiminx.huang@intel.com>
> Subject: [dts][PATCH V1 6/6] conf/*:add config file for new suites
> 
> add config file for new test suites
> 
> Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
> ---

Acked-by: Peng, Yuan <yuan.peng@intel.com>
  

Patch

diff --git a/conf/ice_kernelpf_dcf.cfg b/conf/ice_kernelpf_dcf.cfg
new file mode 100644
index 00000000..2820ffed
--- /dev/null
+++ b/conf/ice_kernelpf_dcf.cfg
@@ -0,0 +1,22 @@ 
+# Configuration sample: kernelpf_iavf.cfg
+
+[vm0]
+cpu =
+    model=host,number=8,cpupin=5 6 7 8 9 10 11 12 ;
+disk =
+    file=/home/image/fedora23-ok.img;
+login =
+    user=root,password=tester;
+# net option is not necessary for libvirt, comment out below 2 lines if using libvirt
+net = 
+   type=nic,opt_vlan=0;
+   type=user,opt_vlan=0; 
+# monitor option is not supported by libvirt yet, comment out below 2 lines if using libvirt
+monitor = 
+    port=;
+# vnc option is not supported by libvirt yet, comment out below 2 lines if using libvirt
+vnc = 
+    displayNum=1;
+# daemon option is not supported by libvirt yet, comment out below 2 lines if using libvirt
+daemon =
+    enable=yes;
diff --git a/conf/kernelpf_vf.cfg b/conf/kernelpf_vf.cfg
new file mode 100644
index 00000000..2820ffed
--- /dev/null
+++ b/conf/kernelpf_vf.cfg
@@ -0,0 +1,22 @@ 
+# Configuration sample: kernelpf_iavf.cfg
+
+[vm0]
+cpu =
+    model=host,number=8,cpupin=5 6 7 8 9 10 11 12 ;
+disk =
+    file=/home/image/fedora23-ok.img;
+login =
+    user=root,password=tester;
+# net option is not necessary for libvirt, comment out below 2 lines if using libvirt
+net = 
+   type=nic,opt_vlan=0;
+   type=user,opt_vlan=0; 
+# monitor option is not supported by libvirt yet, comment out below 2 lines if using libvirt
+monitor = 
+    port=;
+# vnc option is not supported by libvirt yet, comment out below 2 lines if using libvirt
+vnc = 
+    displayNum=1;
+# daemon option is not supported by libvirt yet, comment out below 2 lines if using libvirt
+daemon =
+    enable=yes;
diff --git a/test_plans/index.rst b/test_plans/index.rst
index 2ac4850d..e6646bb5 100644
--- a/test_plans/index.rst
+++ b/test_plans/index.rst
@@ -205,6 +205,8 @@  The following are the test plans for the DPDK DTS automated test system.
     vf_l3fwd_lpm_ipv4_rfc2544_kernelpf_test_plan
     vf_l3fwd_lpm_ipv6_kernelpf_test_plan
     kernelpf_iavf_test_plan
+    kernelpf_vf_test_plan
+    ice_kernelpf_dcf_test_plan
     vhost_multi_queue_qemu_test_plan
     vhost_qemu_mtu_test_plan
     vhost_user_live_migration_test_plan