summaryrefslogtreecommitdiff
path: root/oslo_concurrency/tests/unit/test_processutils.py
Commit message (Expand)AuthorAgeFilesLines
* Mask passwords only when command execution failsqueens-em3.25.1prashkre2018-02-231-1/+25
* Add python_exec kwarg to processutils.execute()3.25.0Matthew Treinish2018-01-091-0/+13
* Windows: ensure exec calls don't block other greenthreadsLucian Petrut2017-08-161-0/+39
* Check for SubprocessError by name on Python 3.xYuriy Taraday2017-06-291-6/+11
* Using fixtures.MockPatch instead of mockpatch.Patchgecong19732017-03-091-4/+3
* Automatically convert process_input to bytes3.18.03.17.0Davanum Srinivas2017-01-121-0/+8
* [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'howardlee2016-10-211-7/+7
* Ignore prlimit argument on WindowsLucian Petrut2016-09-291-0/+22
* Fix parameters of assertEqual are misplacedyanheven2016-07-231-31/+33
* Add timeout option to ssh_executezhangsong2016-05-121-1/+10
* processutils: add support for missing process limitsDaniel P. Berrange2016-04-191-1/+36
* Make ProcessExecutionError picklableAngus Lees2016-02-191-0/+16
* Add prlimit parameter to execute()Victor Stinner2016-01-281-0/+109
* Fix Tests to run under OSXDavanum Srinivas2015-10-051-6/+9
* Allow preexec_fn method for processutils.executeDavanum Srinivas2015-07-071-0/+17
* processutils: ensure on_completion callback is always calledDaniel P. Berrange2015-07-021-0/+19
* Add 2 callbacks to processutils.execute()Tony Breeds2015-06-171-0/+12
* Add binary parameter to execute and ssh_execute1.9.0Victor Stinner2015-04-191-15/+70
* Port processutils to Python 3Victor Stinner2015-04-181-13/+108
* Ability to set working directory1.5.0Davanum Srinivas2015-02-131-0/+7
* Revert "Port processutils to Python 3"Doug Hellmann2015-01-131-8/+8
* Port processutils to Python 3Victor Stinner2014-12-121-8/+8
* Move out of the oslo namespace packageDoug Hellmann2014-11-141-0/+518