From 8553c686e32c0fa54affb4745e04cce6e36a98ff Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Sat, 9 May 2015 22:44:17 +0200 Subject: Added functest.yaml to centralize the common parameters for all scripts of functest adapted scripts to get the parameters from the yaml JIRA: FUNCTEST-1 JIRA: FUNCTEST-3 Change-Id: Id761394c3cd0efec611c9c511adfee041c3f4c58 Signed-off-by: jose.lausuch --- testcases/functest.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testcases/functest.yaml (limited to 'testcases/functest.yaml') diff --git a/testcases/functest.yaml b/testcases/functest.yaml new file mode 100644 index 000000000..c103834d1 --- /dev/null +++ b/testcases/functest.yaml @@ -0,0 +1,26 @@ +--- +general: + directories: + dir_functest: .functest/ + dir_rally_repo: .functest/Rally_repo/ + dir_rally: .functest/Rally_test/ + dir_rally_scn: .functest/Rally_test/scenarios/ + dir_rally_res: .functest/Rally_test/results/ + dir_vping: .functest/vPing/ + dir_odl: .functest/ODL/ + dir_rally_inst: .rally/ + openstack: + image_name: Ubuntu14.04 + image_url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img + image_disk_format: raw + neutron_net_name: functest-net + neutron_subnet_name: functest-subnet + neutro_subnet_range: 192.168.120.0/24 + neutron_subnet_start: 192.168.120.2 + neutron_subnet_end: 192.168.120.254 + neutron_subnet_gateway: 192.168.120.254 +vping: + ping_timeout: 200 + vm_flavor: m1.small #adapt to your environment + vm_name_1: opnfv-vping-1 + vm_name_2: opnfv-vping-2 -- cgit 1.2.3-korg