Merge "Replace the usage of 'admin_manager' with 'os_admin'"

This commit is contained in:
Jenkins 2017-09-26 08:57:07 +00:00 committed by Gerrit Code Review
commit 37b556ab7a
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class InspectorScenarioTest(BaremetalScenarioTest):
self.baremetal_client.set_node_provision_state(self, uuid, state) self.baremetal_client.set_node_provision_state(self, uuid, state)
def hypervisor_stats(self): def hypervisor_stats(self):
return (self.admin_manager.hypervisor_client. return (self.os_admin.hypervisor_client.
show_hypervisor_statistics()) show_hypervisor_statistics())
def server_show(self, uuid): def server_show(self, uuid):