mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-10 19:17:25 +02:00
Update the grants compatibility test skip list with 23 new entries for the V-series tests (V07 and V24 pass without skipping). New skip categories introduced: - VIA_COMPILATION (3): via routes with specific src identities where there is no SrcIPs format issue (V11, V12, V13) - Additional VIA_COMPILATION_AND_SRCIPS_FORMAT (3): via with wildcard src (V17, V21, V23) - Additional CAPGRANT_COMPILATION (6): app grants on specific tags, drive cap, autogroup:self app (V02, V03, V06, V19, V20, V25) - Additional CAPGRANT_COMPILATION_AND_SRCIPS_FORMAT (2): mixed ip+app on specific tags rejected by headscale (V09, V10) - Additional ERROR_VALIDATION_GAP (9): autogroup:internet + app, raw 0.0.0.0/0 and ::/0 as grant dst (V01, V04, V05, V08, V14-V16, V18, V22) Test totals: 237 total, 21 pass, 216 skip, 0 fail. Updates #2180