Exclude api_check on lxd scenarios 77/41377/1
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 8 Sep 2017 07:46:52 +0000 (09:46 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 8 Sep 2017 07:46:52 +0000 (09:46 +0200)
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>
docker/healthcheck/testcases.yaml
functest/ci/testcases.yaml

index e43c7c7..9e40db7 100644 (file)
@@ -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'
index 0dce47e..191786c 100644 (file)
@@ -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'