diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-09 07:43:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-09 07:43:21 +0000 |
commit | 3e8707b400695269f2f9737fb8e094419a461f6a (patch) | |
tree | 36883bae34483534b2a5074605ea117dab2c152e /functest/ci/config_functest.yaml | |
parent | 77458d72140c0e2a4ffc608bb36f64249abf2777 (diff) | |
parent | d334e0e1e56d265c95d79c551c315add252e58cd (diff) |
Merge "Added test cases for running the Python Tests included with SNAPS."
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rwxr-xr-x | functest/ci/config_functest.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index c75afdaf..0da2bb8f 100755 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -26,6 +26,7 @@ general: dir_repo_ovno: /home/opnfv/repos/ovno
dir_repo_parser: /home/opnfv/repos/parser
dir_repo_domino: /home/opnfv/repos/domino
+ dir_repo_snaps: /home/opnfv/repos/snaps
dir_functest: /home/opnfv/functest
dir_functest_test: /home/opnfv/repos/functest/functest/opnfv_tests
dir_results: /home/opnfv/functest/results
@@ -64,6 +65,10 @@ healthcheck: disk_format: qcow2
wait_time: 60
+snaps:
+ use_keystone: True
+ use_floating_ips: False
+
vping:
ping_timeout: 200
vm_flavor: m1.tiny # adapt to your environment
|