Update Media settings test case (#7220)

This commit is contained in:
Aravind Mani 2021-04-02 22:37:09 +05:30 committed by GitHub
parent 2737c9681f
commit 27f4daba54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "-"