return 0;
}
protected final void testUnit() throws SCSIException, TimeoutException, InterruptedException {
log.info("*** Test unit ready ***");
int res = this.executeCommand(new CDBTestUnitReady(), null, 0, 50000);
log.debug("*** result : 0x" + NumberUtils.hex(res) + " ***");
}