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

[SmartSwitch] Extend reboot script for rebooting SmartSwitch #3566

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    1686dbe View commit details
    Browse the repository at this point in the history
  2. Add more coverage

    vvolam committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    23461b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cef5de7 View commit details
    Browse the repository at this point in the history
  4. Fix minor indentation

    vvolam committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d41bf43 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    68e70ab View commit details
    Browse the repository at this point in the history
  2. Fix pre-commit errors

    vvolam committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3848b75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84d9e50 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    7f75134 View commit details
    Browse the repository at this point in the history
  2. Add a new API in chassis.py

    vvolam committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a849e41 View commit details
    Browse the repository at this point in the history
  3. Fix issues while testing

    vvolam committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4975ac0 View commit details
    Browse the repository at this point in the history
  4. Fix indentation errors

    vvolam committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    bead103 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Add DPU_BUS_INFO

    Increase code coverage as well
    vvolam committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f88491a View commit details
    Browse the repository at this point in the history
  2. Fix pre-commit errors

    vvolam committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b3dbc0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d8b908 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a6ef04 View commit details
    Browse the repository at this point in the history
  5. Fix indentation

    vvolam committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ec21d6f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Address review comments

    1. Move module base functions to utilties_common/module_base.py
    2. Use load_platform_chassis from utilities_common/util_base.py
    3. Write unit tests accordingly
    vvolam committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8d59222 View commit details
    Browse the repository at this point in the history
  2. Increase code coverage

    vvolam committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    98406c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Update scripts/reboot_smartswitch_helper

    Co-authored-by: Gagan Punathil Ellath <[email protected]>
    vvolam and gpunathilell authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a6f771e View commit details
    Browse the repository at this point in the history
  2. Update scripts/reboot_smartswitch_helper

    Co-authored-by: Gagan Punathil Ellath <[email protected]>
    vvolam and gpunathilell authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a3f8af7 View commit details
    Browse the repository at this point in the history
  3. Rename module_base.py to module.py

    Instantiate ModuleHelper() before calling its functions
    vvolam committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    36ecf1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67e7817 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88af21d View commit details
    Browse the repository at this point in the history