diff --git a/neutron_fwaas/tests/tempest_plugin/tests/scenario/manager.py b/neutron_fwaas/tests/tempest_plugin/tests/scenario/manager.py index 09d5027bd..9c1a999ea 100644 --- a/neutron_fwaas/tests/tempest_plugin/tests/scenario/manager.py +++ b/neutron_fwaas/tests/tempest_plugin/tests/scenario/manager.py @@ -23,12 +23,12 @@ from oslo_utils import netutils from tempest.common import compute from tempest.common import image as common_image -from tempest.common.utils import data_utils from tempest.common.utils.linux import remote_client from tempest.common.utils import net_utils from tempest.common import waiters from tempest import config from tempest import exceptions +from tempest.lib.common.utils import data_utils from tempest.lib.common.utils import test_utils from tempest.lib import exceptions as lib_exc import tempest.test