aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitrios Markou <mardim@intracom-telecom.com>2017-03-24 12:26:32 +0200
committerManuel Buil <mbuil@suse.com>2017-03-27 09:45:11 +0000
commit0c355b40f1b523a24277bfed01fd9da82747aac4 (patch)
treee0e2d573fd6c581f9e504a82ba66545d7cbdf5fe
parent6874713393683d3760a7df5aaed665456ff8db4c (diff)
Rename the sfc_one_chain_two_service_functions..
We use topology shuffling for the execution of testcases so is meaningless to specify an exact topology in the testcase's file name Change-Id: I6fc7b3b2a72017fe501a022dca001c5bc7761acc Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com> (cherry picked from commit ff5710c3d39cf5124a00ad329aeae1d483a803a2)
-rw-r--r--sfc/tests/functest/config.yaml6
-rw-r--r--sfc/tests/functest/sfc_one_chain_two_service_functions.py (renamed from sfc/tests/functest/sfc_one_chain_two_service_functions_different_computes.py)5
2 files changed, 6 insertions, 5 deletions
diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml
index bc8cbc3a..bc6e1726 100644
--- a/sfc/tests/functest/config.yaml
+++ b/sfc/tests/functest/config.yaml
@@ -32,11 +32,11 @@ testcases:
test_vnfd_red: "test-vnfd1.yaml"
test_vnfd_blue: "test-vnfd2.yaml"
- sfc_one_chain_two_service_functions_different_computes:
+ sfc_one_chain_two_service_functions:
enabled: true
order: 0
- description: "ODL-SFC Testing SFs in different computes"
- testname_db: "sfc_one_chain_two_service_functions_different_computes"
+ description: "ODL-SFC Testing SFs when they are located on the same chain"
+ testname_db: "sfc_one_chain_two_service_functions"
net_name: example-net
subnet_name: example-subnet
router_name: example-router
diff --git a/sfc/tests/functest/sfc_one_chain_two_service_functions_different_computes.py b/sfc/tests/functest/sfc_one_chain_two_service_functions.py
index 801e3f76..e55af011 100644
--- a/sfc/tests/functest/sfc_one_chain_two_service_functions_different_computes.py
+++ b/sfc/tests/functest/sfc_one_chain_two_service_functions.py
@@ -29,8 +29,9 @@ logger = ft_logger.Logger(__name__).getLogger()
CLIENT = "client"
SERVER = "server"
COMMON_CONFIG = sfc_config.CommonConfig()
-TESTCASE_CONFIG = sfc_config.TestcaseConfig('sfc_one_chain_two_service'
- '_functions_different_computes')
+TESTCASE_CONFIG = sfc_config.TestcaseConfig(
+ 'sfc_one_chain_two_service'
+ '_functions')
def main():