mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
[PATCH] add a "old style" SYSFS_attribute test to udev-test.pl
This commit is contained in:
parent
88f09368b3
commit
595251156b
@ -191,6 +191,15 @@ EOF
|
||||
expected => "Major:8:minor:3:kernelnumber:3:bus:0:0:0:0" ,
|
||||
conf => <<EOF
|
||||
BUS="scsi", PLACE="0:0:0:0", NAME="Major:%M:minor:%m:kernelnumber:%n:bus:%b"
|
||||
EOF
|
||||
},
|
||||
{
|
||||
desc => "old style SYSFS_ attribute",
|
||||
subsys => "block",
|
||||
devpath => "block/sda",
|
||||
expected => "good" ,
|
||||
conf => <<EOF
|
||||
BUS="scsi", SYSFS_vendor="IBM-ESXS", NAME="good"
|
||||
EOF
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user