[PR #234] [MERGED] adding pve9 mocks #236

Closed
opened 2026-03-03 15:30:51 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: pve9-mocks


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/luthermonson/go-proxmox/pull/234 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `pve9-mocks` --- ### 📝 Commits (1) - [`2f47fdc`](https://github.com/luthermonson/go-proxmox/commit/2f47fdceed20f65ec57457e903bb2e2327b8c175) adding pve9 mocks ### 📊 Changes **13 files changed** (+16936 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:51 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#236
No description provided.