From 12b658702a1db256fb9cf1e3fa7d055ac58b91af Mon Sep 17 00:00:00 2001 From: Vijayendra Radhakrishna Date: Wed, 7 Dec 2016 16:22:28 +0530 Subject: odl-sfc refactor:run_tests.py integration - JIRA:SFC-54 - This has not yet removed dependacy of prepare_odl_sfc.py Change-Id: Ie86eb167d49a16bbe4322978a907825829ac364d Signed-off-by: Vijayendra Radhakrishna --- tests/functest/odl-sfc/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/functest/odl-sfc/config.yaml') diff --git a/tests/functest/odl-sfc/config.yaml b/tests/functest/odl-sfc/config.yaml index c6624af6..e99ea102 100644 --- a/tests/functest/odl-sfc/config.yaml +++ b/tests/functest/odl-sfc/config.yaml @@ -9,7 +9,11 @@ defaults: url: "http://artifacts.opnfv.org/sfc/demo" testcases: - sfc_two_chains_SSH_and_HTTP: +# this change requires sfc.py to be renamed as sfc_two_chains_SSH_and_HTTP +# for run_tests.py integration. Rename of sfc.py will be submitted in +# separate patch for better review clarity and name will be changed back to +# sfc_two_chains_SSH_and_HTTP once sfc.py is renamed + sfc: enabled: true description: "ODL-SFC tests" testname_db: "sfc_two_chains_SSH_and_HTTP" -- cgit 1.2.3-korg