From fd243c2e0f2f4caa405473f95e8de5d44d862e8c Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 14 Sep 2017 11:58:44 +0200 Subject: Update the wait_for_classification_rules function Two things must be done: 1 - Be compatible with the new way of doing SFC in ODL Nitrogen 2 - Be installer independent Change-Id: Ibbb3057db30a7c00e92f788bb03e770749e2b255 Signed-off-by: Manuel Buil --- sfc/tests/functest/sfc_symmetric_chain.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sfc/tests/functest/sfc_symmetric_chain.py') diff --git a/sfc/tests/functest/sfc_symmetric_chain.py b/sfc/tests/functest/sfc_symmetric_chain.py index 6fae3e81..1f3065e1 100644 --- a/sfc/tests/functest/sfc_symmetric_chain.py +++ b/sfc/tests/functest/sfc_symmetric_chain.py @@ -182,8 +182,7 @@ def main(): # Start measuring the time it takes to implement the classification rules t1 = threading.Thread(target=test_utils.wait_for_classification_rules, - args=(ovs_logger, compute_nodes, odl_ip, odl_port, - testTopology,)) + args=(ovs_logger, compute_nodes, odl_ip, odl_port,)) try: t1.start() -- cgit 1.2.3-korg