You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): adapt suite to post-regen SDK (3 generator gaps fixed)
The upstream pve-openapi regen fixed three of the gaps the suite originally
worked around:
- ticket cookie format now emits `Cookie: PVEAuthCookie=<ticket>` correctly
- QemuCreateVmRequest.to_dict() no longer references undefined `ide0`/`net0`
attributes (AttributeError gone)
- POST endpoints with optional request models now serialize an empty body
instead of nothing, so PVE no longer returns 500 "malformed JSON"
Two open gaps remain (raw multipart upload + diridx response inner type),
and a new one is now visible behind the fixed #4: QemuCreateVmRequest's
to_dict() injects every schema default into the wire payload, which PVE
rejects in parameter verification. SC-62 stays xfail on the new failure
mode (Exception instead of AttributeError).
Full suite: 22 passed / 1 skipped (cgroup v2 unavailable) / 1 xfailed.
0 commit comments