diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/linters/vulture-wl.py | 3 | ||||
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 7 | ||||
-rw-r--r-- | testenv/v2-hdmiusb-rpi4.override.yaml | 8 |
3 files changed, 17 insertions, 1 deletions
diff --git a/testenv/linters/vulture-wl.py b/testenv/linters/vulture-wl.py index 62338131..608f0aab 100644 --- a/testenv/linters/vulture-wl.py +++ b/testenv/linters/vulture-wl.py @@ -31,4 +31,7 @@ _KeyMapping.x11_keys _SharedParams.width _SharedParams.height +_Netcfg.net_ip +_Netcfg.net_mask + _ScriptWriter.get_args diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index 348f3c50..c848eb44 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -91,3 +91,10 @@ vnc: auth: vncauth: enabled: true + +otgnet: + commands: + post_start_cmd: + - "/bin/true" + pre_stop_cmd: + - "/bin/true" diff --git a/testenv/v2-hdmiusb-rpi4.override.yaml b/testenv/v2-hdmiusb-rpi4.override.yaml index 60442fae..6cfd5a96 100644 --- a/testenv/v2-hdmiusb-rpi4.override.yaml +++ b/testenv/v2-hdmiusb-rpi4.override.yaml @@ -31,10 +31,16 @@ kvmd: - "--notify-parent" - "--no-log-colors" - vnc: keymap: /usr/share/kvmd/keymaps/ru auth: vncauth: enabled: true + +otgnet: + commands: + post_start_cmd: + - "/bin/true" + pre_stop_cmd: + - "/bin/true" |