Files
libiscsi/tests/test_9035_startstopunit_removable.sh
2016-10-09 14:38:33 -07:00

19 lines
370 B
Bash
Executable File

#!/bin/sh
. ./functions.sh
echo "iscsi-test-cu StartStopUnit test for removable media"
start_target
create_disk_lun 1 100M
set_lun_removable 1
echo -n "SCSI.StartStopUnit ... "
../test-tool/iscsi-test-cu -i ${IQNINITIATOR} iscsi://${TGTPORTAL}/${IQNTARGET}/1 -t SCSI.StartStopUnit --dataloss > /dev/null || failure
success
shutdown_target
delete_disk_lun 1
exit 0