mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-24 16:57:02 +00:00
Add Platform Revision field.
This commit is contained in:
@@ -452,6 +452,7 @@ class OnlPlatformBase(object):
|
||||
s = """Model: %s
|
||||
Manufacturer: %s
|
||||
Ports: %s (%s)
|
||||
Platform Revision: %s
|
||||
System Object Id: %s
|
||||
System Information:
|
||||
%s
|
||||
@@ -461,6 +462,7 @@ System Information:
|
||||
self.MANUFACTURER,
|
||||
self.PORT_COUNT,
|
||||
self.PORT_CONFIG,
|
||||
self.PLATFORM.split('-')[-1],
|
||||
self.sys_object_id(),
|
||||
str(self.onie_info),
|
||||
str(self.platform_info),
|
||||
|
||||
Reference in New Issue
Block a user