mirror of
https://github.com/iustin/mt-st.git
synced 2026-01-06 12:06:22 +00:00
Add a few more stinit parsing tests
This commit is contained in:
6
tests/data/bad-definition.data
Normal file
6
tests/data/bad-definition.data
Normal file
@@ -0,0 +1,6 @@
|
||||
# A non-compressing DAT (DDS-1)
|
||||
# The manufacturer, model, and revision strings can be obtained,
|
||||
# from the file /proc/scsi/scsi (cat /proc/scsi/scsi).
|
||||
manufacturer=XYZ model = "UVW1" {
|
||||
mode1 blocksize=
|
||||
}
|
||||
4
tests/data/incomplete-block.data
Normal file
4
tests/data/incomplete-block.data
Normal file
@@ -0,0 +1,4 @@
|
||||
# A non-compressing DAT (DDS-1)
|
||||
# The manufacturer, model, and revision strings can be obtained,
|
||||
# from the file /proc/scsi/scsi (cat /proc/scsi/scsi).
|
||||
manufacturer=XYZ model = "UVW1" {
|
||||
7
tests/data/large-units.data
Normal file
7
tests/data/large-units.data
Normal file
@@ -0,0 +1,7 @@
|
||||
# A non-compressing DAT (DDS-1)
|
||||
# The manufacturer, model, and revision strings can be obtained,
|
||||
# from the file /proc/scsi/scsi (cat /proc/scsi/scsi).
|
||||
manufacturer=XYZ model = "UVW1" {
|
||||
scsi2logical=1 can-bsr can-partitions auto-lock
|
||||
mode1 blocksize=1k
|
||||
mode2 blocksize=1M }
|
||||
Reference in New Issue
Block a user