Add active wait function 63/56063/10
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 19 Apr 2018 13:58:38 +0000 (14:58 +0100)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Fri, 27 Apr 2018 08:25:44 +0000 (08:25 +0000)
commit099108aab37d1fae1b27f4e2e20136c234df1a52
treec030dcb389a894a9902b1c5c62086131fa8470fb
parentb338d3091bb0beb89d4ad9f7c144f43a31a19a74
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 <rodolfo.alonso.hernandez@intel.com>
yardstick/common/exceptions.py
yardstick/common/utils.py
yardstick/tests/unit/common/test_utils.py