mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 01:15:57 +03:00
[PR #234] [MERGED] adding pve9 mocks #236
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/234
Author: @luthermonson
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @luthermonson
Base:
main← Head:pve9-mocks📝 Commits (1)
2f47fdcadding pve9 mocks📊 Changes
13 files changed (+16936 additions, -8 deletions)
View changed files
📝
nodes_network_test.go(+2 -2)📝
nodes_test.go(+1 -1)📝
proxmox_test.go(+15 -4)📝
tests/mocks/main.go(+7 -1)➕
tests/mocks/pve9x/access.go(+955 -0)➕
tests/mocks/pve9x/ceph.go(+14111 -0)➕
tests/mocks/pve9x/cluster.go(+431 -0)➕
tests/mocks/pve9x/containers.go(+224 -0)➕
tests/mocks/pve9x/nodes.go(+338 -0)➕
tests/mocks/pve9x/pools.go(+164 -0)➕
tests/mocks/pve9x/proxmox.go(+12 -0)➕
tests/mocks/pve9x/version.go(+36 -0)➕
tests/mocks/pve9x/virtual_machines.go(+640 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.