[PATCH] add a "old style" SYSFS_attribute test to udev-test.pl

This commit is contained in:
greg@kroah.com 2004-02-17 01:31:42 -08:00 committed by Greg KH
parent 88f09368b3
commit 595251156b
1 changed files with 9 additions and 0 deletions

View File

@ -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
},
{