Merge "Fill server schema for microversion 2.9"
This commit is contained in:
commit
127d2970dc
@ -17,7 +17,13 @@ import copy
|
||||
from tempest.lib.api_schema.response.compute.v2_1 import servers as servers_21
|
||||
from tempest.lib.api_schema.response.compute.v2_6 import servers
|
||||
|
||||
# NOTE: Below are the unchanged schema in this microversion. We need
|
||||
# to keep this schema in this file to have the generic way to select the
|
||||
# right schema based on self.schema_versions_info mapping in service client.
|
||||
# ****** Schemas unchanged since microversion 2.6 ******
|
||||
list_servers = copy.deepcopy(servers.list_servers)
|
||||
show_server_diagnostics = copy.deepcopy(servers.show_server_diagnostics)
|
||||
get_remote_consoles = copy.deepcopy(servers.get_remote_consoles)
|
||||
|
||||
get_server = copy.deepcopy(servers.get_server)
|
||||
get_server['response_body']['properties']['server'][
|
||||
|
Loading…
x
Reference in New Issue
Block a user