mbox

[V1,0/4] add vhost_dsa testplan and testsuite

Message ID 20221223031140.753299-1-weix.ling@intel.com (mailing list archive)
Headers

Message

Ling, WeiX Dec. 23, 2022, 3:11 a.m. UTC
  Add vhost_dsa testplan, testsuite and config file to test the PVP
topo with split ring and packed ring all path with DSA dirver.

Wei Ling (4):
  test_plans/index: add vhost_dsa_test_plan
  test_plans/vhost_dsa_test_plan: add new testplan
  tests/vhost_dsa: add new testsuite
  conf/vhost_dsa: add vhost_dsa testsuite config file

 conf/vhost_dsa.cfg                 |  150 ++
 test_plans/index.rst               |    1 +
 test_plans/vhost_dsa_test_plan.rst | 1259 +++++++++++++++
 tests/TestSuite_vhost_dsa.py       | 2326 ++++++++++++++++++++++++++++
 4 files changed, 3736 insertions(+)
 create mode 100644 conf/vhost_dsa.cfg
 create mode 100644 test_plans/vhost_dsa_test_plan.rst
 create mode 100644 tests/TestSuite_vhost_dsa.py