mbox

[V2,0/3] add rx_timestamp_perf test suite

Message ID 20220824074237.578167-1-yingyax.han@intel.com (mailing list archive)
Headers

Message

Yingya Han Aug. 24, 2022, 7:42 a.m. UTC
  add rx_timestamp_perf test suite

Yingya Han (3):
  add rx_timestamp_perf test plan
  add rx_timestamp_perf configuration file
  add rx_timestamp_perf test script

 conf/rx_timestamp_perf.cfg                 |  11 +
 test_plans/index.rst                       |   1 +
 test_plans/rx_timestamp_perf_test_plan.rst | 180 +++++++++
 tests/TestSuite_rx_timestamp_perf.py       | 418 +++++++++++++++++++++
 4 files changed, 610 insertions(+)
 create mode 100644 conf/rx_timestamp_perf.cfg
 create mode 100644 test_plans/rx_timestamp_perf_test_plan.rst
 create mode 100644 tests/TestSuite_rx_timestamp_perf.py