Enable all extension for all remaining sample tests
As extensions options has been deprecated, API sample tests should run against all extension enable. This commit enables all extensions for all the remaining sample tests and remove extensions specific tests and sample files. Also remove extension setting specific logic from base test class along with TODOs. Partially implements blueprint api-sample-tests-with-all-extensions Change-Id: I66b593760789e5b3b92137a672246f8d91e44cba
This commit is contained in:
parent
d9e8220b00
commit
b4e94cd166
@ -18,7 +18,7 @@ from nova.tests.functional.api_sample_tests import api_sample_base
|
||||
|
||||
class AggregatesSampleJsonTest(api_sample_base.ApiSampleTestBaseV21):
|
||||
ADMIN_API = True
|
||||
extension_name = "os-aggregates"
|
||||
sample_dir = "os-aggregates"
|
||||
|
||||
def test_aggregate_create(self):
|
||||
subs = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user