aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/tests
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2015-01-29 11:46:14 +0000
committerSteven Hardy <shardy@redhat.com>2015-02-24 09:21:04 +0000
commitc86a76e13ea07005e31890695c220081b0ed816d (patch)
tree9762c46c6c167f38b1eb92f94beb963b91f1dd54 /os_net_config/tests
parent70c235d30aee3a401414f622b3de4f09f4b3d180 (diff)
Remove deprecated references to oslo-incubator
Purge references to modules which have been deprecated by various oslo libraries. Requires changes to use oslo.utils and oslo.concurrency, which are added to the requirements, syncing with the latest in global requirements so we can also move to the un-namespaced oslo package names. Change-Id: Idacb71b7871330e3b3fabf4a926a5b8987614c4d
Diffstat (limited to 'os_net_config/tests')
-rw-r--r--os_net_config/tests/test_impl_eni.py3
-rw-r--r--os_net_config/tests/test_impl_ifcfg.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/os_net_config/tests/test_impl_eni.py b/os_net_config/tests/test_impl_eni.py
index 701806f..9322017 100644
--- a/os_net_config/tests/test_impl_eni.py
+++ b/os_net_config/tests/test_impl_eni.py
@@ -16,9 +16,10 @@
import tempfile
+from oslo_concurrency import processutils
+
from os_net_config import impl_eni
from os_net_config import objects
-from os_net_config.openstack.common import processutils
from os_net_config.tests import base
from os_net_config import utils
diff --git a/os_net_config/tests/test_impl_ifcfg.py b/os_net_config/tests/test_impl_ifcfg.py
index 46371db..02a5cb4 100644
--- a/os_net_config/tests/test_impl_ifcfg.py
+++ b/os_net_config/tests/test_impl_ifcfg.py
@@ -17,9 +17,10 @@
import os.path
import tempfile
+from oslo_concurrency import processutils
+
from os_net_config import impl_ifcfg
from os_net_config import objects
-from os_net_config.openstack.common import processutils
from os_net_config.tests import base
from os_net_config import utils