Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/sonic-device-data/tests/config_checker
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def check_file(file_name):
p = re.sub(r"\.[0-9]+$", '', p)
# Remove trailing port name
p = re.sub(r"_[cxg]e(\d+)?$", '', p)
# Remove trailing port id "{id/number}"
p = re.sub(r"\{.*\}", '', p)
# Remove trailing port name example
p = re.sub(r"_<port>$", '', p)
# Remove trailing port number
Expand Down
8 changes: 8 additions & 0 deletions src/sonic-device-data/tests/permitted_list
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bcm56340_config
cdma_timeout_usec
core_clock_frequency
ctr_evict_enable
device_clock_frequency
dma_desc_timeout_usec
dport_map_direct
dport_map_enable
Expand All @@ -25,6 +26,7 @@ ext_tcam_freq
force_core_pll
fpem_mem_entries
higig2_hdr_mode
ifp_inports_support_enable
ipmc_do_vlan
ipv6_lpm_128b_enable
knet_filter_persist
Expand All @@ -34,6 +36,7 @@ l2mod_dma_intr_enable
l2xmsg_hostbuf_size
l2xmsg_mode
l3_alpm_enable
l3_alpm_ipv6_128b_bkt_rsvd
l3_intf_vlan_split_egress
l3_max_ecmp_mode
l3_mem_entries
Expand All @@ -54,6 +57,7 @@ miim_intr_enable
miim_timeout_usec
mmu_init_config
mmu_lossless
mmu_port_num_mc_queue
module_64ports
multicast_l2_r
multicast_l2_range
Expand Down Expand Up @@ -96,6 +100,8 @@ phy_tx_polarity_flip
phy_xaui_rx_polarity_flip
phy_xaui_tx_polarity_flip
physical_ports
pll_bypass
port_flex_enable
port_init_autoneg
port_init_cl72
port_init_speed
Expand All @@ -116,6 +122,8 @@ schan_intr_enable
schan_timeout_usec
serdes_automed
serdes_automedium
serdes_core_rx_polarity_flip_physical
serdes_core_tx_polarity_flip_physical
serdes_driver_current
serdes_fiber_pref
serdes_firmware_mode
Expand Down