Adapting testcase to Boron SR1
authorManuel Buil <manuel.buil@ericsson.com>
Fri, 4 Nov 2016 17:46:22 +0000 (18:46 +0100)
committerManuel Buil <manuel.buil@ericsson.com>
Fri, 4 Nov 2016 17:46:22 +0000 (18:46 +0100)
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>
testcases/features/sfc/sfc.py
testcases/features/sfc/sfc_colorado1.py

index 92d7d84..62eab0e 100755 (executable)
@@ -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)
index d99c713..d31541d 100755 (executable)
@@ -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)