diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-18 15:53:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-18 15:53:57 +0000 |
commit | 99e12689825a0fb827f8b966a3a82fb91106b160 (patch) | |
tree | 8e6adc30ca7b83a29753a5a385cb4894f9f6fcdb /testcases/config_functest.yaml | |
parent | eb5abe94afaa09333676457a9a689be3e42e39a4 (diff) | |
parent | 40af06d334dfc8d6ba5f77927e36800f48f0ad20 (diff) |
Merge "Generating test lists for tempest"
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 5059a0919..d9432316c 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -1,12 +1,13 @@ general: directories: # Relative to the path where the repo is cloned: - dir_vping: testcases/vPing/CI/libraries/ - dir_odl: testcases/Controllers/ODL/CI/ - dir_rally: testcases/VIM/OpenStack/CI/libraries/ - dir_rally_scn: testcases/VIM/OpenStack/CI/rally_cert/ - dir_vIMS: testcases/vIMS/CI/ - dir_onos: testcases/Controllers/ONOS/Teston/CI/ + dir_vping: testcases/vPing/CI/libraries/ + dir_odl: testcases/Controllers/ODL/CI/ + dir_rally: testcases/VIM/OpenStack/CI/libraries/ + dir_rally_scn: testcases/VIM/OpenStack/CI/rally_cert/ + dir_tempest_cases: testcases/VIM/OpenStack/CI/custom_tests/ + dir_vIMS: testcases/vIMS/CI/ + dir_onos: testcases/Controllers/ONOS/Teston/CI/ # Absolute path dir_repos: /home/opnfv/repos |