diff options
Diffstat (limited to 'testenv/v2-hdmi-rpi4.override.yaml')
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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" |