New OnlPlatformPortConfig for S5212/S5224

This commit is contained in:
Zi Zhou
2019-07-02 13:23:13 -07:00
parent d43cf0638f
commit a7f2a4ea46

View File

@@ -550,10 +550,18 @@ class OnlPlatformPortConfig_12x10_3x100(object):
PORT_COUNT=15
PORT_CONFIG="12x10 + 3x100"
class OnlPlatformPortConfig_12x25_3x100(object):
PORT_COUNT=15
PORT_CONFIG="12x25 + 3x100"
class OnlPlatformPortConfig_24x10_2x100(object):
PORT_COUNT=26
PORT_CONFIG="24x10 + 2x100"
class OnlPlatformPortConfig_24x25_4x100(object):
PORT_COUNT=28
PORT_CONFIG="24x25 + 4x100"
class OnlPlatformPortConfig_20x100(object):
PORT_COUNT=20
PORT_CONFIG="20x100"