diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-11-04 18:46:22 +0100 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-11-07 11:58:27 +0000 |
commit | 47078f02acae375ce9d99ec9af04367de1460ad1 (patch) | |
tree | 391e4b91cf2fcd6e97dae83c2003f83516d3bafa /testcases | |
parent | 0a7df97a43c1cded29a3f86a365d489cdce29238 (diff) |
Adapting testcase to Boron SR1colorado.2.0
Boron SR1 fixed the issue creating the first classification rule, however
it takes quite some time to do it. We need to wait a bit.
Change-Id: Ib4d3ea98d68dcb2084374cb28c3772d375629826
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
(cherry picked from commit 2f0f92ad849b541b35e91e845e5f7261523667eb)
Diffstat (limited to 'testcases')
-rwxr-xr-x | testcases/features/sfc/sfc.py | 1 | ||||
-rwxr-xr-x | testcases/features/sfc/sfc_colorado1.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py index 9a7344073..789bb714e 100755 --- a/testcases/features/sfc/sfc.py +++ b/testcases/features/sfc/sfc.py @@ -388,6 +388,7 @@ def main(): # SSH TO EXECUTE cmd_client logger.info("TEST STARTED") + time.sleep(70) try: ssh.connect(floatip_client, username="root", password="opnfv", timeout=2) diff --git a/testcases/features/sfc/sfc_colorado1.py b/testcases/features/sfc/sfc_colorado1.py index 6dd498737..734421fc3 100755 --- a/testcases/features/sfc/sfc_colorado1.py +++ b/testcases/features/sfc/sfc_colorado1.py @@ -423,6 +423,7 @@ def main(): # SSH TO EXECUTE cmd_client logger.info("TEST STARTED") + time.sleep(70) try: ssh.connect(floatip_client, username="root", password="opnfv", timeout=2) |