File: test_autopkg.py

package info (click to toggle)
labgrid 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,068 kB
  • sloc: python: 14,999; makefile: 30; sh: 9
file content (4 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (2)
1
2
3
4
def test_power(target):
    p = target.get_driver('ManualPowerDriver')
    target.activate(p)
    p.on()