mbox

[RFC,v1,0/2] merge DTS testcase files to DPDK

Message ID 20220406152648.2916866-1-juraj.linkes@pantheon.tech (mailing list archive)
Headers

Message

Juraj Linkeš April 6, 2022, 3:26 p.m. UTC
  DTS testcases with their testplans and configuration.

Outstanding items:
Create util and data subdirectories under tests/ and move
testsuite related files into them to better organize DTS:
Python libraries from framework/ which are only used by testcases.
Files from dep/ which are used only by testcases.

Starting out with just one testsuite and planning on adding more.

Juraj Linkeš (2):
  dts: merge DTS test_plans/pf_smoke_test_plan.rst to DPDK
  dts: merge DTS tests/TestSuite_pf_smoke.py to DPDK

 dts/test_plans/pf_smoke_test_plan.rst | 165 +++++++++++++++++++++++++
 dts/tests/TestSuite_pf_smoke.py       | 170 ++++++++++++++++++++++++++
 2 files changed, 335 insertions(+)
 create mode 100644 dts/test_plans/pf_smoke_test_plan.rst
 create mode 100644 dts/tests/TestSuite_pf_smoke.py