Remove mentions of root "tests" package from test_funcional_*

Change-Id: I0b52269cf62d570dd894b9fdf563bcf66effa5de
This commit is contained in:
Yuriy Taraday 2015-05-02 21:47:07 +03:00
parent a9479673f4
commit e1c139f08f
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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):