summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-11-19 02:49:29 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:06:25 -0700
commitdb7a38df63130fedcb937961886eff1c93c98139 (patch)
treee37b93c70965501a44bb84531da6ea3dba2735f2
parentcd55637f42c5be117b0495746625e095059f4b5a (diff)
[PATCH] add dumb test for all of the different modifiers.
-rw-r--r--test/modifier_test32
-rw-r--r--test/modifier_test.config3
2 files changed, 35 insertions, 0 deletions
diff --git a/test/modifier_test b/test/modifier_test
new file mode 100644
index 000000000..3dcd4454f
--- /dev/null
+++ b/test/modifier_test
@@ -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
+
diff --git a/test/modifier_test.config b/test/modifier_test.config
new file mode 100644
index 000000000..f63e02c3a
--- /dev/null
+++ b/test/modifier_test.config
@@ -0,0 +1,3 @@
+# TOPO test
+TOPOLOGY, BUS="scsi", place="0:0:0:0", NAME="Major:%M:minor:%m:kernelnumber:%n:bus:%b"
+