diff options
author | boucherv <valentin.boucher@orange.com> | 2016-08-10 18:59:41 +0200 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-08-10 19:06:19 +0200 |
commit | 7eefbe8f7ec52d727e8e504e4ddd4ddb57cf569e (patch) | |
tree | 5b1b61bbe68c03a74397dbdbf9b36422aa90d0e7 /ci/config_patch.yaml | |
parent | 9f923a7996f47b1187a759e28ad0728916d56fc9 (diff) |
Create config_functest patch to update the conf with scenario
Adding support of LXD scenario
JIRA: FUNCTEST-268
Change-Id: I5891ff9de674d99d32d8db747be501ee8a2e6609
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'ci/config_patch.yaml')
-rw-r--r-- | ci/config_patch.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml new file mode 100644 index 000000000..467a83ca0 --- /dev/null +++ b/ci/config_patch.yaml @@ -0,0 +1,9 @@ +lxd: + general: + openstack: + image_name: Cirros-0.3.4 + image_file_name: cirros-0.3.4-x86_64-lxc.tar.gz + image_disk_format: raw + + healthcheck: + disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-lxc.tar.gz |