Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 26 Jul 2018 14:56:14 +0000 (14:56 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 26 Jul 2018 14:56:14 +0000 (14:56 +0000)
commit4ef91afcfaf69bcb9166eb95911fc5023f2843ae
tree440a89b80e7b9cdff5efc48b184c0501c7b65670
parentea39c6a75aac70ee35e9d5cf9de6710582436934
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Enable "wait_until_true" when used ouf the main thread"
  - Enable "wait_until_true" when used ouf the main thread

    "util.wait_until_true" uses "util.Timer" to create an active wait for a
    condition. "Timer" class uses "signal" to create a watchdog to track the
    time lapsed.

    When used out of the main thread, "Timer" raises the following error:
      ValueError: signal only works in main thread

    To make "util.wait_until_true" usable always, a new waitting method is
    implemented.

    JIRA: YARDSTICK-1358

    Change-Id: Ifb5ba0b17b5beca0af5ceab4f6431d58b7928762
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
docs/submodules/yardstick