summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/topo_test20
-rw-r--r--test/topo_test.config3
2 files changed, 23 insertions, 0 deletions
diff --git a/test/topo_test b/test/topo_test
new file mode 100644
index 0000000000..5a557e909d
--- /dev/null
+++ b/test/topo_test
@@ -0,0 +1,20 @@
+#!/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=topo_test.config
+export UDEV_PERMISSION_FILE=udev.permissions
+
+export ACTION=add
+export DEVPATH=block/sda
+
+../udev block
+
+export DEVPATH=block/sda/sda3
+
+../udev block
+
+
diff --git a/test/topo_test.config b/test/topo_test.config
new file mode 100644
index 0000000000..d7ae92b080
--- /dev/null
+++ b/test/topo_test.config
@@ -0,0 +1,3 @@
+# TOPO test
+TOPOLOGY, BUS="scsi", place="0:0:0:0", NAME="first_disk"
+