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

[Reboot test] refactoring reboot test and add continuous reboot test #1503

Merged
merged 3 commits into from
Mar 30, 2020

Commits on Mar 28, 2020

  1. [reboot] refactoring reboot test

    - Move shared code into common/reboot.py (from platform/reboot_test.py)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    3d14477 View commit details
    Browse the repository at this point in the history
  2. [reboot] refactoring test_reboot

    - Move reboot cause support to common/reboot.py
    - Update and leverage the reboot function in common/reboot.py
    - Add test case continuous reboot
    - Make wait time shorter for warm reboot to avoid warmboot-finalize service status check failure
    - Make watchdog check more robust
    yxieca committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    e95ea59 View commit details
    Browse the repository at this point in the history
  3. fix test comment

    yxieca committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    075de8c View commit details
    Browse the repository at this point in the history