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

[Component]Fix test_get_firmware_update_notification fail #472

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

Commits on May 16, 2024

  1. [Component]Fix test_get_firmware_update_notification fail

    Erro Log:
    
    > pytest_assert(isinstance(notif, STRING_TYPE), "Component {}: Firmware update notification appears to be incorrect from image {}".format(i, image))
    E Failed: Component 0: Firmware update notification appears to be incorrect from image current
    
    Refer to API get_firmware_update_notification header, shall return
    'None' instead of None.
    
    """
    Retrieves a notification on what should be done in order to complete
    the component firmware update
    
    Args:
        image_path: A string, path to firmware image
    
    Returns:
        A string containing the component firmware update notification if required.
        By default 'None' value will be used, which indicates that no actions are required
    """
    PJHsieh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4c40701 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'sonic-net:master' into Revise_get_firmware_update_notif…

    …ication_output_to_string
    PJHsieh authored May 31, 2024
    Configuration menu
    Copy the full SHA
    f6e1169 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'sonic-net:master' into Revise_get_firmware_update_notif…

    …ication_output_to_string
    PJHsieh authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f5622df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e575ed View commit details
    Browse the repository at this point in the history