Move chassis to a folder as same as other resources

Change-Id: Ie70f3cefaff890ee63e605b13ff0897cc8d9969f
This commit is contained in:
Lin Yang 2018-01-24 16:42:30 -08:00
parent 092b410f7f
commit 13c7e0d7a9
4 changed files with 2 additions and 2 deletions

View File

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

View File

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