Add a few more stinit parsing tests

This commit is contained in:
Iustin Pop
2023-04-18 22:14:18 +02:00
parent e96400b602
commit b6d221c17a
4 changed files with 33 additions and 0 deletions

View 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=
}

View 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" {

View 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 }