test suite reviews and discussions
 help / color / mirror / Atom feed
* [PATCH] remove conf/vf_etag.cfg
@ 2022-03-12  9:35 Lijuan Tu
  2022-03-15  2:43 ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: Lijuan Tu @ 2022-03-12  9:35 UTC (permalink / raw)
  To: dts; +Cc: Lijuan Tu

Fixes bac6ae3f36f4 ("tests/etag: remove testsuite")

Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
---
 conf/vf_etag.cfg | 101 -----------------------------------------------
 1 file changed, 101 deletions(-)
 delete mode 100644 conf/vf_etag.cfg

diff --git a/conf/vf_etag.cfg b/conf/vf_etag.cfg
deleted file mode 100644
index 70c8ed59..00000000
--- a/conf/vf_etag.cfg
+++ /dev/null
@@ -1,101 +0,0 @@
-# QEMU options
-# name
-#       name: vm0
-#
-# enable_kvm
-#       enable: [yes | no]
-#
-# cpu
-#       model: [host | core2duo | ...]
-#           usage:
-#               choose model value from the command
-#                   qemu-system-x86_64 -cpu help
-#       number: '4' #number of vcpus
-#       cpupin: '3 4 5 6' # host cpu list
-#
-# mem
-#       size: 1024
-#
-# disk
-#       file: /path/to/image/test.img
-#
-# net
-#        type: [nic | user | tap | bridge | ...]
-#           nic
-#               opt_vlan: 0
-#                   note: Default is 0.
-#               opt_macaddr: 00:00:00:00:01:01
-#                   note: if creating a nic, it`s better to specify a MAC,
-#                         else it will get a random number.
-#               opt_model:["e1000" | "virtio" | "i82551" | ...]
-#                   note: Default is e1000.
-#               opt_name: 'nic1'
-#               opt_addr: ''
-#                   note: PCI cards only.
-#               opt_vectors:
-#                   note: This option currently only affects virtio cards.
-#           user
-#               opt_vlan: 0
-#                   note: default is 0.
-#               opt_hostfwd: [tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport
-#                   note: If not specified, it will be setted automatically.
-#           tap
-#               opt_vlan: 0
-#                   note: default is 0.
-#               opt_br: br0
-#                   note: if choosing tap, need to specify bridge name,
-#                         else it will be br0.
-#               opt_script: QEMU_IFUP_PATH
-#                   note: if not specified, default is self.QEMU_IFUP_PATH.
-#               opt_downscript: QEMU_IFDOWN_PATH
-#                   note: if not specified, default is self.QEMU_IFDOWN_PATH.
-#
-# device
-#       driver: [pci-assign | virtio-net-pci | ...]
-#           pci-assign
-#               prop_host: 08:00.0
-#               prop_addr: 00:00:00:00:01:02
-#           virtio-net-pci
-#               prop_netdev: mynet1
-#               prop_id: net1
-#               prop_mac: 00:00:00:00:01:03
-#               prop_bus: pci.0
-#               prop_addr: 0x3
-#
-# monitor
-#       port: 6061   
-#           note: if adding monitor to vm, need to specify
-#                 this port, else it will get a free port
-#                 on the host machine.
-#
-# serial_port
-#       enable: [yes | no]
-#
-# vnc
-#       displayNum: 1
-#           note: you can choose a number not used on the host.
-#
-# daemon
-#       enable: 'yes'
-#           note:
-#               By default VM will start with the daemonize status.
-#               Not support starting it on the stdin now.
-
-# vm configuration for pmd sriov case
-[vm0]
-cpu =
-    model=host,number=4,cpupin=4,5,6,7;
-disk =
-    file=/home/image/vdisk01-sriov-fc20.img;
-login =
-    user=root,password=tester;
-net = 
-   type=nic,opt_vlan=0;
-   type=user,opt_vlan=0; 
-monitor = 
-    port=;
-vnc = 
-    displayNum=1;
-daemon =
-    enable=yes;
-
-- 
2.25.1


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

* RE: [PATCH] remove conf/vf_etag.cfg
  2022-03-12  9:35 [PATCH] remove conf/vf_etag.cfg Lijuan Tu
@ 2022-03-15  2:43 ` Tu, Lijuan
  0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2022-03-15  2:43 UTC (permalink / raw)
  To: dts

> -----Original Message-----
> From: Tu, Lijuan <lijuan.tu@intel.com>
> Sent: 2022年3月12日 17:35
> To: dts@dpdk.org
> Cc: Tu, Lijuan <lijuan.tu@intel.com>
> Subject: [PATCH] remove conf/vf_etag.cfg
> 
> Fixes bac6ae3f36f4 ("tests/etag: remove testsuite")
> 
> Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>

Applied, thanks

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

* [PATCH] remove conf/vf_etag.cfg
@ 2022-03-15  1:53 lijuan.tu
  0 siblings, 0 replies; 3+ messages in thread
From: lijuan.tu @ 2022-03-15  1:53 UTC (permalink / raw)
  To: dts

Lijuan Tu <lijuan.tu@intel.com>
Cc: Lijuan Tu <lijuan.tu@intel.com>
In-Reply-To: <20220312093515.1322426-1-lijuan.tu@intel.com>

On Sat, 12 Mar 2022 17:35:15 +0800, Lijuan Tu <lijuan.tu@intel.com> wrote:
> Fixes bac6ae3f36f4 ("tests/etag: remove testsuite")
> 
> Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
> 

Applied, thanks

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

end of thread, other threads:[~2022-03-15  2:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12  9:35 [PATCH] remove conf/vf_etag.cfg Lijuan Tu
2022-03-15  2:43 ` Tu, Lijuan
2022-03-15  1:53 lijuan.tu

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).