mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
[PATCH] add dumb test for all of the different modifiers.
This commit is contained in:
32
test/modifier_test
Normal file
32
test/modifier_test
Normal 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
|
||||
|
||||
3
test/modifier_test.config
Normal file
3
test/modifier_test.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# TOPO test
|
||||
TOPOLOGY, BUS="scsi", place="0:0:0:0", NAME="Major:%M:minor:%m:kernelnumber:%n:bus:%b"
|
||||
|
||||
Reference in New Issue
Block a user