diff options
author | Maxim Devaev <[email protected]> | 2022-06-15 02:43:14 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-06-15 15:58:29 +0300 |
commit | 53e64fe1518d7dd8d53c6e04846cee1601c2c754 (patch) | |
tree | 41b0e86645293a99f9b20e32a9209c1bc2b1bd81 /testenv | |
parent | 88c7796551010faf30e7f7f843432af919ea7ce0 (diff) |
pst server
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 | ||||
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 3 | ||||
-rw-r--r-- | testenv/v2-hdmiusb-rpi4.override.yaml | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index d8122fae..36d0fb3a 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -98,6 +98,7 @@ RUN git clone https://github.com/pikvm/ustreamer \ RUN mkdir -p \ /etc/kvmd/{nginx,vnc} \ /var/lib/kvmd/msd/{images,meta} \ + /var/lib/kvmd/pst/data \ /opt/vc/bin COPY testenv/fakes/vcgencmd /opt/vc/bin/ diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index 2625f081..adb67907 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -121,6 +121,9 @@ kvmd: - ["#Cmd #1:", "cmd1|confirm|Run 'sleep 5'"] - ["#Cmd #2:", "cmd2|Run 'ls -l'"] +pst: + remount_cmd: /bin/true + vnc: keymap: /usr/share/kvmd/keymaps/ru diff --git a/testenv/v2-hdmiusb-rpi4.override.yaml b/testenv/v2-hdmiusb-rpi4.override.yaml index 958bfd34..f1d57089 100644 --- a/testenv/v2-hdmiusb-rpi4.override.yaml +++ b/testenv/v2-hdmiusb-rpi4.override.yaml @@ -33,6 +33,9 @@ kvmd: - "--notify-parent" - "--no-log-colors" +pst: + remount_cmd: /bin/true + vnc: keymap: /usr/share/kvmd/keymaps/ru |