mbox series

[V1,0/3] add vf single core perf test suite

Message ID 20201111062701.36217-1-yingyax.han@intel.com (mailing list archive)
Headers
Series add vf single core perf test suite |

Message

Yingya Han Nov. 11, 2020, 6:26 a.m. UTC
  hanyingya (3):
  test_plans: add vf single core test plan
  conf: add vf single core configuration file
  tests: add vf single core test script

 conf/vf_single_core_perf.cfg                 |  64 +++
 test_plans/vf_single_core_perf_test_plan.rst | 122 ++++++
 tests/TestSuite_vf_single_core_perf.py       | 399 +++++++++++++++++++
 3 files changed, 585 insertions(+)
 create mode 100644 conf/vf_single_core_perf.cfg
 create mode 100644 test_plans/vf_single_core_perf_test_plan.rst
 create mode 100644 tests/TestSuite_vf_single_core_perf.py
  

Comments

Tu, Lijuan Nov. 11, 2020, 6:42 a.m. UTC | #1
> hanyingya (3):
>   test_plans: add vf single core test plan
>   conf: add vf single core configuration file
>   tests: add vf single core test script
> 
>  conf/vf_single_core_perf.cfg                 |  64 +++
>  test_plans/vf_single_core_perf_test_plan.rst | 122 ++++++
>  tests/TestSuite_vf_single_core_perf.py       | 399 +++++++++++++++++++
>  3 files changed, 585 insertions(+)
>  create mode 100644 conf/vf_single_core_perf.cfg  create mode 100644
> test_plans/vf_single_core_perf_test_plan.rst
>  create mode 100644 tests/TestSuite_vf_single_core_perf.py
> 

Applied