summaryrefslogtreecommitdiff
path: root/test.block
AgeCommit message (Collapse)Author
2005-04-26[PATCH] Changed test.block and test.tty to take ACTION from the command line.greg@kroah.com
2005-04-26[PATCH] udev: cool test scripts againrml@tech9.net
> But the test.block script doesn't catch any partitions on the block > devices :) Never happy! [19:07:52]root@phantasy:~/src/udev/udev# ./test.block [19:13:37]root@phantasy:~/src/udev/udev# ls /udev/hd* ls: /udev/hd*: No such file or directory [19:13:42]root@phantasy:~/src/udev/udev# ./test.block [19:13:53]root@phantasy:~/src/udev/udev# ls /udev/hd* /udev/hda /udev/hda2 /udev/hda4 /udev/hda6 /udev/hdd /udev/hda1 /udev/hda3 /udev/hda5 /udev/hdc test.block now recurses /sys/block, looking for partitions. Should add all drives and all partitions.
2005-04-26[PATCH] udev: cool test scriptsrml@mvista.com
This patch changes test.tty and test.block to add/remove each tty and block device, respectively, on the system. Great way to populate/unpopulate udev rapidly. Its just a simple for loop over the sysfs entries.
2005-04-26[PATCH] test.block changes.greg@kroah.com
2005-04-26[PATCH] more test stuff...greg@kroah.com
2005-04-26[PATCH] block testgreg@kroah.com
2005-04-26[PATCH] split the tests up into different files.greg@kroah.com