aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-09-08 09:42:06 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-08 09:42:06 +0000
commit94442c0ea7245b0f69da547c1924b0a9325f21cc (patch)
tree6624393805a5fdbf10c56434d2af10ff7a6a9fd9 /functest
parent90f7a7de0d911c6c8cc472add5f7cde163bf148e (diff)
parentfd6588599a47809de9d4162f13e7c785d3044c95 (diff)
Merge "Exclude api_check on lxd scenarios"
Diffstat (limited to 'functest')
-rw-r--r--functest/ci/testcases.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 0dce47e3..191786cb 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/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'
f='#n215'>215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265