diff --git a/aodh/tests/tempest/api/base.py b/aodh/tests/tempest/api/base.py index d2d5bd68c..53945eb1e 100644 --- a/aodh/tests/tempest/api/base.py +++ b/aodh/tests/tempest/api/base.py @@ -10,8 +10,8 @@ # License for the specific language governing permissions and limitations # under the License. -from tempest.common.utils import data_utils from tempest import config +from tempest.lib.common.utils import data_utils from tempest.lib import exceptions as lib_exc import tempest.test diff --git a/aodh/tests/tempest/api/test_alarming_api.py b/aodh/tests/tempest/api/test_alarming_api.py index 3aa4203ff..0132ce9cb 100644 --- a/aodh/tests/tempest/api/test_alarming_api.py +++ b/aodh/tests/tempest/api/test_alarming_api.py @@ -10,7 +10,7 @@ # License for the specific language governing permissions and limitations # under the License. -from tempest.common.utils import data_utils +from tempest.lib.common.utils import data_utils from tempest.lib import decorators from tempest.lib import exceptions as lib_exc diff --git a/aodh/tests/tempest/api/test_alarming_api_negative.py b/aodh/tests/tempest/api/test_alarming_api_negative.py index 5d27f2ff2..0ba9d9d2c 100644 --- a/aodh/tests/tempest/api/test_alarming_api_negative.py +++ b/aodh/tests/tempest/api/test_alarming_api_negative.py @@ -13,7 +13,7 @@ # under the License. from oslo_utils import uuidutils -from tempest.common.utils import data_utils +from tempest.lib.common.utils import data_utils from tempest.lib import decorators from tempest.lib import exceptions as lib_exc from tempest import test