diff options
author | valentin boucher <valentin.boucher@orange.com> | 2016-08-12 09:04:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-12 09:04:54 +0000 |
commit | 0aebc756459065c373552cb2fde684c33a08e0a7 (patch) | |
tree | 87881e2a5d3d31f8ac2e2f17deb53b5506bf4f98 /testcases | |
parent | f7359db4935314adff03cc2f5990a8eb4b00349a (diff) | |
parent | 29f54066adb9feb8b6a10eb4226416d98d55d89f (diff) |
Merge "Bug fix to eliminate undeterministic behaviour"
Diffstat (limited to 'testcases')
-rwxr-xr-x | testcases/features/sfc/sfc.py | 3 |
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" |