(t *testing.T, wg *WireGuard, email string)
| 282 | } |
| 283 | |
| 284 | func mustUserPeerIP(t *testing.T, wg *WireGuard, email string) string { |
| 285 | t.Helper() |
| 286 | return mustUserPeerIPByFamily(t, wg, email, false) |
| 287 | } |
| 288 | |
| 289 | func configureNamespaceWGClient( |
| 290 | t *testing.T, |
no test coverage detected