Files
fuel-devops/devops/helpers
Alexey Stepanov 104328efb9 Implement ExecResult class for execution results store istead of dict usage
1. Implement ExecResult class and cover it by unit tests
2. Migrate SSHClient on it

  ExecResult class implements automatic deserialization of ssh output
  (stdout & stderrto string, yand shstring (7 lines max)
  Standard data (exit code, command, stdout & stderr) also stored.
  Also this objace allow 2 ways access to data
    getattr (as normal object)
    getitem (backward compatibilitests)

Later this class is planned to re-use for subprocess helper.

Blueprint: sshmanager-integration
Change-Id: I0e630dc898fb1b476b4d277ce3867ae3513d248f
2016-07-19 08:35:25 +03:00
..
2014-05-07 00:15:36 -07:00
2016-04-12 11:01:00 +03:00
2016-07-05 12:34:35 +00:00
2016-06-25 00:24:36 +03:00