summaryrefslogtreecommitdiff
path: root/test/topo_test
diff options
context:
space:
mode:
Diffstat (limited to 'test/topo_test')
-rw-r--r--test/topo_test20
1 files changed, 20 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
+
+