diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-09-08 09:46:52 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-09-08 09:46:52 +0200 |
commit | fd6588599a47809de9d4162f13e7c785d3044c95 (patch) | |
tree | 74e50ff03dab823c4f1ebe813b43c46f6694f3c5 /docker/healthcheck | |
parent | 1df61603c6de7880bdd366b979c0a202d3cb8692 (diff) |
Exclude api_check on lxd scenarios
Most of the tests are OK but the last tests deal with qcow2 images
the testcase is therefore not compatible with lxd sceanrio
Change-Id: Ie67e5e1a67673c5d2076ef306bd7d29f46e6977f
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docker/healthcheck')
-rw-r--r-- | docker/healthcheck/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index e43c7c77..9e40db77 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -37,7 +37,7 @@ tiers: snaps.use_keystone is True, functest must have access to the cloud's private network. dependencies: - installer: '^((?!netvirt).)*$' + installer: '^((?!netvirt|lxd).)*$' scenario: '' run: module: 'functest.opnfv_tests.openstack.snaps.api_check' |