diff --git a/neutron_lbaas/tests/tempest/v1/api/clients.py b/neutron_lbaas/tests/tempest/v1/api/clients.py index e3e71b62d..bfb45b946 100644 --- a/neutron_lbaas/tests/tempest/v1/api/clients.py +++ b/neutron_lbaas/tests/tempest/v1/api/clients.py @@ -16,9 +16,8 @@ from tempest.common import cred_provider from tempest import config +from tempest.lib.services.identity.v2.tenants_client import TenantsClient from tempest import manager -from tempest.services.identity.v2.json.tenants_client import \ - TenantsClient from neutron_lbaas.tests.tempest.lib.services.network.json.network_client import \ NetworkClientJSON diff --git a/test-requirements.txt b/test-requirements.txt index 736d67629..9bc881df7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,4 +21,4 @@ WebTest>=2.0 # MIT reno>=1.8.0 # Apache2 # Needed to run DB commands in virtualenvs PyMySQL>=0.6.2 # MIT License -tempest>=11.0.0 # Apache-2.0 +tempest>=12.1.0 # Apache-2.0