fuel-devops/devops/helpers
Dennis Dmitriev ee2ede88d4 Replace 'print' with 'logger.info()' in command executors
To avoid wrong ordering of the output lines, use the same output
method logger.info() in SSHClient and Subprocess from helpers.

- use logger.info and logger.error in case 'verbose=True'
- use logger.debug for stdout and stderr in case 'verbose=False'

Change-Id: I31c6355eed1d945422585d9be5199933e0d3ab3f
Closes-Bug:#1661342
2017-02-06 16:44:17 +02:00
..
__init__.py Remove historic unused variables 2016-09-30 16:03:06 +03:00
cloud_image_settings.py Use common context for user- and meta-data files (cloudinit) 2016-10-04 19:54:08 +03:00
decorators.py Rework get_arg_names and remove magic 2016-10-17 09:23:45 +03:00
exec_result.py Remove cmd from logging exception template 2016-11-17 15:49:53 +02:00
helpers.py Remove historic unused variables 2016-09-30 16:03:06 +03:00
loader.py v3.0.0: Additional changes to helpers 2016-04-06 14:19:29 +00:00
metaclasses.py Implement subprocess helper with SSHClient like API 2016-07-21 14:33:11 +00:00
network.py rework imports: import module instead of object 2016-09-12 13:25:43 +03:00
ntp.py Fix timesync behaviour with new ntp.conf defaults 2017-01-30 18:22:56 +02:00
proc_enums.py Enable real-time output for ssh command execution 2016-09-08 14:32:29 +03:00
retry.py rework imports: import module instead of object 2016-09-21 17:41:10 +03:00
scancodes.py Fix mistypes and minor code style issues 2015-11-19 17:09:49 +03:00
ssh_client.py Replace 'print' with 'logger.info()' in command executors 2017-02-06 16:44:17 +02:00
subprocess_runner.py Replace 'print' with 'logger.info()' in command executors 2017-02-06 16:44:17 +02:00
templates.py Fix vlan range for private network in template generator 2016-10-04 20:25:27 +03:00
xmlgenerator.py Remove historic unused variables 2016-09-30 16:03:06 +03:00