Cleanup for merging v2 and v2.1 functional tests.

All functional tests have been merged between v2 and v2.1.
This commit does the cleanup for all TODO added while merging the tests.

Partially implements blueprint test-collapse-v2-and-v21

Change-Id: I2f5a3dcc41e296c3baba6e4ea7e20079df48b43d
This commit is contained in:
ghanshyam
2015-08-26 10:56:29 +09:00
parent 764c4d467e
commit 8c4b555116
85 changed files with 10 additions and 339 deletions

View File

@@ -33,10 +33,6 @@ CONF.import_opt('osapi_compute_extension',
class ServerActionsSampleJsonTest(api_sample_base.ApiSampleTestBaseV3):
ADMIN_API = True
extension_name = 'os-instance-actions'
# TODO(gmann): Overriding '_api_version' till all functional tests
# are merged between v2 and v2.1. After that base class variable
# itself can be changed to 'v2'
_api_version = 'v2'
def _get_flags(self):
f = super(ServerActionsSampleJsonTest, self)._get_flags()