diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-12-22 19:35:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-22 19:35:50 +0000 |
commit | 0335d78a5f894b769b843af3d1dfc249dff142b1 (patch) | |
tree | df559b192d6d28fa3d49ef37d06571c106aa1001 /docs/images/swaggerUI.png | |
parent | 177fa66ebfae1c7261d64824774d33318d625a04 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Replace subprocess "check_output" with "Popen""
- Replace subprocess "check_output" with "Popen"
"check_output" is a blocking wrapper for "Popen" which returns the output
of the command execution or raises an exception in case of error.
"Popen" is a non-blocking function that allows to create asynchronous
tasks. It returns any possible execution error but doesn't raise an
exception; this is delegated to the developer.
This code is used in the Yardstick CLI base test class.
Change-Id: Ie3e1228b2d40cb306354447653678bf581bc9697
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Diffstat (limited to 'docs/images/swaggerUI.png')
0 files changed, 0 insertions, 0 deletions