mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-05 12:27:40 +00:00
d81c850b0b
Add 70 xUnit tests that validate every ValidateSet in the module against the PVE OpenAPI spec. Three bugs found and fixed: - Storage: remove `glusterfs` (dropped in PVE 9), add `btrfs`, `esxi` - Backup compression: `none` → `0` (PVE uses "0" not "none") - Cluster resources: remove `lxc` filter (PVE uses `vm` for both) The pve-api-enums.json fixture (199KB) is extracted from the full OpenAPI spec and contains parameter enum values for 302 API paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>