From 7eefbe8f7ec52d727e8e504e4ddd4ddb57cf569e Mon Sep 17 00:00:00 2001 From: boucherv Date: Wed, 10 Aug 2016 18:59:41 +0200 Subject: 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 --- ci/config_patch.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ci/config_patch.yaml (limited to 'ci/config_patch.yaml') diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml new file mode 100644 index 00000000..467a83ca --- /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 -- cgit 1.2.3-korg