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

Device Only Power Control #21

Open barbourshop opened 3 months ago

barbourshop commented 3 months ago

Goal: To create a device only power control module

This would mean the user would list the device's power switch in the racks' config as "device only"(or similar name, TBC) and then when the self.reboot of test controller is called shutdown -r would be written into the device console. Since this method would require access to the devices console, the powerOn and powerOff methods of this powerModule would need to be bypassed.

Acceptance Criteria: