Skip to content

Commit

Permalink
Revert "Record and warn tables which not covered by YANG (#3583)" (#3588
Browse files Browse the repository at this point in the history
)

This reverts commit aeda86a.
  • Loading branch information
wen587 authored Oct 23, 2024
1 parent aeda86a commit d0aa94a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2323,9 +2323,6 @@ def validate_config_by_cm_alerting(cm, config_json, jname):
except Exception as ex:
log.log_warning("Failed to validate {}. Alerting: {}".format(jname, ex))

if len(cm.tablesWithOutYang()):
log.log_warning("YANG failed to cover tables: {}.".format(str(cm.tablesWithOutYang)))


def override_config_db(config_db, config_input):
# Deserialized golden config to DB recognized format
Expand Down

0 comments on commit d0aa94a

Please sign in to comment.