[PATCH] add dumb test for all of the different modifiers.

This commit is contained in:
greg@kroah.com 2003-11-19 02:49:29 -08:00 committed by Greg KH
parent cd55637f42
commit db7a38df63
2 changed files with 35 additions and 0 deletions

32
test/modifier_test Normal file
View File

@ -0,0 +1,32 @@
#!/bin/bash
export UDEV_TEST=yes
export SYSFS_PATH=$PWD/sys/
export UDEV_CONFIG_DIR=$PWD/
export UDEV_ROOT=$PWD/udev/
export UDEV_DB=udev.tdb
export UDEV_CONFIG_FILE=modifier_test.config
export UDEV_PERMISSION_FILE=udev.permissions
export ACTION=add
export DEVPATH=block/sda
../udev block
ls udev
export DEVPATH=block/sda/sda3
../udev block
ls udev
export ACTION=remove
export DEVPATH=block/sda
../udev block
ls udev
export DEVPATH=block/sda/sda3
../udev block
ls udev

View File

@ -0,0 +1,3 @@
# TOPO test
TOPOLOGY, BUS="scsi", place="0:0:0:0", NAME="Major:%M:minor:%m:kernelnumber:%n:bus:%b"