aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Allow to filter service by regular expressionsGuido Günther2016-09-23
|
* tests/test_rpmpkg.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_debiandistro.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_pkg.py: flake8 cleanGuido Günther2016-09-23
|
* tests/context.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_distro.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_systemd.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_debianpkg.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_redhatdistro.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_process.py: flake8 cleanGuido Günther2016-09-23
|
* systemd: Shorten error message if proess is from a user sessionGuido Günther2016-04-08
| | | | | | | | | | | | | | | | No need to print the whole process tree which so far looked like WARNING: No systemd unit found for '/bin/bash': Can't parse service name from ● session-8762.scope - Session 8762 of user root Loaded: loaded Drop-In: /run/systemd/system/session-8762.scope.d └─50-After-systemd-logind\x2eservice.conf, 50-After-systemd-user-sessions\x2eservice.conf, 50-Description.conf, 50-SendSIGHUP.conf, 50-Slice.conf Active: active (running) since Thu 2016-04-07 20:53:52 CEST; 19min ago CGroup: /user.slice/user-0.slice/session-8762.scope ├─21150 sshd: root@pts/0 ├─21155 -bash ├─23956 /usr/bin/python /usr/bin/whatmaps --debug libc6 └─23962 systemctl status 21155
* The usual 2to3 string encoding madnessGuido Günther2016-02-24
|
* Fix assertRaises invocationsv0.0.10Guido Günther2015-06-29
| | | | | | We had the arguments reversed Closes: #790372
* Skip lsb_release tests when module is missingv0.0.8Guido Günther2014-07-11
|
* Add systemd supportGuido Günther2014-07-11
|
* Drop unused variableGuido Günther2014-07-11
|
* Move detect_distro to DistroGuido Günther2014-07-01
|
* Update copyright statementsv0.0.6Guido Günther2014-04-28
| | | | | | Some were GPLv2+ due to a copy and paste error, some were missing. Thanks to Thorsten Alteholz for pointing this out
* Also look for shared objects without a versionGuido Günther2014-04-25
| | | | | While this will add all -dev packages to the checks we need this in order to also pick up dlopen'd objects.
* Use 'in' instead of 'has_key'Guido Günther2014-04-22
| | | | which doesn't exit in Python3
* Use 'next(iter)' instead of 'iter.next()'Guido Günther2014-04-22
| | | | since the former works with python 2 and 3
* Don't run apt_pkg tests if apt_pkg is not installedGuido Günther2014-04-22
|
* Split out and test RedHatDistroGuido Günther2014-04-21
|
* Split out and test RpmPkgGuido Günther2014-04-21
|
* Split out and test DebianPkgGuido Günther2014-04-21
|
* Split out and test DebianDistroGuido Günther2014-04-21
|
* Split out and test PkgGuido Günther2014-04-20
|
* Split out and test DistroGuido Günther2014-04-20
|
* Split out and test ProcessGuido Günther2014-04-18