diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 | ||||
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 4 | ||||
-rw-r--r-- | testenv/v2-hdmiusb-rpi4.override.yaml | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index f516eb95..5e8b2a79 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -27,6 +27,7 @@ RUN pacman -Syu --noconfirm \ python-pyserial \ python-setproctitle \ python-psutil \ + python-netifaces \ python-systemd \ python-dbus \ python-pygments \ diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index 76ec3bbd..a298af0b 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -110,3 +110,7 @@ otgnet: - "/bin/true" pre_stop_cmd: - "/bin/true" + +janus: + cmd: + - "/bin/true" diff --git a/testenv/v2-hdmiusb-rpi4.override.yaml b/testenv/v2-hdmiusb-rpi4.override.yaml index 03cb1e02..00315bb7 100644 --- a/testenv/v2-hdmiusb-rpi4.override.yaml +++ b/testenv/v2-hdmiusb-rpi4.override.yaml @@ -47,3 +47,7 @@ otgnet: - "/bin/true" pre_stop_cmd: - "/bin/true" + +janus: + cmd: + - "/bin/true" |