Put osc unit tests with all other unit tests
Having osc in an upper level module meant that all osc unit tests were not being run. We had two options: either create a new job purely for osc unit tests or put all tests on the same module. The latter made more sense for simplicity reasons (KISS) Change-Id: Iabf76d8ac7ef886d736f3e30d466fe3f992287da
This commit is contained in:
parent
ee78e6486a
commit
6bccfc0d6e
@ -18,8 +18,8 @@ import uuid
|
||||
|
||||
from openstackclient.tests.unit.identity.v3 import fakes as identity_fakes
|
||||
|
||||
from manilaclient.tests.osc.unit import osc_fakes
|
||||
from manilaclient.tests.osc.unit import osc_utils
|
||||
from manilaclient.tests.unit.osc import osc_fakes
|
||||
from manilaclient.tests.unit.osc import osc_utils
|
||||
|
||||
|
||||
class FakeShareClient(object):
|
@ -22,8 +22,8 @@ from openstackclient.tests.unit.identity.v3 import fakes as identity_fakes
|
||||
|
||||
from manilaclient.common import cliutils
|
||||
from manilaclient.osc.v2 import share as osc_shares
|
||||
from manilaclient.tests.osc.unit import osc_utils
|
||||
from manilaclient.tests.osc.unit.v2 import fakes as manila_fakes
|
||||
from manilaclient.tests.unit.osc import osc_utils
|
||||
from manilaclient.tests.unit.osc.v2 import fakes as manila_fakes
|
||||
|
||||
|
||||
class TestShare(manila_fakes.TestShare):
|
Loading…
Reference in New Issue
Block a user