Summary: | cap_dns & cap_net test fails in CI | ||
---|---|---|---|
Product: | Base System | Reporter: | Kyle Evans <kevans> |
Component: | tests | Assignee: | freebsd-testing (Nobody) <testing> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | emaste, lwhsu, markj, oshogbo |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Kyle Evans
![]() ![]() Temporarily disable cap_dns before having VM networking https://github.com/freebsd/freebsd-ci/commit/95c829cd8175074f4f3779de1daeba66bc21aaf4 (In reply to Li-Wen Hsu from comment #1) Do we still have the same limitation with respect to network configuration? (In reply to Mark Johnston from comment #2) Currently yes, I'll work on enabling networking for the testing VM. BTW, it would be worth to modify the test and mark them require public networking, and skip if unavailable. cap_net tests also need internet access. Temporarily disable cap_net tests before having VM networking https://github.com/freebsd/freebsd-ci/commit/103a89c77ba3d4afd0a69b33c071826c898a31d8 I reworked these tests to skip when internet access is not available. I think that's the best we can do without rewriting them. |