diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2015-05-13 01:13:27 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2015-05-13 09:32:39 +0200 |
commit | 96177fdd8b068314d6594361e2d274e9c1fcd7e3 (patch) | |
tree | 214897bac65909d6a91d2f2b80e612082562de5c /testcases/functest.yaml | |
parent | 270352f815ae03ed239ec94a73b1efcb8ce6a037 (diff) |
vPing.py : changed #cloud-config to inject an sh script
functest.yaml : vPing works now with a Cirros image
JIRA: FUNCTEST-3
Change-Id: I37dce502f02c4d7c5b062abb934bcf6601543b02
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/functest.yaml')
-rw-r--r-- | testcases/functest.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/testcases/functest.yaml b/testcases/functest.yaml index cee07fcad..6175e6fcb 100644 --- a/testcases/functest.yaml +++ b/testcases/functest.yaml @@ -10,12 +10,10 @@ general: 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 - #Public network. Will be created by config_functest.py - #It must be reachable from where the tests are ran - #For Fuel deployment, it exists already and its called net04_ext + 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 + #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 |