aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/config_functest.yaml
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2016-12-02 17:26:07 -0700
committerspisarski <s.pisarski@cablelabs.com>2016-12-08 08:51:54 -0700
commitd334e0e1e56d265c95d79c551c315add252e58cd (patch)
tree053423db590d96b34b54e5f98a9c630f66a39360 /functest/ci/config_functest.yaml
parent122445d0b7b3836a3617905ab1c293412983c394 (diff)
Added test cases for running the Python Tests included with SNAPS.
JIRA: FUNCTEST-570 The three new tests are: 1. healthcheck/connecton_check - Retrieves different OpenStack clients and may exercise a query function 2. healthcheck/api_check - Exercises many of the OpenStack APIs by performing basic CRUD operations 3. smoke/snaps_smoke - Creates VMs and some optionally test SSH into floating IPs Removed configured exernal network name and replaced it with a dynamic lookup. Fixed typo in run_tests.py Change-Id: Icb87a77c7cdd99dd9aa3a66bcc5a25b4b5935fef Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rwxr-xr-xfunctest/ci/config_functest.yaml5
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