Lines Matching full:allow
34 atf_test_case allow cleanup
37 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL will prevent a CD from being ejected"
51 atf_check sg_prevent --allow /dev/$dev
64 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL is idempotent when run from the same initiator"
73 atf_check sg_prevent --allow /dev/$dev
74 atf_check sg_prevent --allow /dev/$dev
77 # Even though we ran --allow twice, a single --prevent command should
78 # suffice to prevent ejecting. Multiple ALLOW/PREVENT commands from
90 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL may not be used on non-removable media"
109 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL will prevent a CD from being ejected"
131 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL is idempotent when run from the same initiator"
142 atf_check sg_prevent --allow /dev/$dev
144 # Even though we ran prevent idempotent and allow only once, eject
156 atf_add_test_case allow