From a38c862f88b4794ba6bb2b6ef256100dd26b86bb Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Wed, 12 Nov 2003 18:08:40 -0800 Subject: [PATCH] add TOPO regression test. --- test/topo_test | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/topo_test (limited to 'test/topo_test') 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 + + -- cgit v1.2.3-54-g00ecf