diff --git a/Makefile b/Makefile index 06af1636..35965b67 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ TESTENV_IMAGE ?= kvmd-testenv TESTENV_HID ?= /dev/ttyS10 TESTENV_VIDEO ?= /dev/video0 TESTENV_GPIO ?= /dev/gpiochip0 -TESTENV_RELAY ?= $(if $(shell ls /dev/hidraw0 2>/dev/null || true),/dev/hidraw0,) +TESTENV_RELAY ?= +#TESTENV_RELAY ?= $(if $(shell ls /dev/hidraw0 2>/dev/null || true),/dev/hidraw0,) LIBGPIOD_VERSION ?= 1.6.3 diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index 5de7f63c..138c6eec 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -45,9 +45,9 @@ kvmd: __v4_locator__: type: locator device: /dev/kvmd-gpio - relay: - type: hidrelay - device: /dev/hidraw0 +# relay: +# type: hidrelay +# device: /dev/hidraw0 cmd1: type: cmd cmd: [/bin/sleep, 5] @@ -94,20 +94,20 @@ kvmd: mode: output switch: false - relay1: - pin: 0 - mode: output - initial: null - driver: relay - - relay2: - pin: 1 - mode: output - initial: null - driver: relay - pulse: - delay: 2 - max_delay: 5 +# relay1: +# pin: 0 +# mode: output +# initial: null +# driver: relay +# +# relay2: +# pin: 1 +# mode: output +# initial: null +# driver: relay +# pulse: +# delay: 2 +# max_delay: 5 cmd1: pin: 0