index
:
sos
bmr-suse-policy
main
suse
A unified tool for collecting system logs and other debug information
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
plugin_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tests] Start using avocado for test suite
Jake Hunsaker
2021-04-15
1
-479
/
+0
*
[sos] Align plugin options with destination names
Jake Hunsaker
2021-02-03
1
-1
/
+1
*
[policies] Move linux policies into new subdir
Jake Hunsaker
2021-01-04
1
-1
/
+2
*
[report] Allow users to specify commands and files to skip
Jake Hunsaker
2020-11-03
1
-0
/
+2
*
[general] flake8 first pass
Bryan Quigley
2020-08-13
1
-7
/
+5
*
[travis,style] Upgrade to 20.04 and cover more in tests
Bryan Quigley
2020-08-13
1
-19
/
+34
*
[plugins] Convert docstrings to class attrs
Jake Hunsaker
2020-04-30
1
-1
/
+1
*
[tests] Fix unittests
Jake Hunsaker
2020-04-21
1
-2
/
+2
*
[global] Drop use of python six and other 2.X bits
Bryan Quigley
2020-04-09
1
-7
/
+2
*
[global] Fix report import paths
Jake Hunsaker
2020-04-07
1
-1
/
+1
*
[Plugin] Add new method for iterating over storage devices
Jake Hunsaker
2020-04-07
1
-19
/
+38
*
[Policy] Add Container Runtime abstraction class
Jake Hunsaker
2020-04-07
1
-32
/
+70
*
[tests] add license header to source files
Bryn M. Reeves
2020-02-26
1
-0
/
+7
*
[policies] fix LinuxPolicy performance regression (test suite)
Bryn M. Reeves
2020-02-14
1
-19
/
+19
*
[Plugin] Allow selectively disabling postprocessing
Jake Hunsaker
2019-11-19
1
-0
/
+22
*
[tests] fix test_copy_dir_forbidden_path
Bryn M. Reeves
2019-11-01
1
-1
/
+2
*
[sosreport] grab logs since date
Pavel Moravec
2019-08-25
1
-0
/
+1
*
[SoSPredicate] override kernel module tests if --allow-system-changes
Bryn M. Reeves
2019-08-16
1
-0
/
+1
*
[sos] Implement sosreport --dry-run
Bryn M. Reeves
2019-03-22
1
-22
/
+33
*
[Plugin] set size limits automatically
Bryn M. Reeves
2018-06-20
1
-0
/
+1
*
[Plugin] Make Plugin.policy an object instead of a function
Jake Hunsaker
2018-04-17
1
-14
/
+25
*
[plugins] Dont apply sizelimit if --all-logs option used
Pavel Moravec
2017-11-01
1
-1
/
+1
*
[plugins] move the glob tests together
Michael Adam
2017-03-28
1
-4
/
+4
*
[plugins] remove duplicate plugin tests
Michael Adam
2017-03-28
1
-11
/
+0
*
[plugins] let all copy_spec tests use add_copy_spec()
Michael Adam
2017-03-28
1
-9
/
+9
*
[plugins] Add tests for add_copy_spec_limit() with multiple copyspecs
Michael Adam
2017-03-28
1
-0
/
+8
*
[plugins] add tests for add_copy_spec_limit()
Michael Adam
2017-03-28
1
-0
/
+13
*
[plugins] add test for multiple arguments to add_copy_spec()
Michael Adam
2017-03-28
1
-0
/
+4
*
[plugins] move comment structuring the add_copy_spec_limit tests
Michael Adam
2017-03-28
1
-2
/
+2
*
[plugins] add an extra blank line for separation in plugin_tests
Michael Adam
2017-03-28
1
-0
/
+1
*
[plugins] fix trailing whitespace in plugin_tests
Michael Adam
2017-03-28
1
-1
/
+1
*
[plugins] Make the test_glob_file_over_limit test reliable by using a tmpdir
Michael Adam
2017-03-28
1
-6
/
+6
*
[plugins] add optional dir arg to create_file in plugin_tests
Michael Adam
2017-03-28
1
-2
/
+2
*
[plugins] prefix target paths with self.sysroot
Bryn M. Reeves
2015-07-07
1
-19
/
+38
*
[global] Fix vim tags typo in all python source files
Kamalesh Babulal
2015-07-06
1
-1
/
+1
*
[archive] remove ZipArchive
Bryn M. Reeves
2014-12-09
1
-1
/
+1
*
[plugin] limit names to PC_NAME_MAX
Bryn M. Reeves
2014-10-20
1
-4
/
+8
*
[Plugin] remove add_copy_specs()
Bryn M. Reeves
2014-09-30
1
-9
/
+0
*
[plugins] do not truncate mangled command names
Bryn M. Reeves
2014-09-16
1
-2
/
+0
*
[plugin] mark more interfaces private
Bryn M. Reeves
2014-09-12
1
-9
/
+9
*
Raise a TypeError if add_copy_specs() is called with a string
Bryn M. Reeves
2014-03-27
1
-0
/
+3
*
Add tests for Plugin.add_copy_spec()/add_copy_specs()
Bryn M. Reeves
2014-03-27
1
-2
/
+24
*
Update Plugin tests to treat copy_paths as a set
Bryn M. Reeves
2014-03-27
1
-1
/
+1
*
Remove references to 'sub' parameter from plugin tests
Bryn M. Reeves
2014-03-27
1
-7
/
+3
*
Update plugin_tests.py to match new method names
Bryn M. Reeves
2014-03-27
1
-5
/
+5
*
Add vim tags to all python source files
Bryn M. Reeves
2014-03-26
1
-0
/
+2
*
Dead code removal: sos_relative_path()
Bryn M. Reeves
2014-03-26
1
-16
/
+1
*
Remove --profile support
Bryn M. Reeves
2014-03-25
1
-3
/
+1
*
Fix plugin_test exception on six.PY2
Bryn M. Reeves
2014-03-25
1
-2
/
+2
*
Python 3 port
Adam Stokes
2013-10-30
1
-2
/
+8
[next]