You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the continuous fast reboot and continuous cold reboot are running via an ansible script, which makes it harder to track results the same way regular pytest tests are being tracked. The usage of ansible is also making it hard to skip test cases by the same logic we use in the dynamic skips logic in .yaml files. Aligning the tests to run via pytest will assist with these issues.
Test Plan
Continuous reboot tests that are running via ansible, like continuous fast reboot and continuous cold reboot.
Test environment
No response
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered:
Test Gap Description
Currently, the continuous fast reboot and continuous cold reboot are running via an ansible script, which makes it harder to track results the same way regular pytest tests are being tracked. The usage of ansible is also making it hard to skip test cases by the same logic we use in the dynamic skips logic in .yaml files. Aligning the tests to run via pytest will assist with these issues.
Test Plan
Continuous reboot tests that are running via ansible, like continuous fast reboot and continuous cold reboot.
Test environment
No response
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: