From: Ross Brattain Date: Fri, 22 Dec 2017 19:35:50 +0000 (+0000) Subject: Update git submodules X-Git-Tag: opnfv-6.0.0~2289 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0335d78a5f894b769b843af3d1dfc249dff142b1;p=opnfvdocs.git 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 --- diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index edb1b87fa..3984c9769 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit edb1b87fae318501b853ef02a7aa7dffddfe1e48 +Subproject commit 3984c976967e3d697473cd3bb85204577a838dcd