[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

View file

@ -191,6 +191,15 @@ EOF
expected => "Major:8:minor:3:kernelnumber:3:bus:0:0:0:0" , expected => "Major:8:minor:3:kernelnumber:3:bus:0:0:0:0" ,
conf => <<EOF conf => <<EOF
BUS="scsi", PLACE="0:0:0:0", NAME="Major:%M:minor:%m:kernelnumber:%n:bus:%b" 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 EOF
}, },
{ {