The iscsiuio socket/service is only needed on specific hardware. It is
not needed for the ISCSI and ISCSI-MULTI test cases. Without this check
the tests will succeed on Debian and Ubuntu.
Fixes: https://github.com/dracut-ng/dracut-ng/issues/446
- "70"
- "71"
- "72"
- exclude:
- # https://github.com/dracut-ng/dracut-ng/issues/446
- - container: debian:sid
- test: "70"
- # https://github.com/dracut-ng/dracut-ng/issues/446
- - container: debian:sid
- test: "71"
container:
image: ghcr.io/dracut-ng/${{ matrix.container }}-amd
options: '--device=/dev/kvm'
matrix:
container:
- arch:latest
+ - debian:latest
- opensuse:latest
+ - ubuntu:devel
test:
- "70"
- "71"
- "72"
+ exclude:
+ # https://github.com/dracut-ng/dracut-ng/issues/1815
+ - container: ubuntu:devel
+ test: "72"
container:
image: ghcr.io/dracut-ng/${{ matrix.container }}-amd
options: '--device=/dev/kvm'
echo "Need tgtd and tgtadm from scsi-target-utils"
return 1
fi
- if ! [ -f /lib/systemd/system/iscsiuio.socket ]; then
- echo "Need iscsiuio.socket to run this test"
- return 1
- fi
}
test_setup() {
echo "Need tgtd and tgtadm from scsi-target-utils"
return 1
fi
- if ! [ -f /lib/systemd/system/iscsiuio.socket ]; then
- echo "Need iscsiuio.socket to run this test"
- return 1
- fi
}
test_setup() {