Move chassis to a folder as same as other resources
Change-Id: Ie70f3cefaff890ee63e605b13ff0897cc8d9969f
This commit is contained in:
parent
092b410f7f
commit
13c7e0d7a9
@ -16,7 +16,7 @@
|
||||
import sushy
|
||||
from sushy.resources import base
|
||||
|
||||
from rsd_lib.resources import chassis
|
||||
from rsd_lib.resources.chassis import chassis
|
||||
from rsd_lib.resources.fabric import fabric
|
||||
from rsd_lib.resources.node import node
|
||||
from rsd_lib.resources.storage_service import storage_service
|
||||
|
0
rsd_lib/resources/chassis/__init__.py
Normal file
0
rsd_lib/resources/chassis/__init__.py
Normal file
@ -16,7 +16,7 @@ import mock
|
||||
|
||||
from sushy.tests.unit import base
|
||||
|
||||
from rsd_lib.resources import chassis
|
||||
from rsd_lib.resources.chassis import chassis
|
||||
|
||||
|
||||
class TestChassis(base.TestCase):
|
Loading…
x
Reference in New Issue
Block a user