Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sonic-net/sonic-platform-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 513920ceb2419873a1e27969b428af95c2e9e60f
Choose a base ref
...
head repository: sonic-net/sonic-platform-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6b642b03a64fbd530b229a0a79d5bff9a938845
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 10, 2021

  1. [ci]: Set up CI with Azure Pipelines

    [skip ci]
    lguohan authored and jleveque committed Feb 10, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    faca35c View commit details
  2. [ci] Test and build packages using Azure Pipelines (#164)

    Configure Azure Pipelines to run unit tests, build Python wheels and publish the test results, test coverage and resulting wheels.
    
    Also fix existing unit tests.
    jleveque committed Feb 10, 2021
    Copy the full SHA
    5521f67 View commit details
  3. [ci] Call pip2/3 using sudo (#166)

    Call pip2/3 using sudo to ensure packages are installed globally.
    jleveque committed Feb 10, 2021
    Copy the full SHA
    c31636e View commit details

Commits on Feb 11, 2021

  1. [GitHub] Add pull request template (#167)

    Add GitHub pull request template
    jleveque authored Feb 11, 2021
    Copy the full SHA
    f9cf8c9 View commit details

Commits on Feb 12, 2021

  1. [sonic_y_cable] add support for retrieving firmware info for Y cable,…

    … internal and nic temperature and voltage (#162)
    
    * [sonic_y_cable] add support for retreiving firmware info for Y cable,
    internal and nic tempertaure and voltage
    This PR provides the necessary infrastructure to add support for getting firmware information running on the three ends of Y cable. Also we get internal and nic side temperature and voltage
    
    What is the motivation for this PR?
    To add the necessary support for fetching firmware info for Y cable, internal and nic temperature and voltage
    
    How did you do it?
    Added the changes in sonic-platform-common module in the y_cable.py file
    
    How did you verify/test it?
    opened a python shell and ran the API's manually and test verified
    the values are correct.
    
    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 authored Feb 12, 2021
    Copy the full SHA
    e76ecc6 View commit details
  2. [ci]: download from sonic-buildimage.vs artifact (#168)

    sonic-net/sonic-buildimage#6768 change the kvm artifact name from kvm to vs
    
    Signed-off-by: Guohan Lu <lguohan@gmail.com>
    lguohan authored Feb 12, 2021
    Copy the full SHA
    c6b642b View commit details
Loading