-
Task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
In localnet default bridge tests, there is significance to the order of tests (test_connectivity_post_migration_between_localnet_vms relies on the migration that is done as part of test_connectivity_over_migration_between_localnet_vms).
Currently it relies on pytest executing the tests in the order they appear in the module, but this is wrong.
We need to ensure the correct order by explicitly using the pytest.mark.dependency marker.