Skip to content

Commit

Permalink
put in lower cases for vendor
Browse files Browse the repository at this point in the history
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 committed Jul 27, 2021
1 parent e084f24 commit 0c60fa9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions sonic_y_cable/y_cable_vendor_mapping.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
mapping = {
"Credo": {
"CACL05321P2PA1MS": "credo.y_cable_credo",
"CACL1X321P2PA1MS": "credo.y_cable_credo",
"CACL15321P2PA1MS": "credo.y_cable_credo",
"CACL2X321P2PA1MS": "credo.y_cable_credo",
"credo": {
"cacl05321p2pa1ms": "credo.y_cable_credo",
"cacl1x321p2pa1ms": "credo.y_cable_credo",
"cacl15321p2pa1ms": "credo.y_cable_credo",
"cacl2x321p2pa1ms": "credo.y_cable_credo",

"CAC105321P2PA2MS": "credo.y_cable_credo",
"CAC11X321P2PA2MS": "credo.y_cable_credo",
"CAC115321P2PA2MS": "credo.y_cable_credo",
"CAC12X321P2PA2MS": "credo.y_cable_credo"
"cac105321p2pa2ms": "credo.y_cable_credo",
"cac11x321p2pa2ms": "credo.y_cable_credo",
"cac115321p2pa2ms": "credo.y_cable_credo",
"cac12x321p2pa2ms": "credo.y_cable_credo"
}
}

0 comments on commit 0c60fa9

Please sign in to comment.