diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-24 18:25:52 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-25 15:09:35 +0100 |
commit | 165ff17205d99b18df36e5ac6f34ede858e3da17 (patch) | |
tree | 3199a34b651204cd62bdc78b5c5fc19c73ca3f02 /functest/ci/config_functest.yaml | |
parent | 96aef41089d2c62913320028dd9618197d0e75c5 (diff) |
file/dir renaming for consistency
JIRA: FUNCTEST-579
Change-Id: Iaa545db70bfb76770df0a3d17871e29ce518ff2d
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rwxr-xr-x | functest/ci/config_functest.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index a19139c0..c75afdaf 100755 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -1,13 +1,13 @@ general:
directories:
# Relative to the path where the repo is cloned:
- dir_vping: functest/opnfv_tests/OpenStack/vPing
- dir_odl: functest/opnfv_tests/Controllers/ODL
- dir_rally: functest/opnfv_tests/OpenStack/rally
- dir_tempest_cases: functest/opnfv_tests/OpenStack/tempest/custom_tests
- dir_vIMS: functest/opnfv_tests/vnf/vIMS
- dir_onos: functest/opnfv_tests/Controllers/ONOS/Teston
- dir_onos_sfc: functest/opnfv_tests/Controllers/ONOS/Sfc
+ dir_vping: functest/opnfv_tests/openstack/vping
+ dir_odl: functest/opnfv_tests/sdn/odl
+ dir_rally: functest/opnfv_tests/openstack/rally
+ dir_tempest_cases: functest/opnfv_tests/openstack/tempest/custom_tests
+ dir_vIMS: functest/opnfv_tests/vnf/ims
+ dir_onos: functest/opnfv_tests/sdn/onos/teston
+ dir_onos_sfc: functest/opnfv_tests/sdn/onos/sfc
# Absolute path
dir_home: /home/opnfv
|