Skip to content

Commit

Permalink
breakout transceiver tables list to align to line length
Browse files Browse the repository at this point in the history
  • Loading branch information
noaOrMlnx committed Dec 16, 2024
1 parent 3b8bc5e commit 44c650d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,8 @@ def flush_configdb(namespace=DEFAULT_NAMESPACE):


def delete_transceiver_tables():
tables = ["TRANSCEIVER_INFO", "TRANSCEIVER_STATUS", "TRANSCEIVER_PM", "TRANSCEIVER_FIRMWARE_INFO", "TRANSCEIVER_DOM_SENSOR", "TRANSCEIVER_DOM_THRESHOLD"]
tables = ["TRANSCEIVER_INFO", "TRANSCEIVER_STATUS", "TRANSCEIVER_PM",
"TRANSCEIVER_FIRMWARE_INFO", "TRANSCEIVER_DOM_SENSOR", "TRANSCEIVER_DOM_THRESHOLD"]
state_db_del_pattern = "|*"

# delete TRANSCEIVER tables from State DB
Expand Down

0 comments on commit 44c650d

Please sign in to comment.