From 9df7f6fa368d673887c3d583320ca9a5a1458c3d Mon Sep 17 00:00:00 2001 From: boucherv Date: Fri, 12 Aug 2016 10:38:16 +0200 Subject: Improve LXD scenario support JIRA: FUNCTEST-268 Change-Id: I8c8a3eff4a7e94b963c0307010a60723dc13a537 Signed-off-by: boucherv --- ci/config_functest.yaml | 1 + ci/config_patch.yaml | 1 + ci/testcases.yaml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index fb4103d3..33495ed9 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -50,6 +50,7 @@ general: healthcheck: disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img + disk_format: qcow2 vping: ping_timeout: 200 diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml index 467a83ca..4994d49d 100644 --- a/ci/config_patch.yaml +++ b/ci/config_patch.yaml @@ -7,3 +7,4 @@ lxd: healthcheck: disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-lxc.tar.gz + disk_format: raw \ No newline at end of file diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 47d544b9..aec99714 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -47,7 +47,7 @@ tiers: 2) Connectivity between 2 instances over a private network. dependencies: installer: '' - scenario: '' + scenario: '^((?!lxd).)*$' - name: tempest_smoke_serial -- cgit 1.2.3-korg