summaryrefslogtreecommitdiff
path: root/test/udev-test.pl
AgeCommit message (Expand)Author
2009-02-05test: add test for empty and non-existent ATTRKay Sievers
2009-01-30fix NAME="" logicKay Sievers
2008-11-12string index - split nodes and childs to allow and unlimited number of childsKay Sievers
2008-10-26libudev: device - allocate envp array only onceKay Sievers
2008-10-26test: add RUN+="socket: ..." to a test to run monitor codeKay Sievers
2008-10-26fix $attr{[<subsystem>/<sysname>]<attribute>} substitutionKay Sievers
2008-10-25match KEY="A|B" without temporary string copyKay Sievers
2008-10-23replace in-memory rules array with match/action token listKay Sievers
2008-10-17test: fix a few unintentially wrongly written rules which cause parse errorsKay Sievers
2008-10-14test: move global ENV{ENV_KEY_TEST}="test" to local ruleKay Sievers
2008-09-29test: replace last reference of "/class/*" devpathKay Sievers
2008-09-29test: add missing pci directory because of .gitignore *.7Kay Sievers
2008-09-29test: replace ancient sysfs tree with recent oneKay Sievers
2008-09-29libudev: enumerate - split new() and scan()Kay Sievers
2008-09-16udev-test.pl: set non-zero exitcode if tests failAlan Jenkins
2008-09-08udev-test.pl: set udev_log="err"Kay Sievers
2008-09-03udev-test.pl: remove left-over comment from --valgrind optionKay Sievers
2008-09-01udev-test.pl: add --valgrind optionKay Sievers
2008-07-30use autotoolsKay Sievers
2008-07-18move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers
2008-05-19add substitution in MODE= fieldErik van Konijnenburg
2008-04-18allow setting of MODE="0000"Kay Sievers
2008-03-14extend hack to allow TEST=="*/start"Kay Sievers
2007-08-16accept relative path for TESTKay Sievers
2007-07-25restore behavior of NAME==Kay Sievers
2007-07-16allow SYMLINK== matchKay Sievers
2007-06-03add "[$SUBSYSTEM/$KERNEL]<attribute>" lookupKay Sievers
2007-05-21replace_chars: replace % characterKay Sievers
2007-02-25add test for an attribute which contains an operator charKay Sievers
2006-12-08rename "udev.c" to "test-udev.c" - it is only for testingKay Sievers
2006-09-05let $attr{symlink} return the last element of the pathKay Sievers
2006-09-05fix ENV{TEST}="Test: $env{TEST}"Kay Sievers
2006-08-20use new key names in test programsKay Sievers
2006-08-20skip rule, if too may keys of the same type are usedKay Sievers
2006-08-19consistent key naming to match only the event device or include all parent de...Kay Sievers
2006-08-13don't report an error on overlong comment linesKay Sievers
2006-07-04remove broken %e enumerationKay Sievers
2006-06-14don't remove symlinks if they are already thereKay Sievers
2006-04-24allow NAME=="value" to check for already assigned valueKay Sievers
2006-01-26don't add $SUBSYSTEM automatically as $1 to programsKay Sievers
2006-01-16fix BUS, ID, $id usageKay Sievers
2006-01-09replace libsysfsKay Sievers
2005-11-16remove "udev_db" option from config fileKay Sievers
2005-11-10fix tests and remove no longer useful stuffKay Sievers
2005-08-29udev_test.pl: we replace untrusted chars with '_'Kay Sievers
2005-08-28start to enforce plain ascii or valid utf8Kay Sievers
2005-08-16ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environmentKay Sievers
2005-07-16allow rules to have labels and skip to next labelKay Sievers
2005-07-12IMPORT: add {parent} to import the persistent data of the parent deviceKay Sievers
2005-07-12allow multiple values to be matched with KEY=="value1|value2"Kay Sievers