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

[platform] Implement platform phase 2 cases #980

Merged
merged 3 commits into from
Jul 21, 2019
Merged

[platform] Implement platform phase 2 cases #980

merged 3 commits into from
Jul 21, 2019

Commits on Jun 26, 2019

  1. [platform] Implement platform phase 2 cases

    Implement the SONiC platform phase 2 test cases using the
    pytest-ansible framework.
    
    Signed-off-by: Xin Wang <[email protected]>
    Xin Wang committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3eed32e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

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

Commits on Jul 18, 2019

  1. [platform] Fix some minor issues

    * Run reboot command in background to avoid command failure caused by
      SSH connection broken before command returns
    * Fine tune the reboot wait timeout values
    * Add delay before checking interface status because the intfutil
      command may have no output in time
    
    Signed-off-by: Xin Wang <[email protected]>
    Xin Wang committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    a93dc8f View commit details
    Browse the repository at this point in the history