Update Media settings test case (#7220)
This commit is contained in:
parent
2737c9681f
commit
27f4daba54
@ -6,7 +6,10 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
level1_keys = ["GLOBAL_MEDIA_SETTINGS","PORT_MEDIA_SETTINGS"]
|
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"
|
lane_prefix = "lane"
|
||||||
comma_separator = ","
|
comma_separator = ","
|
||||||
range_separator = "-"
|
range_separator = "-"
|
||||||
|
Loading…
Reference in New Issue
Block a user