summaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc
diff options
context:
space:
mode:
authorvalentin boucher <valentin.boucher@orange.com>2016-08-12 09:04:54 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-12 09:04:54 +0000
commit0aebc756459065c373552cb2fde684c33a08e0a7 (patch)
tree87881e2a5d3d31f8ac2e2f17deb53b5506bf4f98 /testcases/features/sfc
parentf7359db4935314adff03cc2f5990a8eb4b00349a (diff)
parent29f54066adb9feb8b6a10eb4226416d98d55d89f (diff)
Merge "Bug fix to eliminate undeterministic behaviour"
Diffstat (limited to 'testcases/features/sfc')
-rwxr-xr-xtestcases/features/sfc/sfc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py
index 17ab386f6..bdd279051 100755
--- a/testcases/features/sfc/sfc.py
+++ b/testcases/features/sfc/sfc.py
@@ -349,6 +349,9 @@ def main():
TACKER_CHANGECLASSI
subprocess.call(tacker_classi, shell=True)
+ logger.info("Wait for ODL to update the classification rules in OVS")
+ time.sleep(10)
+
# SSH to modify the classification flows in compute
contr_cmd4 = ("sshpass -p r00tme ssh " + ssh_options + " root@10.20.0.2"