summaryrefslogtreecommitdiff
path: root/oslo_rootwrap/tests/test_rootwrap.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixwangzihao2020-10-091-4/+4
* Update hacking for Python3Andreas Jaeger2020-04-021-2/+2
* Use unittest.mock instead of third party mockussuri-em6.0.2Sean McGinnis2020-03-311-1/+1
* Make IpNetnsExecFilter more strict to detect aliasesDaniel Alvarez2018-05-101-0/+11
* Add bandit to pep8 jobChangBo Guo(gcb)2017-12-131-7/+11
* Fix test_daemon_no_cleanup_for_uninitialized_serverCorey Bryant2017-08-171-1/+2
* Don't open subdirectories rootwrap filter directoriesStephen Ma2017-02-281-0/+1
* Relax default strict option under python3.x for configparserDavanum Srinivas2016-12-221-0/+12
* [TrivialFix] Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-10-201-2/+2
* Enhance _program() and _program_path()Victor Stinner2016-08-191-18/+27
* Fix parameters of assertEqual are misplaced5.1.0yan.haifeng2016-08-021-30/+30
* always allow privsep-helper as a command5.0.0Sean Dague2016-07-201-0/+16
* Remove unused use-syslog-rfc-format optionRonald Bradford2016-02-041-7/+0
* Fix Python 3 support for eventlet monkey-patching2.5.0Victor Stinner2015-10-131-1/+1
* Fix Python 3 issues in testsVictor Stinner2015-10-121-1/+1
* Handle renamed executables with KillFilter2.3.0Pádraig Brady2015-08-181-5/+30
* daemon: avoid raising UnboundLocalError to callersIhar Hrachyshka2015-06-231-0/+17
* Move files out of the namespace packageDoug Hellmann2014-12-181-0/+585