Add Ethernet Interface in RSD 2.3 system

Change-Id: Iffe5358c6800d0ea622fdf620e2abf979d991775
This commit is contained in:
Lin Yang
2019-02-05 12:12:33 -08:00
parent bf81ec72f8
commit bbdb7c48df
13 changed files with 738 additions and 73 deletions

View File

@@ -52,8 +52,6 @@ class System(system.System):
self._conn, self._get_processor_collection_path(),
redfish_version=self.redfish_version)
return self._processors
@property
@utils.cache_it
def memory(self):