commit | ca8990fc075c75ed2506471fd5db753399087a0e | [log] [tgz] |
---|---|---|
author | Shreya <shreya@onlab.us> | Thu Mar 16 11:43:11 2017 -0700 |
committer | Shreya Chowdhary <shreya@onlab.us> | Mon Mar 20 14:52:08 2017 -0700 |
tree | 4a615ccffa718f394af596527bc33d02f2e5c33b | |
parent | 8d7d01c130f1ad8432bdbd8cf1a097fb325cc75b [diff] |
FUNCintent test to improve stability Change-Id: I7f7091f3b4e6c83778ba75bee1f0244df11ed849
diff --git a/TestON/core/utilities.py b/TestON/core/utilities.py index 43d56dc..930ce2d 100644 --- a/TestON/core/utilities.py +++ b/TestON/core/utilities.py
@@ -331,6 +331,7 @@ else: sleeptime = sleep time.sleep( sleeptime ) + main.log.debug( str( i ) + " Attempts needed to pass this test" ) return ret except AssertionError: main.log.exception( "Invalid arguements for retry: " )