diff options
author | Devaev Maxim <[email protected]> | 2019-02-16 21:16:53 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-02-16 21:16:53 +0300 |
commit | 303715ee613fca518644df63c10be3c06d4bfa72 (patch) | |
tree | 05fa4600ba5873827e0d2871f6e6c2a702f7472d /testenv/main.yaml | |
parent | 7d79f48fd87083ffe38158fc456cad4737ab0242 (diff) |
os configs
Diffstat (limited to 'testenv/main.yaml')
-rw-r--r-- | testenv/main.yaml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testenv/main.yaml b/testenv/main.yaml new file mode 100644 index 00000000..994d1c0b --- /dev/null +++ b/testenv/main.yaml @@ -0,0 +1,38 @@ +kvmd: + server: + host: 0.0.0.0 + port: 8081 + + hid: + reset_pin: 4 + device: /dev/ttyS10 + noop: true + + atx: + power_led_pin: 24 + hdd_led_pin: 22 + power_switch_pin: 23 + reset_switch_pin: 27 + + msd: + target_pin: 12 + reset_pin: 13 + device: /dev/kvmd-msd + + streamer: + cap_pin: 17 + conv_pin: 18 + init_restart_after: 1 + host: 127.0.0.1 + port: 8082 + cmd: + - "/usr/bin/ustreamer" + - "--device=/dev/kvmd-video" + - "--quality={quality}" + - "--desired-fps={desired_fps}" + - "--width=800" + - "--height=600" + - "--host=0.0.0.0" + - "--port={port}" + +logging: !include logging.yaml |