diff options
author | Ciprian Barbu <ciprian.barbu@enea.com> | 2016-07-25 14:43:00 +0300 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-28 11:28:28 +0000 |
commit | 748b183ff97ad7ad259a76dcef348a7b2c2fc00a (patch) | |
tree | f3ac2a7f83632cfd455bf737cb5ff03923dbc621 /ci/config_functest.yaml | |
parent | eee36c744f0c40b1da7009a24784142f4e8b6ba5 (diff) |
Add configure options for healthcheck
The healthcheck tier used hard-coded x86 image for testing glance and nova.
This breaks functest for ARM based pods, because x86 instances cannot run on
ARM and even more, if healthcheck fails no other testcases are executed.
Change-Id: I8a4cc754569a26d98bff57470574ed28eebbf2da
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
Diffstat (limited to 'ci/config_functest.yaml')
-rw-r--r-- | ci/config_functest.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index 24c7084f..953d6902 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -37,7 +37,7 @@ general: image_name: Cirros-0.3.4 image_file_name: cirros-0.3.4-x86_64-disk.img image_disk_format: qcow2 - + # Private network for functest. Will be created by config_functest.py neutron_private_net_name: functest-net neutron_private_subnet_name: functest-subnet @@ -47,6 +47,9 @@ general: neutron_private_subnet_gateway: 192.168.120.254 neutron_router_name: functest-router +healthcheck: + disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img + vping: ping_timeout: 200 vm_flavor: m1.small # adapt to your environment |