commit | aeb5274fd4f4c3658c14d44af7d02ccd907501e0 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Fri Jul 25 18:38:56 2014 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Fri Jul 25 20:30:50 2014 -0400 |
tree | 4bbb43c7e008e6fc16c7df1a07fb5e61be3c59d2 | |
parent | 26cd43d15706a5f93a96e9802c60c489815e54bd [diff] |
Move CommandFailed exception to tempest.exceptions When the CommandFailed exception was added it was only being used by the CLI tests. However, it is generally useful for anything that is using subprocess to make external calls. This patch moves it to tempest.exceptions to make using it simpler for non-cli tests to use the exception. Change-Id: Ibf5f1cbbb847d32976b54c4484acfc3c0e3b4f48