Merge "Fix creating of client manager for network tests"

This commit is contained in:
Zuul 2021-01-15 09:51:32 +00:00 committed by Gerrit Code Review
commit cdccb47b1d
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class BaseNetworkExtRbacTest(BaseNetworkRbacTest):
if cls.is_neutron_tempest_plugin_available():
from neutron_tempest_plugin.api import clients
neutron_tempest_manager = clients.Manager(manager.credentials)
neutron_tempest_manager.auth_provider.set_auth()
cls.ntp_client = neutron_tempest_manager.network_client
return manager