git: c4585b938a04 - main - tests: vnet tests started failing in CI, disable temporarily
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 May 2022 04:30:22 UTC
The branch main has been updated by zec: URL: https://cgit.FreeBSD.org/src/commit/?id=c4585b938a04dfb157d7a10fa958be13415145be commit c4585b938a04dfb157d7a10fa958be13415145be Author: Marko Zec <zec@FreeBSD.org> AuthorDate: 2022-05-04 04:19:46 +0000 Commit: Marko Zec <zec@FreeBSD.org> CommitDate: 2022-05-04 04:19:46 +0000 tests: vnet tests started failing in CI, disable temporarily As a fallout of backing out 91f44749c6fe, vnet tests started failing in CI. Temporarily broadly disable vnet tests until specific cases can be resolved, and file a bug. PR: 263767 Differential Revision: https://reviews.freebsd.org/D35119 Submitted by: kbowling --- tests/sys/common/vnet.subr | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/sys/common/vnet.subr b/tests/sys/common/vnet.subr index cdd3d3f69709..930260b41693 100644 --- a/tests/sys/common/vnet.subr +++ b/tests/sys/common/vnet.subr @@ -13,6 +13,10 @@ unlist_interface() vnet_init() { + if [ "$(atf_config_get ci false)" = "true" ]; then + atf_skip "https://bugs.freebsd.org/263767" + fi + if [ "`sysctl -i -n kern.features.vimage`" != 1 ]; then atf_skip "This test requires VIMAGE" fi