mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #252] [MERGED] Lxc testing #342
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#342
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/Telmate/proxmox-api-go/pull/252
Author: @rf152
Created: 4/13/2023
Status: ✅ Merged
Merged: 4/18/2023
Merged by: @mleone87
Base:
master← Head:lxc-testing📝 Commits (4)
bff8fddAdded Template download provisioner6c5561cFixed broken Qemu clone test25faab2Added Lxc CRUD testb235b12Added 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.