Message ID | 20220624033337.2831011-1-weix.ling@intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [V1] conf/vhost_pmd_xstats: delete unused testsuite config file | expand |
Context | Check | Description |
---|---|---|
ci/Intel-dts-suite-test | warning | SKIPPED |
> -----Original Message----- > From: Wei Ling <weix.ling@intel.com> > Sent: Friday, June 24, 2022 11:34 AM > To: dts@dpdk.org > Cc: Ling, WeiX <weix.ling@intel.com> > Subject: [dts][PATCH V1] conf/vhost_pmd_xstats: delete unused testsuite config > file > > Delete unused testsuite config file as this testsuite no need to use this config file. > > Signed-off-by: Wei Ling <weix.ling@intel.com> > --- Tested-by: Chenyu Huang <chenyux.huang@intel.com>
> -----Original Message----- > From: Wei Ling <weix.ling@intel.com> > Sent: Friday, June 24, 2022 11:34 AM > To: dts@dpdk.org > Cc: Ling, WeiX <weix.ling@intel.com> > Subject: [dts][PATCH V1] conf/vhost_pmd_xstats: delete unused testsuite > config file > > Delete unused testsuite config file as this testsuite no need to use this config > file. > > Signed-off-by: Wei Ling <weix.ling@intel.com> > --- Acked-by: Xingguang He<xingguang.he@intel.com>
On Thu, 23 Jun 2022 23:33:37 -0400, Wei Ling <weix.ling@intel.com> wrote: > Delete unused testsuite config file as this testsuite no need to use > this config file. > > Signed-off-by: Wei Ling <weix.ling@intel.com> Applied, thanks
diff --git a/conf/vhost_pmd_xstats.cfg b/conf/vhost_pmd_xstats.cfg deleted file mode 100644 index 131cfd34..00000000 --- a/conf/vhost_pmd_xstats.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# vm configuration for vhost sample case -[vm0] -cpu = - model=host,number=2,cpupin=24 25 26 27; -mem = - size=16384; -disk = - file=/root/img/fedora23-2.img; -login = - user=root,password=tester; -vnc = - displayNum=5; -daemon = - enable=yes;
Delete unused testsuite config file as this testsuite no need to use this config file. Signed-off-by: Wei Ling <weix.ling@intel.com> --- conf/vhost_pmd_xstats.cfg | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 conf/vhost_pmd_xstats.cfg