Add Platform Revision field.

This commit is contained in:
Jeffrey Townsend
2018-11-30 22:50:38 +00:00
parent c31f1889a3
commit 3c7c37f706

View File

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