Switch to use stable data_utils
Tempest provides stable library interfaces under tempest.lib. This patch switches to use it for data_utils. Change-Id: I6fdfb3d731d11453a8aece6be295f7d456c14dc3
This commit is contained in:
parent
96158bb93c
commit
17fdfcf0be
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
from six import moves
|
from six import moves
|
||||||
from tempest.common.utils import data_utils
|
from tempest.lib.common.utils import data_utils
|
||||||
from tempest.lib import decorators
|
from tempest.lib import decorators
|
||||||
from tempest.lib import exceptions as lib_exc
|
from tempest.lib import exceptions as lib_exc
|
||||||
from testtools import matchers
|
from testtools import matchers
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
from six import moves
|
from six import moves
|
||||||
from tempest.common.utils import data_utils
|
from tempest.lib.common.utils import data_utils
|
||||||
from tempest.lib import decorators
|
from tempest.lib import decorators
|
||||||
from testtools import matchers
|
from testtools import matchers
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
|
|
||||||
from six import moves
|
from six import moves
|
||||||
from tempest.common.utils import data_utils
|
|
||||||
from tempest import config
|
from tempest import config
|
||||||
|
from tempest.lib.common.utils import data_utils
|
||||||
from tempest.lib import decorators
|
from tempest.lib import decorators
|
||||||
from testtools import matchers
|
from testtools import matchers
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
import json
|
import json
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from tempest.common.utils import data_utils
|
from tempest.lib.common.utils import data_utils
|
||||||
from tempest.lib.common.utils import test_utils
|
from tempest.lib.common.utils import test_utils
|
||||||
from tempest.lib import decorators
|
from tempest.lib import decorators
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user