summaryrefslogtreecommitdiffstats
path: root/src/tests/t_policy.py
Commit message (Collapse)AuthorAgeFilesLines
* Test more policy featuresGreg Hudson2013-01-091-0/+77
| | | | | | Add tests to t_policy.py for password quality enforcement, password history (apart from the existing #7099 regression test), and for references to nonexistent policies.
* Consolidate policy tests into t_policy.pyGreg Hudson2013-01-091-0/+135
Create a combined script for policy-related tests, and fold in the existing lockout, password history, and allowed-keysalts tests.