aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Update policy_tests.py for validate_plugin changeBryn M. Reeves2014-03-131-4/+4
| | | | | | | The policy_tests unit tests call validatePlugin(). Update them to use the new name. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
* Make more names pep8 compliant across the treeBryn M. Reeves2013-03-281-4/+4
| | | | | | | | | Fix policy and utility function, method and variable names to use lower case underscored style instead of camelCase. Related to Issue #112. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
* adding ability to specify multiple files for Plugin.fileGrepJesse Jaggars2012-02-271-1/+19
|
* adding more tests and fixing an error with tar archivesJesse Jaggars2012-02-231-1/+7
|
* refactoring common linux-related policy features into a common superclass, ↵Jesse Jaggars2012-02-231-0/+45
simplifying specification of valid plugin subclasses