Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] sonic-utilities: Validate input files to config reload #2673

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 14, 2023

  1. sonic-utilities: bugfix-9499

    * Update config/main.py to verify if a config input file is properly formatted before writing it into confib_db. Support /dev/stdin as an input that can be validated
    * Update tests/config_test.py to include test cases for invalid input file
    * Add tests/config_reload_input/config_db_invalid.json as invalid input file used in tests/config_test.py
    
    Signed-off-by: cchoate54@gmail.com
    cchoate54 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    026d3e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    dcb28f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    dcec187 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    e71be0d View commit details
    Browse the repository at this point in the history