Remove mentions of root "tests" package from test_funcional_*
Change-Id: I0b52269cf62d570dd894b9fdf563bcf66effa5de
This commit is contained in:
parent
a9479673f4
commit
e1c139f08f
@ -41,8 +41,8 @@ import testtools
|
||||
from testtools import content
|
||||
|
||||
from oslo_rootwrap import client
|
||||
from oslo_rootwrap.tests import run_daemon
|
||||
from oslo_rootwrap import wrapper
|
||||
from tests import run_daemon
|
||||
|
||||
|
||||
class _FunctionalBase(object):
|
||||
|
@ -19,7 +19,7 @@ if os.environ.get('TEST_EVENTLET', False):
|
||||
import eventlet
|
||||
eventlet.monkey_patch()
|
||||
|
||||
from tests import test_functional
|
||||
from oslo_rootwrap.tests import test_functional
|
||||
|
||||
class RootwrapDaemonTest(test_functional.RootwrapDaemonTest):
|
||||
def assert_unpatched(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user