summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestGroupPatterns.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-1/+14
| | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages.
* abstracted similar digit range classes in POSIXUsers/GroupPatterns into ↵Chris St. Pierre2013-02-141-21/+0
| | | | Bcfg2.Utils
* GroupPatterns: improved PackedDigitRange and testsChris St. Pierre2013-01-181-2/+3
|
* added unit tests for GroupPatternsChris St. Pierre2012-12-181-0/+164