vrrp: unit tests do not run by default 34/25834/1
authorMatthew Smith <mgsmith@netgate.com>
Thu, 12 Mar 2020 15:29:31 +0000 (10:29 -0500)
committerMatthew Smith <mgsmith@netgate.com>
Thu, 12 Mar 2020 15:52:08 +0000 (10:52 -0500)
commit30fa5d1e17d59e7a48e19c03029fe0028c17fc6a
tree2df00720d0bee35d57a07767eade3c70008b5e34
parentce266ad574c4145e837c716c46ef0ef6b02620ce
vrrp: unit tests do not run by default

Type: fix
Fixes: 39e9428b90

VRRP unit tests fail sometimes for changes which have not touched any
code related to VRRP. There were some timing-related changes recently
which probably made the VRRP tests, which rely on a VR changing state
within a certain amount of time, start failing.

Set the VRRP tests to only run with the extended tests rather than
running by default. This is temporary so VRRP will not cause spurious
build failures while a proper solution is figured out.

Change-Id: I5826ea39b944dfb9b0ca4bdfa2ebbe86d269f935
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/plugins/vrrp/test/test_vrrp.py