aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc
diff options
context:
space:
mode:
authorManuel Buil <manuel.buil@ericsson.com>2016-11-04 18:46:22 +0100
committerManuel Buil <manuel.buil@ericsson.com>2016-11-04 18:46:22 +0100
commit2f0f92ad849b541b35e91e845e5f7261523667eb (patch)
treeaabd7ca73de4c97ae9836e5982fc1668a38dcb03 /testcases/features/sfc
parent0f55daaf16e52c7cba5d4aab3c88103ea6b55b81 (diff)
Adapting testcase to Boron SR1
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>
Diffstat (limited to 'testcases/features/sfc')
-rwxr-xr-xtestcases/features/sfc/sfc.py1
-rwxr-xr-xtestcases/features/sfc/sfc_colorado1.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py
index 92d7d8495..62eab0eef 100755
--- a/testcases/features/sfc/sfc.py
+++ b/testcases/features/sfc/sfc.py
@@ -408,6 +408,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 d99c7135c..d31541d13 100755
--- a/testcases/features/sfc/sfc_colorado1.py
+++ b/testcases/features/sfc/sfc_colorado1.py
@@ -431,6 +431,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)