aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [Plugin] Make Plugin.policy an object instead of a functionJake Hunsaker2018-04-172-14/+28
* [plugins] Dont apply sizelimit if --all-logs option usedPavel Moravec2017-11-011-1/+1
* [tests] update test_exe.py for python3Sandro Bonazzola2017-03-311-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-282-0/+5
* [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
* [archive] Handle error when adding /dev/null as a nodeLouis Bouchard2017-01-191-0/+6
* [reporting] deal with UTF-8 charactersPavel Moravec2016-06-271-7/+7
* [policies] move hash determination to policiesBryn M. Reeves2015-12-041-1/+1
* [archive] Add test to highlight py3 specific errorLouis Bouchard2015-10-151-0/+14
* [sosreport] add --chroot optionBryn M. Reeves2015-07-081-1/+3
* [utilities] add chroot support to sos_get_command_output()Bryn M. Reeves2015-07-071-0/+5
* [plugins] prefix target paths with self.sysrootBryn M. Reeves2015-07-072-20/+40
* [global] Fix vim tags typo in all python source filesKamalesh Babulal2015-07-069-9/+9
* [archive] remove ZipArchiveBryn M. Reeves2014-12-092-83/+2
* [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
* Syntax error.. I blame emacs.Adam Stokes2014-04-041-1/+1
* Properly state unicode literal in Python 3.2Adam Stokes2014-04-041-1/+1
* Clean up sos_get_command_output() and friendsBryn M. Reeves2014-04-041-6/+6
* 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
* Remove obsolete checksum reference from utilities_tests.pyBryn M. Reeves2014-03-271-1/+1
* Add vim tags to all python source filesBryn M. Reeves2014-03-269-0/+18
* Dead code removal: utilities.checksum()Bryn M. Reeves2014-03-261-12/+0
* Dead code removal: DirTreeBryn M. Reeves2014-03-261-10/+1
* 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
* Update policy_tests.py for validate_plugin changeBryn M. Reeves2014-03-131-4/+4
* Fix unittests to report on strings and not binaryAdam Stokes2014-01-271-2/+2
* Python 3 portAdam Stokes2013-10-303-9/+20
* Fix shell output unittestsAdam Stokes2013-10-181-2/+2
* Update utilities_tests.pyAdam Stokes2013-08-091-2/+2
* Add support for distutilsAdam Stokes2013-07-261-1/+1
* Correct archive unittests and pep8 conformity in archive classAdam Stokes2013-07-251-27/+35
* Small change to test_exe to point to /usr/bin/pythonAdam Stokes2013-04-111-1/+1