test/TEST-30-ISCSI: depend on tgtd and tgtadm
the testsuite now needs tgtd and tgtadm and not iscsi-targetmaster
parent
a84c391b87
commit
dba974844e
|
@ -138,8 +138,8 @@ test_run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
test_setup() {
|
test_setup() {
|
||||||
if [ ! -x /usr/sbin/iscsi-target ]; then
|
if ! command -v tgtd &>/dev/null || ! command -v tgtadm &>/dev/null; then
|
||||||
echo "Need iscsi-target from netbsd-iscsi"
|
echo "Need tgtd and tgtadm from scsi-target-utils"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue