aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2005-04-26[PATCH] cleanup callout forkkay.sievers@vrfy.org1-0/+18
2005-04-26[PATCH] conditional remove of trailing sysfs whitespacekay.sievers@vrfy.org2-0/+20
2005-04-26[PATCH] add tests for NAME="foo-%c{N}"patmans@us.ibm.com1-0/+18
2005-04-26[PATCH] udev - activate formt length attributekay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] remove limit of the number of args passed to PROGRAMgreg@kroah.com1-0/+9
2005-04-26[PATCH] add a "old style" SYSFS_attribute test to udev-test.plgreg@kroah.com1-0/+9
2005-04-26[PATCH] udev - switch callout part selector to {attribute}kay.sievers@vrfy.org1-11/+1
2005-04-26[PATCH] udev - switch SYSFS_file to SYSFS{file}kay.sievers@vrfy.org2-20/+20
2005-04-26[PATCH] udev add some ID testspatmans@us.ibm.com1-0/+46
2005-04-26[PATCH] udev - create all partitions of blockdevicekay.sievers@vrfy.org1-1/+10
2005-04-26[PATCH] allow SYSFS{file}kay.sievers@vrfy.org1-0/+10
2005-04-26[PATCH] Adding '%s' format specifier to NAME and SYMLINKkay.sievers@vrfy.org1-0/+10
2005-04-26[PATCH] Add another test to udev-test.pl and fix a bug when only running 1 test.greg@kroah.com1-1/+10
2005-04-26[PATCH] let udev-test.pl run an individual test if you ask it to.greg@kroah.com1-17/+45
2005-04-26[PATCH] add a block device with a ! in the name, and a test for this.greg@kroah.com2-0/+11
2005-04-26[PATCH] fix log option code so that it actually works for all udev programs.greg@kroah.com1-0/+1
2005-04-26[PATCH] convert udevsend/udevd to DGRAM and single-threadedkay.sievers@vrfy.org1-30/+35
2005-04-26[PATCH] udevd - cleanup and better timeout handlingkay.sievers@vrfy.org1-5/+3
2005-04-26[PATCH] udevd - next round of fixeskay.sievers@vrfy.org1-11/+44
2005-04-26[PATCH] new testd.block script for debugging.greg@kroah.com1-0/+36
2005-04-26[PATCH] udev - next round of udev event order daemonkay.sievers@vrfy.org1-22/+27
2005-04-26[PATCH] spilt udev into pieceskay.sievers@vrfy.org1-0/+47
2005-04-26[PATCH] add support for figuring out which device on the sysfs "chain" the ru...greg@kroah.com1-0/+9
2005-04-26[PATCH] udev - kill %D from udev-test.plkay.sievers@vrfy.org1-18/+0
2005-04-26[PATCH] udev - introduce format escape charkay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] convert the test shell scripts to the config file format.greg@kroah.com5-6/+6
2005-04-26[PATCH] udev - drop all methods :)kay.sievers@vrfy.org1-60/+57
2005-04-26[PATCH] add a script that tests the IGNORE rulegreg@kroah.com1-0/+35
2005-04-26[PATCH] add tests for LABEL rule with a device that has no bus.greg@kroah.com1-0/+21
2005-04-26[PATCH] If a CALLOUT rule has a BUS id, then we must check to see if the devi...greg@kroah.com1-1/+10
2005-04-26[PATCH] add test for callout rule with a device that has no bus.greg@kroah.com1-0/+10
2005-04-26[PATCH] fix udev-test.plkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] add tests for multi-file LABEL rules.greg@kroah.com2-1/+22
2005-04-26[PATCH] clean up the stand-alone tests to work properly on other people's mac...greg@kroah.com4-0/+12
2005-04-26[PATCH] add tests to catch whitespace and comment config file parsing errors.greg@kroah.com1-0/+33
2005-04-26[PATCH] don't rely on field order in namedev_parsekay.sievers@vrfy.org2-12/+12
2005-04-26[PATCH] get part of callout return stringkay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] change devfs disk name rule from 'disk' to 'disc'greg@kroah.com1-1/+1
2005-04-26[PATCH] allow multiple symlinkskay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] experimental (very simple) SYMLINK creationkay.sievers@vrfy.org1-2/+39
2005-04-26[PATCH] pattern match for label methodkay.sievers@vrfy.org1-0/+12
2005-04-26[PATCH] fix permission handling logicgreg@kroah.com1-1/+1
2005-04-26[PATCH] show permissions and groups in the label_testgreg@kroah.com1-4/+4
2005-04-26[PATCH] fix up the tests to work without all of the environ variables.greg@kroah.com5-31/+80
2005-04-26[PATCH] get rid of the majority of the debug environment variables.greg@kroah.com4-12/+0
2005-04-26[PATCH] pattern matching for namedevkay.sievers@vrfy.org1-2/+24
2005-04-26[PATCH] fix up the tests to support the rules file name changegreg@kroah.com5-1/+5
2005-04-26[PATCH] add support for a main udev config file, udev.conf.greg@kroah.com4-0/+0
2005-04-26[PATCH] catch replace device by wildcardkay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] add test for checking the BUS value.greg@kroah.com1-0/+11
2005-04-26[PATCH] add test and documentation for new %D devfs format modifiergreg@kroah.com1-2/+20
2005-04-26[PATCH] udev-test.pl add subdir testkay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] fix the test.block and test.tty scripts due to their moveing. Also ad...greg@kroah.com3-2/+43
2005-04-26[PATCH] udev-test.pl - tweakskay.sievers@vrfy.org1-6/+3
2005-04-26[PATCH] added ability to put format specifiers in the CALLOUT program string.greg@kroah.com1-0/+9
2005-04-26[PATCH] tweak udev-test.pl to report '0' errors if that's what happened.greg@kroah.com1-1/+1
2005-04-26[PATCH] add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> whi...greg@kroah.com1-0/+164
2005-04-26[PATCH] tweak replace_testgreg@kroah.com1-2/+2
2005-04-26[PATCH] add real udev.permissions file to test directory.greg@kroah.com1-0/+6
2005-04-26[PATCH] add dumb test for all of the different modifiers.greg@kroah.com2-0/+35
2005-04-26[PATCH] faster test scriptschris_friesen@sympatico.ca2-4/+3
2005-04-26[PATCH] move the test.block and test.tty scripts to the test/ directorygreg@kroah.com2-0/+50
2005-04-26[PATCH] add remove actions to the test scriptsgreg@kroah.com4-1/+33
2005-04-26[PATCH] add printf option to label test to verify it works.greg@kroah.com1-1/+1
2005-04-26[PATCH] add TOPO regression test.greg@kroah.com2-0/+23
2005-04-26[PATCH] updated label test script (tests for partitions now.)greg@kroah.com1-1/+7
2005-04-26[PATCH] add replace testgreg@kroah.com2-0/+17
2005-04-26[PATCH] add more sysfs test tree files.greg@kroah.com149-0/+161
2005-04-26[PATCH] change UDEV_SYSFS_PATH environment variable due to libsysfs change.greg@kroah.com1-1/+1
2005-04-26[PATCH] regression tests starting to be added.greg@kroah.com50-0/+82
2005-04-26[PATCH] split the tests up into different files.greg@kroah.com1-10/+0
2005-04-26[PATCH] update the tests to handle block devices too.greg@kroah.com1-1/+3
2005-04-26[PATCH] fix up the test to actually work...greg@kroah.com1-2/+4
2005-04-26[PATCH] remove now works!greg@kroah.com1-2/+3
2005-04-26[PATCH] added stupid test script for debugging.greg@kroah.com1-0/+5