anvil/conf/components/glance-client.yaml
Joshua Harlow a5f029d4ff Remove duplication of test exclusions
Change-Id: I0da6f034db216d57a8c57325ce72545816c4f188
2013-07-04 20:47:25 -07:00

13 lines
300 B
YAML

# Settings for component glance-client
---
# Where we download this from...
get_from: "git://github.com/openstack/python-glanceclient.git?branch=master"
# These seem to require swift, not always installed...
exclude_tests:
- "test_ssl_cert_mismatch"
- "test_ssl_cert_subject_alt_name"
...