mbox series

[V1,0/3] add rx_timestamp_perf test suite

Message ID 20220816090445.1752311-1-yingyax.han@intel.com (mailing list archive)
Headers
Series add rx_timestamp_perf test suite |

Message

Yingya Han Aug. 16, 2022, 9:04 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/rx_timestamp_perf_test_plan.rst | 180 +++++++++
 tests/TestSuite_rx_timestamp_perf.py       | 416 +++++++++++++++++++++
 3 files changed, 607 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