Remove duplication of test exclusions
Change-Id: I0da6f034db216d57a8c57325ce72545816c4f188
This commit is contained in:
parent
b8afc2e9d4
commit
a5f029d4ff
@ -20,10 +20,3 @@ from anvil.components import base_testing as btesting
|
|||||||
class GlanceClientTester(btesting.PythonTestingComponent):
|
class GlanceClientTester(btesting.PythonTestingComponent):
|
||||||
def _use_run_tests(self):
|
def _use_run_tests(self):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def _get_test_exclusions(self):
|
|
||||||
return [
|
|
||||||
# These seem to require swift, not always installed...
|
|
||||||
'test_ssl_cert_mismatch',
|
|
||||||
'test_ssl_cert_subject_alt_name',
|
|
||||||
]
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
# Where we download this from...
|
# Where we download this from...
|
||||||
get_from: "git://github.com/openstack/python-glanceclient.git?branch=master"
|
get_from: "git://github.com/openstack/python-glanceclient.git?branch=master"
|
||||||
|
|
||||||
|
# These seem to require swift, not always installed...
|
||||||
exclude_tests:
|
exclude_tests:
|
||||||
- "test_ssl_cert_mismatch"
|
- "test_ssl_cert_mismatch"
|
||||||
- "test_ssl_cert_subject_alt_name"
|
- "test_ssl_cert_subject_alt_name"
|
||||||
|
Loading…
Reference in New Issue
Block a user