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
tests integ: Introduce a link state monitor decorator
Link state monitoring is used to detect link state changes while
executing apply changes. In particular, to detect links that change to
anything but UP.
In order to allow simpler usage in selected tests, a decorator is
introduced in addition to the existing context-manager.
Note: six is used to overcome functools.wraps limitations with pytest
(pytest-dev/pytest#2782)
Signed-off-by: Edward Haas <[email protected]>
0 commit comments