diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-01-10 11:03:27 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-01-10 11:16:42 +0000 |
commit | fd5600f3441d99f4cc9643e3a0da99c850b80a5c (patch) | |
tree | 555d2167875e2fc0046eb9fe55c9be84534af061 /resources/libraries/python | |
parent | f98ff8b4954df62497f9751b82e89fff4f399134 (diff) |
fix(core): Constants.py
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Ia5a097797b54c2e71acdcc8d72706e5540536252
Diffstat (limited to 'resources/libraries/python')
-rw-r--r-- | resources/libraries/python/Constants.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index e28558ce43..6bcf5413d9 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2022 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -333,7 +333,7 @@ class Constants: u"Intel-XL710": u"40ge2p1xl710", u"Intel-XXV710": u"25ge2p1xxv710", u"Intel-E810CQ": u"100ge2p1e810cq", - u"Amazon-Nitro-50G": u"50ge1p1ENA", + u"Amazon-Nitro-50G": u"50ge1p1ena", u"Mellanox-CX556A": u"100ge2p1cx556a", } @@ -345,7 +345,7 @@ class Constants: u"40ge2p1xl710": u"xl710", u"25ge2p1xxv710": u"xxv710", u"100ge2p1e810cq": u"e810cq", - u"50ge1p1ENA": u"ena", + u"50ge1p1ena": u"ena", u"100ge2p1cx556a": u"cx556a", } |