Encapsulate sleeps in function 45/24045/5
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Tue, 8 Nov 2016 08:15:01 +0000 (10:15 +0200)
committerGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Thu, 10 Nov 2016 14:43:48 +0000 (16:43 +0200)
commit602428717a0ae71d875e0325e699c7cb26084a89
treea426a3e4a0559d981060b36b81dd2137deb920c3
parent4db8c4108dcedae322ba6a3fde812e63f746d0f9
Encapsulate sleeps in function

We have some sleeps into the testcase code. We can encapsulate them in a
utility function to refactor them out of the code until we figure out
the best way to remove them completely

Change-Id: I44c32d8329c2e319660518a8a46debc22f02c753
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
test/functest/testcase_1.py
test/functest/testcase_2.py
test/functest/testcase_4.py
test/functest/utils.py