From 902fef3d99f2e147f553466a1c604d4f0695b01d Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Mon, 30 Apr 2018 10:26:03 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "Add active wait function" - Add active wait function Added function "wait_until_true". This function will make an active wait until the predicate passed as an argument returns True. If the timeout expires, the function will raise a generic exception or a user defined one passed as an argument. This function will be used in YARDSTICK-1127. JIRA: YARDSTICK-1128 Change-Id: I9854e465ac6b586bf4be39ab4b266d5625b39e30 Signed-off-by: Rodolfo Alonso Hernandez --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index d379bd07e..bd44ab913 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit d379bd07e1903a0abe3337675a274e8bc8136ecd +Subproject commit bd44ab9134606c3a73045128d8a4c4d688f465f5 -- cgit 1.2.3-korg