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 (cherry picked from commit 17fdfcf0bed16dcf95b15ac1f3230430c9fe4108)
This commit is contained in:
parent
1e48f0fcfc
commit
686caa6870
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
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 exceptions as lib_exc
|
||||
from testtools import matchers
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
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 testtools import matchers
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
|
||||
|
||||
from six import moves
|
||||
from tempest.common.utils import data_utils
|
||||
from tempest import config
|
||||
from tempest.lib.common.utils import data_utils
|
||||
from tempest.lib import decorators
|
||||
from testtools import matchers
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
import json
|
||||
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 import decorators
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user