aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/run_sfc_tests.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-11-29 12:25:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-29 12:25:58 +0000
commit402517b52e126650c1403927fa0c2f34483e3ff0 (patch)
treebdd0df6698727acfcc89f9d98bf61639af691a52 /sfc/tests/functest/run_sfc_tests.py
parentcfda5ce72f82914ffad88dc07716d5cd6eda0c4c (diff)
parent01e261ef7640be1764586a7a6ad67f45596a8a46 (diff)
Merge "Migrate SNAPS to Openstack-SDK"
Diffstat (limited to 'sfc/tests/functest/run_sfc_tests.py')
-rw-r--r--sfc/tests/functest/run_sfc_tests.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfc/tests/functest/run_sfc_tests.py b/sfc/tests/functest/run_sfc_tests.py
index 2f72acb5..c3d68811 100644
--- a/sfc/tests/functest/run_sfc_tests.py
+++ b/sfc/tests/functest/run_sfc_tests.py
@@ -176,7 +176,8 @@ class SfcFunctest(testcase.TestCase):
result = {'status': 'FAILED'}
creators = tc_instance.get_creators()
if self.cleanup_flag is True:
- sfc_cleanup.cleanup(creators,
+ sfc_cleanup.cleanup(testcase_config,
+ creators,
COMMON_CONFIG.mano_component,
odl_ip=odl_ip,
odl_port=odl_port)
@@ -200,7 +201,8 @@ class SfcFunctest(testcase.TestCase):
self.details.update({test_name: dic})
if cleanup_run_flag is not True and self.cleanup_flag is True:
- sfc_cleanup.cleanup(creators,
+ sfc_cleanup.cleanup(testcase_config,
+ creators,
COMMON_CONFIG.mano_component,
odl_ip=odl_ip,
odl_port=odl_port)