mbox series

[V1,0/3] add test suite cvl_limit_value_test

Message ID 20201104102528.6880-1-qinx.sun@intel.com (mailing list archive)
Headers
Series add test suite cvl_limit_value_test |

Message

Sun, QinX Nov. 4, 2020, 10:25 a.m. UTC
  These 8 cases take a long time to run, so split them from 3 already existed
 
suites (iavf_fdir, cvl_fdir, cvl_dcf_switch_filter) and make them as a new test suite

sunqin (3):
  test_plans/cvl_limit_value_test: add test plan
  tests/cvl_limit_value_test: add cvl_limit test suite
  conf/cvl_limit_value_test: add config file for new test suite

 conf/cvl_limit_value_test.cfg                 |   5 +
 test_plans/cvl_limit_value_test_test_plan.rst | 594 ++++++++++++
 tests/TestSuite_cvl_limit_value_test.py       | 917 ++++++++++++++++++
 3 files changed, 1516 insertions(+)
 create mode 100644 conf/cvl_limit_value_test.cfg
 create mode 100644 test_plans/cvl_limit_value_test_test_plan.rst
 create mode 100644 tests/TestSuite_cvl_limit_value_test.py
  

Comments

Peng, Yuan Nov. 4, 2020, 5:37 a.m. UTC | #1
Acked-by Peng, Yuan <yuan.peng@intel.com>


-----Original Message-----
From: dts <dts-bounces@dpdk.org> On Behalf Of sunqin
Sent: Wednesday, November 4, 2020 6:25 PM
To: dts@dpdk.org
Cc: Sun, QinX <qinx.sun@intel.com>
Subject: [dts] [PATCH V1 0/3] add test suite cvl_limit_value_test

These 8 cases take a long time to run, so split them from 3 already existed
 
suites (iavf_fdir, cvl_fdir, cvl_dcf_switch_filter) and make them as a new test suite

sunqin (3):
  test_plans/cvl_limit_value_test: add test plan
  tests/cvl_limit_value_test: add cvl_limit test suite
  conf/cvl_limit_value_test: add config file for new test suite

 conf/cvl_limit_value_test.cfg                 |   5 +
 test_plans/cvl_limit_value_test_test_plan.rst | 594 ++++++++++++
 tests/TestSuite_cvl_limit_value_test.py       | 917 ++++++++++++++++++
 3 files changed, 1516 insertions(+)
 create mode 100644 conf/cvl_limit_value_test.cfg  create mode 100644 test_plans/cvl_limit_value_test_test_plan.rst
 create mode 100644 tests/TestSuite_cvl_limit_value_test.py

--
2.17.1
  
Sun, QinX Nov. 4, 2020, 7:14 a.m. UTC | #2
Tested-by: Sun, QinX <qinx.sun@intel.com>
 
Regards,
Sun Qin

> -----Original Message-----
> From: sunqin <qinx.sun@intel.com>
> Sent: Wednesday, November 4, 2020 6:25 PM
> To: dts@dpdk.org
> Cc: Sun, QinX <qinx.sun@intel.com>
> Subject: [dts] [PATCH V1 0/3] add test suite cvl_limit_value_test
  
Tu, Lijuan Nov. 11, 2020, 3:18 a.m. UTC | #3
> 
> These 8 cases take a long time to run, so split them from 3 already existed
> 
> suites (iavf_fdir, cvl_fdir, cvl_dcf_switch_filter) and make them as a new test
> suite
> 
> sunqin (3):
>   test_plans/cvl_limit_value_test: add test plan
>   tests/cvl_limit_value_test: add cvl_limit test suite
>   conf/cvl_limit_value_test: add config file for new test suite
> 
>  conf/cvl_limit_value_test.cfg                 |   5 +
>  test_plans/cvl_limit_value_test_test_plan.rst | 594 ++++++++++++
>  tests/TestSuite_cvl_limit_value_test.py       | 917 ++++++++++++++++++
>  3 files changed, 1516 insertions(+)
>  create mode 100644 conf/cvl_limit_value_test.cfg  create mode 100644
> test_plans/cvl_limit_value_test_test_plan.rst
>  create mode 100644 tests/TestSuite_cvl_limit_value_test.py
> 

Applied, thanks