[PR #252] [MERGED] Lxc testing #342

Closed
opened 2026-02-28 00:41:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/252
Author: @rf152
Created: 4/13/2023
Status: Merged
Merged: 4/18/2023
Merged by: @mleone87

Base: masterHead: lxc-testing


📝 Commits (4)

  • bff8fdd Added Template download provisioner
  • 6c5561c Fixed broken Qemu clone test
  • 25faab2 Added Lxc CRUD test
  • b235b12 Added Lxc Start/Stop tests

📊 Changes

6 files changed (+154 additions, -2 deletions)

View changed files

📝 Vagrantfile (+8 -1)
scripts/vagrant-get-container-template.sh (+3 -0)
test/api/Lxc/lxc_create_update_delete_test.go (+56 -0)
test/api/Lxc/lxc_start_test.go (+38 -0)
test/api/Lxc/shared_test.go (+48 -0)
📝 test/api/Qemu/qemu_clone_test.go (+1 -1)

📄 Description

Created tests for Lxc code as well.


🔄 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/Telmate/proxmox-api-go/pull/252 **Author:** [@rf152](https://github.com/rf152) **Created:** 4/13/2023 **Status:** ✅ Merged **Merged:** 4/18/2023 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `lxc-testing` --- ### 📝 Commits (4) - [`bff8fdd`](https://github.com/Telmate/proxmox-api-go/commit/bff8fdd044fa9028632f191c3423742c93073fe5) Added Template download provisioner - [`6c5561c`](https://github.com/Telmate/proxmox-api-go/commit/6c5561c5c454543c83f78c6c7657cf84aa757360) Fixed broken Qemu clone test - [`25faab2`](https://github.com/Telmate/proxmox-api-go/commit/25faab286fd7e4a91965946d635abd09ff4d91a2) Added Lxc CRUD test - [`b235b12`](https://github.com/Telmate/proxmox-api-go/commit/b235b12b75dc2bc4d08b342b37e52d52f4d17ff6) Added Lxc Start/Stop tests ### 📊 Changes **6 files changed** (+154 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Vagrantfile` (+8 -1) ➕ `scripts/vagrant-get-container-template.sh` (+3 -0) ➕ `test/api/Lxc/lxc_create_update_delete_test.go` (+56 -0) ➕ `test/api/Lxc/lxc_start_test.go` (+38 -0) ➕ `test/api/Lxc/shared_test.go` (+48 -0) 📝 `test/api/Qemu/qemu_clone_test.go` (+1 -1) </details> ### 📄 Description Created tests for Lxc code as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:50 +03:00
Sign in to join this conversation.
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/proxmox-api-go#342
No description provided.