diff options
author | Devaev Maxim <[email protected]> | 2019-09-11 06:28:04 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-09-11 06:28:04 +0300 |
commit | e17889ba426a167804796a830043e59e1941972f (patch) | |
tree | 82662396ba0d4de24a7dede7ac9d667b23bba9de /testenv | |
parent | 447904e46804f27ee0b3b8efdd39dd2d441fc1f6 (diff) |
plugin hid
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/main.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testenv/main.yaml b/testenv/main.yaml index 4ff88d94..6c6c9bbd 100644 --- a/testenv/main.yaml +++ b/testenv/main.yaml @@ -7,9 +7,11 @@ kvmd: auth: !include auth.yaml hid: - reset_pin: 4 - device: /dev/ttyS10 - noop: true + type: tty + params: + reset_pin: 4 + device: /dev/ttyS10 + noop: true atx: power_led_pin: 24 |