aboutsummaryrefslogtreecommitdiffstats
path: root/tests/plugin_tests.py
Commit message (Expand)AuthorAgeFilesLines
* [tests] Start using avocado for test suiteJake Hunsaker2021-04-151-479/+0
* [sos] Align plugin options with destination namesJake Hunsaker2021-02-031-1/+1
* [policies] Move linux policies into new subdirJake Hunsaker2021-01-041-1/+2
* [report] Allow users to specify commands and files to skipJake Hunsaker2020-11-031-0/+2
* [general] flake8 first passBryan Quigley2020-08-131-7/+5
* [travis,style] Upgrade to 20.04 and cover more in testsBryan Quigley2020-08-131-19/+34
* [plugins] Convert docstrings to class attrsJake Hunsaker2020-04-301-1/+1
* [tests] Fix unittestsJake Hunsaker2020-04-211-2/+2
* [global] Drop use of python six and other 2.X bitsBryan Quigley2020-04-091-7/+2
* [global] Fix report import pathsJake Hunsaker2020-04-071-1/+1
* [Plugin] Add new method for iterating over storage devicesJake Hunsaker2020-04-071-19/+38
* [Policy] Add Container Runtime abstraction classJake Hunsaker2020-04-071-32/+70
* [tests] add license header to source filesBryn M. Reeves2020-02-261-0/+7
* [policies] fix LinuxPolicy performance regression (test suite)Bryn M. Reeves2020-02-141-19/+19
* [Plugin] Allow selectively disabling postprocessingJake Hunsaker2019-11-191-0/+22
* [tests] fix test_copy_dir_forbidden_pathBryn M. Reeves2019-11-011-1/+2
* [sosreport] grab logs since datePavel Moravec2019-08-251-0/+1
* [SoSPredicate] override kernel module tests if --allow-system-changesBryn M. Reeves2019-08-161-0/+1
* [sos] Implement sosreport --dry-runBryn M. Reeves2019-03-221-22/+33
* [Plugin] set size limits automaticallyBryn M. Reeves2018-06-201-0/+1
* [Plugin] Make Plugin.policy an object instead of a functionJake Hunsaker2018-04-171-14/+25
* [plugins] Dont apply sizelimit if --all-logs option usedPavel Moravec2017-11-011-1/+1
* [plugins] move the glob tests togetherMichael Adam2017-03-281-4/+4
* [plugins] remove duplicate plugin testsMichael Adam2017-03-281-11/+0
* [plugins] let all copy_spec tests use add_copy_spec()Michael Adam2017-03-281-9/+9
* [plugins] Add tests for add_copy_spec_limit() with multiple copyspecsMichael Adam2017-03-281-0/+8
* [plugins] add tests for add_copy_spec_limit()Michael Adam2017-03-281-0/+13
* [plugins] add test for multiple arguments to add_copy_spec()Michael Adam2017-03-281-0/+4
* [plugins] move comment structuring the add_copy_spec_limit testsMichael Adam2017-03-281-2/+2
* [plugins] add an extra blank line for separation in plugin_testsMichael Adam2017-03-281-0/+1
* [plugins] fix trailing whitespace in plugin_testsMichael Adam2017-03-281-1/+1
* [plugins] Make the test_glob_file_over_limit test reliable by using a tmpdirMichael Adam2017-03-281-6/+6
* [plugins] add optional dir arg to create_file in plugin_testsMichael Adam2017-03-281-2/+2
* [plugins] prefix target paths with self.sysrootBryn M. Reeves2015-07-071-19/+38
* [global] Fix vim tags typo in all python source filesKamalesh Babulal2015-07-061-1/+1
* [archive] remove ZipArchiveBryn M. Reeves2014-12-091-1/+1
* [plugin] limit names to PC_NAME_MAXBryn M. Reeves2014-10-201-4/+8
* [Plugin] remove add_copy_specs()Bryn M. Reeves2014-09-301-9/+0
* [plugins] do not truncate mangled command namesBryn M. Reeves2014-09-161-2/+0
* [plugin] mark more interfaces privateBryn M. Reeves2014-09-121-9/+9
* Raise a TypeError if add_copy_specs() is called with a stringBryn M. Reeves2014-03-271-0/+3
* Add tests for Plugin.add_copy_spec()/add_copy_specs()Bryn M. Reeves2014-03-271-2/+24
* Update Plugin tests to treat copy_paths as a setBryn M. Reeves2014-03-271-1/+1
* Remove references to 'sub' parameter from plugin testsBryn M. Reeves2014-03-271-7/+3
* Update plugin_tests.py to match new method namesBryn M. Reeves2014-03-271-5/+5
* Add vim tags to all python source filesBryn M. Reeves2014-03-261-0/+2
* Dead code removal: sos_relative_path()Bryn M. Reeves2014-03-261-16/+1
* Remove --profile supportBryn M. Reeves2014-03-251-3/+1
* Fix plugin_test exception on six.PY2Bryn M. Reeves2014-03-251-2/+2
* Python 3 portAdam Stokes2013-10-301-2/+8