rdkcentral / python_raft

RAFT is a Python based testing framework for writing engineering tests. It provides a modular, config driven, low level testing framework
Apache License 2.0
2 stars 0 forks source link

Re-implement S20Control power module #53

Open TB-1993 opened 2 months ago

TB-1993 commented 2 months ago

Goal: Re-implement the S20 power control module that was removed.

The S20Control powerModule was removed as part of #52. This needs reimplementing in an Apache compliant way. The easiest way to do this is to use the S20Control library provided here https://github.com/glenpp/OrviboS20/tree/master as a pip dependency and wrap it with our own implementation for the RAFT module.

Acceptance criteria: