예제 #1
0
 def load_backends(self):
     """Initialize each manager and assigns them to an attribute."""
     # TODO(morgan): Ensure our tests only ever call load_backends
     # a single time via this method. for now just clear the registry
     # if we are reloading.
     provider_api.ProviderAPIs._clear_registry_instances()
     self.useFixture(ksfixtures.BackendLoader(self))
예제 #2
0
 def load_backends(self):
     """Initialize each manager and assigns them to an attribute."""
     self.useFixture(ksfixtures.BackendLoader(self))