-
- Downloads
Changed the Drive classes layout:
Tape::Drive is now a container, taking care of allocating the proper type of drive depending on the device information. Tape::DriveGeneric is the old parent class. It is now a pure virtual for lack of the non-common functions. The tests (unit and system) have been adapated. The system test environement now has a vide sampler of drive types (LTO from IBM and HP, 3592 from IBM in 3 flavors and T10K A, B and C from Oracle). The complete list of flavors is in usr/vtltape.c in mhvtl sources.
Showing
- Drive/Drive.cc 25 additions, 25 deletionsDrive/Drive.cc
- Drive/Drive.hh 37 additions, 12 deletionsDrive/Drive.hh
- Drive/DriveTest.cc 42 additions, 27 deletionsDrive/DriveTest.cc
- Drive/TapeDriveReadWriteTest.cc 56 additions, 61 deletionsDrive/TapeDriveReadWriteTest.cc
- SCSI/Device.cc 21 additions, 0 deletionsSCSI/Device.cc
- SCSI/Device.hh 6 additions, 2 deletionsSCSI/Device.hh
- SCSI/DeviceTest.cc 3 additions, 3 deletionsSCSI/DeviceTest.cc
- System/Wrapper.cc 22 additions, 1 deletionSystem/Wrapper.cc
- test/SystemTest/device.conf 30 additions, 14 deletionstest/SystemTest/device.conf
- test/SystemTest/library_contents.10 3 additions, 0 deletionstest/SystemTest/library_contents.10
- test/SystemTest/library_contents.30 1 addition, 1 deletiontest/SystemTest/library_contents.30
- test/SystemTest/tape-server-system-test.sh 3 additions, 4 deletionstest/SystemTest/tape-server-system-test.sh
Loading
Please register or sign in to comment