-
Notifications
You must be signed in to change notification settings - Fork 19
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
Need mechanism for tests ordering (execute L1 tests at the end) #242
Comments
@mgheorghe could you please review this issue and PR? It is related to Phase1 tests, would be nice to have |
i thought that each island can be ran individually and can be ordered by triggering a run on island 1 to 7 and then trigger run with island 11, |
Actually, we run the tests by triggering run of functional test suite group. And tests collection is handled by pytest which has no direct way to set tests order for our case. |
Hi @mgheorghe |
Issue: with L1 tests we facing issue of changing port(s) speed, duplex etc. In order to get device to pretest condition we rebooting device.
To save time on tests run decided to reboot device on the last test within the L1 tests in the session.
We see two solution to reboot device on the last test :
conftest.py
like in the draft PR -> Reboot device after L 1 tests #243@mgheorghe can you please advice.
The text was updated successfully, but these errors were encountered: