mbox

[v3,0/2] add new power_intel_uncore testsuite

Message ID 20230524133032.132392-1-tadhg.kearney@intel.com (mailing list archive)
Headers

Message

Tadhg Kearney May 24, 2023, 1:30 p.m. UTC
  Automated tests added to test intel uncore API enabled through l3fwd-power. Also adding test plan.

Tadhg Kearney (2):
  tests/power_intel_uncore: add new power_intel_uncore test suite
  test_plans/power_intel_uncore: add test_plan for newly added test
    suite

 test_plans/index.rst                        |   1 +
 test_plans/power_intel_uncore_test_plan.rst | 126 +++++++++
 tests/TestSuite_power_intel_uncore.py       | 294 ++++++++++++++++++++
 3 files changed, 421 insertions(+)
 create mode 100644 test_plans/power_intel_uncore_test_plan.rst
 create mode 100644 tests/TestSuite_power_intel_uncore.py