File: test_sdmux.py

package info (click to toggle)
labgrid 0.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,232 kB
  • sloc: python: 17,045; makefile: 30; sh: 12
file content (4 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
1
2
3
4
def test_stick_plugin(target):
    sdmux = target.get_driver('USBSDMuxDriver')
    sdmux.set_mode('dut')
    sdmux.set_mode('host')