Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Fri, 22 Dec 2017 19:35:50 +0000 (19:35 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 22 Dec 2017 19:35:50 +0000 (19:35 +0000)
commit0335d78a5f894b769b843af3d1dfc249dff142b1
treedf559b192d6d28fa3d49ef37d06571c106aa1001
parent177fa66ebfae1c7261d64824774d33318d625a04
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>
docs/submodules/yardstick