sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
173 stars 689 forks source link

Add script `platform_tests/test_reboot.py` into T0 PR checker. #13444

Closed yutongzhang-microsoft closed 1 week ago

yutongzhang-microsoft commented 2 weeks ago

Description of PR

In PR #13220, we add a batch of control plane test scripts into onboarding T0 PR checker, but some of them failed. In this PR, we fix the failed test script platform_tests/test_reboot.py and let it run successfully in T0 PR checker.

Summary: Fixes # (issue)

Type of change

Back port request

Approach

What is the motivation for this PR?

In PR #13220, we add a batch of control plane test scripts into onboarding T0 PR checker, but some of them failed. In this PR, we fix the failed test script platform_tests/test_reboot.py and let it run successfully in T0 PR checker.

How did you do it?

How did you verify/test it?

=========================== short test summary info ============================
SKIPPED [1] platform_tests/test_reboot.py: Skip test_soft_reboot for m0/mx and test is supported only on S6100 hwsku
SKIPPED [1] platform_tests/test_reboot.py:247: Watchdog is not supported on this DUT, skip this test case
============= 4 passed, 2 skipped, 1 warning in 1836.16s (0:30:36) =============

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation