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

[Mellanox]Resolve chassis broken due to inconsistent with latest sonic_platform_common #13

Closed
wants to merge 8 commits into from

Commits on Sep 30, 2019

  1. [sonic_platform]Support component API (get_firmware_version).

    Currently get_firmware_version implementated by using chassis.get_firmware_version and chassis._component_name_list which are not supported in the latest sonic_platform_common, causing chassis broken.
    Update this part so that it aligns to the latest sonic_platform_common
    Support component API
    Stephen Sun committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    501df93 View commit details
    Browse the repository at this point in the history
  2. [sonic_platform]follow the PEP8 standard

    Stephen Sun committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3dcb488 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. [sonic_platform]Address comments

    1. rename initialize_components
    2. replace cpld?_version with cpld[0-9]_version in order to be more accurate
    Stephen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    92ddc77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    013b3a3 View commit details
    Browse the repository at this point in the history
  3. [sonic_platform]Add description of components

    Stephen committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    151f895 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea23de2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. [sonic_platform]Address comments

    1. implement file reading by with statment
    2. adjust statement which testing whether list is empty
    Stephen committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    cf723d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

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