We dont need to call inq so often from the tests if we read the standard page once before the tests begin
Dont call READCAPACITY from every single test. Remove two arguments from the test signatures and turn them into globals. remove the ret++ silliness. Tests return 0 : all ok, -2, skipped or -1 : test failed
Implement a test similar to the SSU flags tests from the Microsoft scsi compliance test suite.