summaryrefslogtreecommitdiffstats
path: root/sdnvpn/test/functest/testcase_1.py
diff options
context:
space:
mode:
authortomsou <soth@intracom-telecom.com>2017-06-27 13:51:13 +0000
committertomsou <soth@intracom-telecom.com>2017-06-27 13:53:11 +0000
commit18443e7872ddb154e2c91433ed03b09deab90321 (patch)
treee544385296996c9b8979d9d4db77f336193d50de /sdnvpn/test/functest/testcase_1.py
parent3ce7e4e7d64007f4c242885b13766f4440bc533c (diff)
Adapt the floating ip handling in functest
Comply with the new floating ip management in functest (https://gerrit.opnfv.org/gerrit/#/c/36415) JIRA: SDNVPN-165 Change-Id: I39e380caf07568e2370246afcf483eb8adb3def6 Signed-off-by: tomsou <soth@intracom-telecom.com>
Diffstat (limited to 'sdnvpn/test/functest/testcase_1.py')
-rw-r--r--sdnvpn/test/functest/testcase_1.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdnvpn/test/functest/testcase_1.py b/sdnvpn/test/functest/testcase_1.py
index 2cd03b6..d114929 100644
--- a/sdnvpn/test/functest/testcase_1.py
+++ b/sdnvpn/test/functest/testcase_1.py
@@ -212,10 +212,10 @@ def main():
results.get_ping_status(vm_1, vm_4, expected="PASS", timeout=30)
results.get_ping_status(vm_1, vm_5, expected="PASS", timeout=30)
- test_utils.cleanup_nova(nova_client, floatingip_ids, instance_ids,
- image_ids)
- test_utils.cleanup_neutron(neutron_client, bgpvpn_ids, interfaces,
- subnet_ids, router_ids, network_ids)
+ test_utils.cleanup_nova(nova_client, instance_ids, image_ids)
+ test_utils.cleanup_neutron(neutron_client, floatingip_ids, bgpvpn_ids,
+ interfaces, subnet_ids, router_ids,
+ network_ids)
return results.compile_summary()