Adapting testcase to Boron SR1 21/24021/1 colorado.2.0
authorManuel Buil <manuel.buil@ericsson.com>
Fri, 4 Nov 2016 17:46:22 +0000 (18:46 +0100)
committerJose Lausuch <jose.lausuch@ericsson.com>
Mon, 7 Nov 2016 11:58:27 +0000 (11:58 +0000)
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)

testcases/features/sfc/sfc.py
testcases/features/sfc/sfc_colorado1.py

index 9a73440..789bb71 100755 (executable)
@@ -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)
index 6dd4987..734421f 100755 (executable)
@@ -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)