Skip to content

Commit

Permalink
Update Media settings test case (sonic-net#7220)
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindmani-1 authored and Carl Keene committed Aug 7, 2021
1 parent c5f5cda commit 06cda15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sonic-device-data/tests/media_checker
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import re
import sys

level1_keys = ["GLOBAL_MEDIA_SETTINGS","PORT_MEDIA_SETTINGS"]
setting_keys = ["preemphasis","idriver","ipredriver"]

setting_keys = ["preemphasis","idriver","ipredriver",\
"main","pre1","pre2","pre3",\
"post1","post2","post3","attn"]
lane_prefix = "lane"
comma_separator = ","
range_separator = "-"
Expand Down

0 comments on commit 06cda15

Please sign in to comment.