summaryrefslogtreecommitdiffstats
path: root/testcases/config_functest.yaml
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2015-05-26 00:09:05 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2015-05-26 00:49:17 +0200
commitdbfa6c950641582286f20ccaf3f77d751df82fa4 (patch)
treef0606bf7b4c351d96310b6a2fad64e05895bb81e /testcases/config_functest.yaml
parente7f1ced2426b881562b4d5ca51189c751c7f485e (diff)
Refactor functest environment
Depends on: https://gerrit.opnfv.org/gerrit/#/c/642/ JIRA: FUNCTEST-10 Change-Id: I08404df8b38372a40f715d9bde2347fd67ce52a9 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r--testcases/config_functest.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml
new file mode 100644
index 000000000..5fe7fbffc
--- /dev/null
+++ b/testcases/config_functest.yaml
@@ -0,0 +1,36 @@
+---
+general:
+ # Relative paths to the path where the repo is cloned
+ directories:
+ 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/suites/
+ dir_rally_res: functest/results/ # $HOME/functest/results
+ dir_rally_repo: functest/Rally_repo/
+ dir_rally_inst: .rally/ # $HOME/.rally/ usually
+
+ openstack:
+ image_name: functest-img
+ image_url: http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
+ image_disk_format: qcow2
+ image_download_path: functest/ # $HOME/functest/
+ #Public network. Optional
+ neutron_public_net_name: net04_ext
+ neutron_public_subnet_name: net04_ext__subnet
+ neutron_public_subnet_cidr: 172.16.9.0/24
+ neutron_public_subnet_start: 172.16.9.130
+ neutron_public_subnet_end: 172.16.9.254
+ #Private network for functest. Will be created by config_functest.py
+ neutron_private_net_name: functest-net
+ neutron_private_subnet_name: functest-subnet
+ neutron_private_subnet_cidr: 192.168.120.0/24
+ neutron_private_subnet_start: 192.168.120.2
+ neutron_private_subnet_end: 192.168.120.254
+ neutron_private_subnet_gateway: 192.168.120.254
+ neutron_router_name: functest-router
+vping:
+ ping_timeout: 200
+ vm_flavor: m1.small #adapt to your environment
+ vm_name_1: opnfv-vping-1
+ vm_name_2: opnfv-vping-2