summaryrefslogtreecommitdiff
path: root/testenv/v2-hdmi-rpi4.override.yaml
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-11-10 01:08:02 +0300
committerDevaev Maxim <[email protected]>2019-11-10 01:09:33 +0300
commitb7d4c7abe6c4aa37a925ee7bd9dd3fc9b40aae8d (patch)
treea265d127d1aff28fcb3aa83abb6a08ae2dde0dc1 /testenv/v2-hdmi-rpi4.override.yaml
parent94d5eb9451bd32dc2239647baee3bfa36c4265d8 (diff)
default test platform = v2-hdmi-rpi4
Diffstat (limited to 'testenv/v2-hdmi-rpi4.override.yaml')
-rw-r--r--testenv/v2-hdmi-rpi4.override.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml
new file mode 100644
index 00000000..a205d666
--- /dev/null
+++ b/testenv/v2-hdmi-rpi4.override.yaml
@@ -0,0 +1,32 @@
+kvmd:
+ server:
+ unix_mode: 0666
+
+ hid:
+ keyboard:
+ device: /dev/null
+ mouse:
+ device: /dev/null
+ noop: true
+
+ msd:
+ remount_cmd: /bin/true
+ unlock_cmd: /bin/true
+ sysfs_prefix: /fake_sysfs
+
+ streamer:
+ desired_fps: 30
+ max_fps: 40
+ cmd:
+ - "/usr/bin/ustreamer"
+ - "--device=/dev/kvmd-video"
+ - "--quality={quality}"
+ - "--desired-fps={desired_fps}"
+ - "--resolution=800x600"
+ - "--last-as-blank=0"
+ - "--unix={unix}"
+ - "--unix-rm"
+ - "--unix-mode=0666"
+ - "--exit-on-parent-death"
+ - "--process-name-prefix={process_name_prefix}"
+ - "--no-log-colors"