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
We currently create one switch instance which is used for all the tests. This is suboptimal as it means some state is preserved across tests (e.g. port operational status) and a failing test may cause other unrelated tests to fail as well.
The text was updated successfully, but these errors were encountered:
https://github.com/p4lang/behavioral-model/tree/master/targets/simple_switch_grpc/tests
We currently create one switch instance which is used for all the tests. This is suboptimal as it means some state is preserved across tests (e.g. port operational status) and a failing test may cause other unrelated tests to fail as well.
The text was updated successfully, but these errors were encountered: