diff options
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 |