summaryrefslogtreecommitdiff
path: root/testenv/kvmd.yaml
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-02-15 07:20:26 +0300
committerDevaev Maxim <[email protected]>2019-02-15 07:20:26 +0300
commit7d79f48fd87083ffe38158fc456cad4737ab0242 (patch)
tree22e48f8102068e13b4680a34d0e97b7d624abfd2 /testenv/kvmd.yaml
parentcdddf10b5d2e4a87d8a4276e197e828f89e12be5 (diff)
big config refactoring
Diffstat (limited to 'testenv/kvmd.yaml')
-rw-r--r--testenv/kvmd.yaml22
1 files changed, 9 insertions, 13 deletions
diff --git a/testenv/kvmd.yaml b/testenv/kvmd.yaml
index d60a9eb8..994d1c0b 100644
--- a/testenv/kvmd.yaml
+++ b/testenv/kvmd.yaml
@@ -4,28 +4,24 @@ kvmd:
port: 8081
hid:
- pinout:
- reset: 4
+ reset_pin: 4
device: /dev/ttyS10
noop: true
atx:
- pinout:
- power_led: 24
- hdd_led: 22
- power_switch: 23
- reset_switch: 27
+ power_led_pin: 24
+ hdd_led_pin: 22
+ power_switch_pin: 23
+ reset_switch_pin: 27
msd:
- pinout:
- target: 12
- reset: 13
+ target_pin: 12
+ reset_pin: 13
device: /dev/kvmd-msd
streamer:
- pinout:
- cap: 17
- conv: 18
+ cap_pin: 17
+ conv_pin: 18
init_restart_after: 1
host: 127.0.0.1
port: 8082