From f2d9ca06bd9a70b4ee50c0dd51fcb061cf2baaca Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 29 Aug 2017 12:33:58 +0200 Subject: Remove setup_compute_node and configure_iptables We are going to use ODL Nitrogen which does not require the NSH hack as packets reaching the VNF will use ETH+NSH encapsulation Change-Id: I5a55fde84e8f17860783ec9de8b99242fc38b9a9 Signed-off-by: Manuel Buil --- sfc/tests/functest/sfc_one_chain_two_service_functions.py | 3 --- sfc/tests/functest/sfc_symmetric_chain.py | 2 -- sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py | 3 --- 3 files changed, 8 deletions(-) (limited to 'sfc/tests') diff --git a/sfc/tests/functest/sfc_one_chain_two_service_functions.py b/sfc/tests/functest/sfc_one_chain_two_service_functions.py index 7d421efc..3dbae79c 100644 --- a/sfc/tests/functest/sfc_one_chain_two_service_functions.py +++ b/sfc/tests/functest/sfc_one_chain_two_service_functions.py @@ -62,9 +62,6 @@ def main(): results.add_to_summary(2, "STATUS", "SUBTEST") results.add_to_summary(0, "=") - test_utils.setup_compute_node(TESTCASE_CONFIG.subnet_cidr, compute_nodes) - test_utils.configure_iptables(controller_nodes) - test_utils.download_image(COMMON_CONFIG.url, COMMON_CONFIG.image_path) _, custom_flv_id = os_utils.get_or_create_flavor( diff --git a/sfc/tests/functest/sfc_symmetric_chain.py b/sfc/tests/functest/sfc_symmetric_chain.py index f515fab3..af49b998 100644 --- a/sfc/tests/functest/sfc_symmetric_chain.py +++ b/sfc/tests/functest/sfc_symmetric_chain.py @@ -56,8 +56,6 @@ def main(): results.add_to_summary(2, "STATUS", "SUBTEST") results.add_to_summary(0, "=") - test_utils.setup_compute_node(TESTCASE_CONFIG.subnet_cidr, compute_nodes) - test_utils.configure_iptables(controller_nodes) test_utils.download_image(COMMON_CONFIG.url, COMMON_CONFIG.image_path) neutron_client = os_utils.get_neutron_client() diff --git a/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py b/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py index 068c842d..31469583 100644 --- a/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py +++ b/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py @@ -74,9 +74,6 @@ def main(): '\033[91mexport INSTALLER_IP=\033[0m') sys.exit(1) - test_utils.setup_compute_node(TESTCASE_CONFIG.subnet_cidr, compute_nodes) - test_utils.configure_iptables(controller_nodes) - test_utils.download_image(COMMON_CONFIG.url, COMMON_CONFIG.image_path) _, custom_flv_id = os_utils.get_or_create_flavor( -- cgit 1.2.3-korg