From 617d3099485ff365bc36220e8fef88572eaabaa9 Mon Sep 17 00:00:00 2001 From: thorntonmc Date: Thu, 30 Nov 2023 17:07:04 +0300 Subject: [PATCH] fork --- cli/cobra.go | 2 +- cli/command/commands/commands.go | 34 +++++++------- cli/command/content/content.go | 2 +- cli/command/content/iso/download.go | 4 +- cli/command/content/iso/iso.go | 2 +- cli/command/content/template/download.go | 4 +- cli/command/content/template/list.go | 4 +- cli/command/content/template/template.go | 2 +- cli/command/create/create-acmeaccount.go | 4 +- cli/command/create/create-pool.go | 2 +- cli/command/create/create-snapshot.go | 4 +- cli/command/create/create-storage.go | 4 +- cli/command/create/create.go | 2 +- cli/command/create/guest/create-guest.go | 6 +-- cli/command/delete/delete-file.go | 4 +- cli/command/delete/delete-guest.go | 4 +- cli/command/delete/delete-snapshot.go | 4 +- cli/command/delete/delete.go | 4 +- cli/command/example/example.go | 2 +- cli/command/get/get-guest.go | 4 +- cli/command/get/get.go | 4 +- cli/command/get/id/get-id-check.go | 2 +- cli/command/get/id/get-id-max.go | 4 +- cli/command/get/id/get-id-next.go | 2 +- cli/command/get/id/get-id.go | 2 +- cli/command/guest/guest-rollback.go | 4 +- cli/command/guest/guest-shutdown.go | 4 +- cli/command/guest/guest-start.go | 4 +- cli/command/guest/guest-status.go | 4 +- cli/command/guest/guest-stop.go | 4 +- cli/command/guest/guest-uptime.go | 4 +- cli/command/guest/guest.go | 2 +- .../guest/qemu/guest-qemu-hibernate.go | 4 +- cli/command/guest/qemu/guest-qemu-pause.go | 4 +- cli/command/guest/qemu/guest-qemu-reset.go | 4 +- cli/command/guest/qemu/guest-qemu-resume.go | 4 +- cli/command/guest/qemu/guest-qemu.go | 2 +- cli/command/list/list-files.go | 4 +- cli/command/list/list-groups.go | 4 +- cli/command/list/list-guests.go | 4 +- cli/command/list/list-snapshots.go | 4 +- cli/command/list/list-users.go | 4 +- cli/command/list/list.go | 2 +- cli/command/member/group/add-users.go | 4 +- cli/command/member/group/clear-users.go | 4 +- cli/command/member/group/group.go | 2 +- cli/command/member/group/remove-users.go | 4 +- cli/command/member/group/set-users.go | 4 +- cli/command/member/member.go | 2 +- cli/command/node/node-reboot.go | 2 +- cli/command/node/node-shutdown.go | 2 +- cli/command/node/node.go | 2 +- cli/command/set/set-group.go | 4 +- cli/command/set/set-metricserver.go | 4 +- cli/command/set/set-user.go | 4 +- cli/command/set/set.go | 4 +- cli/command/update/update-poolcomment.go | 2 +- .../update/update-snapshotdescription.go | 4 +- cli/command/update/update-storage.go | 4 +- cli/command/update/update.go | 4 +- go.mod | 2 +- main.go | 6 +-- proxmox/client.go | 2 +- proxmox/config_group_test.go | 2 +- proxmox/config_qemu_disk_test.go | 2 +- proxmox/config_qemu_test.go | 2 +- proxmox/config_user_test.go | 2 +- .../acme_account_create_remove_test.go | 4 +- .../api/AcmeAccount/acme_account_list_test.go | 7 +-- .../authentication_apikey_test.go | 4 +- .../api/Authentication/authentication_test.go | 7 +-- test/api/CloudInit/cloudinit_test.go | 4 +- test/api/CloudInit/shared_test.go | 2 +- test/api/Connection/connection_test.go | 2 +- test/api/Lxc/lxc_create_update_delete_test.go | 4 +- test/api/Lxc/lxc_start_test.go | 2 +- test/api/Lxc/shared_test.go | 2 +- test/api/Pool/pool_create_destroy_test.go | 2 +- test/api/Pool/pool_list_test.go | 2 +- test/api/Qemu/qemu_clone_test.go | 4 +- .../Qemu/qemu_create_update_delete_test.go | 4 +- test/api/Qemu/qemu_start_test.go | 2 +- test/api/Qemu/shared_test.go | 2 +- test/api/Test.go | 2 +- test/api/UserManagement/create_token_test.go | 4 +- test/api/UserManagement/list_user_test.go | 4 +- .../UserManagement/user_management_test.go | 4 +- test/cli/AcmeAccount/AcmeAccount_0_test.go | 4 +- test/cli/AcmeAccount/AcmeAccount_1_test.go | 4 +- .../Content/Template/ContentTemplate_test.go | 6 +-- test/cli/Group/Group_0_set_test.go | 10 ++-- test/cli/Group/Group_1_set_test.go | 10 ++-- test/cli/Group/Group_2_members_clear_test.go | 8 ++-- test/cli/Group/Group_3_members_set_test.go | 8 ++-- test/cli/Group/Group_4_members_add_test.go | 8 ++-- test/cli/Group/Group_5_members_remove_test.go | 8 ++-- .../Group/group_sub_tests/group_sub_tests.go | 4 +- test/cli/Guest/Qemu/GuestQemu_100_test.go | 4 +- .../MetricServers/MetricServer_Errors_test.go | 47 ++++++++++--------- .../MetricServer_Graphite_0_test.go | 4 +- .../MetricServer_Graphite_1_test.go | 6 +-- .../MetricServer_InfluxDB_0_test.go | 4 +- .../MetricServer_InfluxDB_1_test.go | 4 +- .../MetricServer_InfluxDB_2_test.go | 4 +- test/cli/Nodes/list_nodes_test.go | 17 +++---- test/cli/Pools/list_pools_test.go | 2 +- test/cli/Snapshot/Snapshot_0_test.go | 2 +- test/cli/Storage/Storage_CephFS_0_test.go | 6 +-- test/cli/Storage/Storage_CephFS_1_test.go | 6 +-- test/cli/Storage/Storage_Directory_0_test.go | 6 +-- test/cli/Storage/Storage_Directory_1_test.go | 6 +-- test/cli/Storage/Storage_GlusterFS_0_test.go | 6 +-- test/cli/Storage/Storage_GlusterFS_1_test.go | 6 +-- test/cli/Storage/Storage_ISCSI_0_test.go | 6 +-- test/cli/Storage/Storage_ISCSI_1_test.go | 6 +-- test/cli/Storage/Storage_LVM-Thin_0_test.go | 4 +- test/cli/Storage/Storage_LVM-Thin_1_test.go | 4 +- test/cli/Storage/Storage_LVM_0_test.go | 6 +-- test/cli/Storage/Storage_LVM_1_test.go | 6 +-- test/cli/Storage/Storage_NFS_0_test.go | 8 ++-- test/cli/Storage/Storage_NFS_1_test.go | 8 ++-- test/cli/Storage/Storage_PBS_0_test.go | 6 +-- test/cli/Storage/Storage_PBS_1_test.go | 6 +-- test/cli/Storage/Storage_RBD_0_test.go | 6 +-- test/cli/Storage/Storage_RBD_1_test.go | 6 +-- test/cli/Storage/Storage_SMB_0_test.go | 8 ++-- test/cli/Storage/Storage_SMB_1_test.go | 6 +-- .../Storage/Storage_ZFS-over-ISCSI_0_test.go | 6 +-- .../Storage/Storage_ZFS-over-ISCSI_1_test.go | 6 +-- .../Storage_ZFS-over-ISCSI_Comstar_0_test.go | 6 +-- .../Storage_ZFS-over-ISCSI_Comstar_1_test.go | 6 +-- .../Storage_ZFS-over-ISCSI_Istgt_0_test.go | 6 +-- .../Storage_ZFS-over-ISCSI_Istgt_1_test.go | 6 +-- .../Storage_ZFS-over-ISCSI_LIO_0_test.go | 6 +-- .../Storage_ZFS-over-ISCSI_LIO_1_test.go | 6 +-- test/cli/Storage/Storage_ZFS_0_test.go | 4 +- test/cli/Storage/Storage_ZFS_1_test.go | 4 +- test/cli/Storage/storage-sub-tests/cephfs.go | 2 +- .../Storage/storage-sub-tests/directory.go | 2 +- .../Storage/storage-sub-tests/glusterfs.go | 2 +- test/cli/Storage/storage-sub-tests/iscsi.go | 2 +- test/cli/Storage/storage-sub-tests/json.go | 4 +- .../cli/Storage/storage-sub-tests/lvm-thin.go | 2 +- test/cli/Storage/storage-sub-tests/lvm.go | 2 +- test/cli/Storage/storage-sub-tests/nfs.go | 2 +- test/cli/Storage/storage-sub-tests/pbs.go | 2 +- test/cli/Storage/storage-sub-tests/rbd.go | 2 +- test/cli/Storage/storage-sub-tests/smb.go | 2 +- .../cli/Storage/storage-sub-tests/standard.go | 6 +-- .../storage-sub-tests/zfs-over-iscsi.go | 2 +- .../zfs-over-iscsi_comstar.go | 2 +- .../storage-sub-tests/zfs-over-iscsi_istgt.go | 2 +- .../storage-sub-tests/zfs-over-iscsi_lio.go | 2 +- test/cli/Storage/storage-sub-tests/zfs.go | 2 +- test/cli/Users/User_0_test.go | 12 ++--- test/cli/Users/User_1_test.go | 12 ++--- test/cli/Users/User_2_list_test.go | 6 +-- .../Users/user_sub_tests/user_sub_tests.go | 4 +- test/cli/shared_tests.go | 4 +- test/data/test_data_cli/cli_group.go | 2 +- test/data/test_data_cli/cli_user.go | 2 +- 161 files changed, 374 insertions(+), 370 deletions(-) diff --git a/cli/cobra.go b/cli/cobra.go index cb0142e9..137462e0 100644 --- a/cli/cobra.go +++ b/cli/cobra.go @@ -7,7 +7,7 @@ import ( "os" "regexp" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/commands/commands.go b/cli/command/commands/commands.go index f8798517..249d747d 100644 --- a/cli/command/commands/commands.go +++ b/cli/command/commands/commands.go @@ -1,21 +1,21 @@ package commands import ( - _ "github.com/Telmate/proxmox-api-go/cli/command/content" - _ "github.com/Telmate/proxmox-api-go/cli/command/content/iso" - _ "github.com/Telmate/proxmox-api-go/cli/command/content/template" - _ "github.com/Telmate/proxmox-api-go/cli/command/create" - _ "github.com/Telmate/proxmox-api-go/cli/command/create/guest" - _ "github.com/Telmate/proxmox-api-go/cli/command/delete" - _ "github.com/Telmate/proxmox-api-go/cli/command/example" - _ "github.com/Telmate/proxmox-api-go/cli/command/get" - _ "github.com/Telmate/proxmox-api-go/cli/command/get/id" - _ "github.com/Telmate/proxmox-api-go/cli/command/guest" - _ "github.com/Telmate/proxmox-api-go/cli/command/guest/qemu" - _ "github.com/Telmate/proxmox-api-go/cli/command/list" - _ "github.com/Telmate/proxmox-api-go/cli/command/member" - _ "github.com/Telmate/proxmox-api-go/cli/command/member/group" - _ "github.com/Telmate/proxmox-api-go/cli/command/node" - _ "github.com/Telmate/proxmox-api-go/cli/command/set" - _ "github.com/Telmate/proxmox-api-go/cli/command/update" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/content" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/content/iso" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/content/template" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/create" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/create/guest" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/delete" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/example" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/get" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/get/id" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/guest" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/guest/qemu" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/list" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/member" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/member/group" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/node" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/set" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/update" ) diff --git a/cli/command/content/content.go b/cli/command/content/content.go index 691fd9e7..722553f1 100644 --- a/cli/command/content/content.go +++ b/cli/command/content/content.go @@ -1,7 +1,7 @@ package content import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/content/iso/download.go b/cli/command/content/iso/download.go index b2587f6a..16486d43 100644 --- a/cli/command/content/iso/download.go +++ b/cli/command/content/iso/download.go @@ -1,8 +1,8 @@ package iso import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/content/iso/iso.go b/cli/command/content/iso/iso.go index ab31ffbf..808a33af 100644 --- a/cli/command/content/iso/iso.go +++ b/cli/command/content/iso/iso.go @@ -1,7 +1,7 @@ package iso import ( - "github.com/Telmate/proxmox-api-go/cli/command/content" + "github.com/Bluearchive/proxmox-api-go/cli/command/content" "github.com/spf13/cobra" ) diff --git a/cli/command/content/template/download.go b/cli/command/content/template/download.go index fd9d329a..ef7364c7 100644 --- a/cli/command/content/template/download.go +++ b/cli/command/content/template/download.go @@ -1,8 +1,8 @@ package template import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/content/template/list.go b/cli/command/content/template/list.go index adf85236..f80d8cde 100644 --- a/cli/command/content/template/list.go +++ b/cli/command/content/template/list.go @@ -1,8 +1,8 @@ package template import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/content/template/template.go b/cli/command/content/template/template.go index 8f8b0c43..b5ee3eb0 100644 --- a/cli/command/content/template/template.go +++ b/cli/command/content/template/template.go @@ -1,7 +1,7 @@ package template import ( - "github.com/Telmate/proxmox-api-go/cli/command/content" + "github.com/Bluearchive/proxmox-api-go/cli/command/content" "github.com/spf13/cobra" ) diff --git a/cli/command/create/create-acmeaccount.go b/cli/command/create/create-acmeaccount.go index 11af93f4..d99f093a 100644 --- a/cli/command/create/create-acmeaccount.go +++ b/cli/command/create/create-acmeaccount.go @@ -1,8 +1,8 @@ package create import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/create/create-pool.go b/cli/command/create/create-pool.go index d143237d..46f2295a 100644 --- a/cli/command/create/create-pool.go +++ b/cli/command/create/create-pool.go @@ -1,7 +1,7 @@ package create import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/create/create-snapshot.go b/cli/command/create/create-snapshot.go index 510feeb1..18214822 100644 --- a/cli/command/create/create-snapshot.go +++ b/cli/command/create/create-snapshot.go @@ -1,8 +1,8 @@ package create import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/create/create-storage.go b/cli/command/create/create-storage.go index dc4c48f8..e6dcaaf3 100644 --- a/cli/command/create/create-storage.go +++ b/cli/command/create/create-storage.go @@ -1,8 +1,8 @@ package create import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/create/create.go b/cli/command/create/create.go index 7ab0f4b6..7b498693 100644 --- a/cli/command/create/create.go +++ b/cli/command/create/create.go @@ -1,7 +1,7 @@ package create import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/create/guest/create-guest.go b/cli/command/create/guest/create-guest.go index 2b7932af..86b2a286 100644 --- a/cli/command/create/guest/create-guest.go +++ b/cli/command/create/guest/create-guest.go @@ -3,9 +3,9 @@ package guest import ( "strconv" - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/cli/command/create" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli/command/create" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/delete/delete-file.go b/cli/command/delete/delete-file.go index a5e0560f..fd1717e5 100644 --- a/cli/command/delete/delete-file.go +++ b/cli/command/delete/delete-file.go @@ -1,8 +1,8 @@ package delete import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/delete/delete-guest.go b/cli/command/delete/delete-guest.go index e84b7850..db4c9fcf 100644 --- a/cli/command/delete/delete-guest.go +++ b/cli/command/delete/delete-guest.go @@ -3,8 +3,8 @@ package delete import ( "strconv" - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/delete/delete-snapshot.go b/cli/command/delete/delete-snapshot.go index 06538fab..a2456877 100644 --- a/cli/command/delete/delete-snapshot.go +++ b/cli/command/delete/delete-snapshot.go @@ -1,8 +1,8 @@ package delete import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/delete/delete.go b/cli/command/delete/delete.go index ec7e8860..6f55507d 100644 --- a/cli/command/delete/delete.go +++ b/cli/command/delete/delete.go @@ -3,8 +3,8 @@ package delete import ( "fmt" - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/example/example.go b/cli/command/example/example.go index 6fd9a7d4..612f04f0 100644 --- a/cli/command/example/example.go +++ b/cli/command/example/example.go @@ -1,7 +1,7 @@ package example import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/get/get-guest.go b/cli/command/get/get-guest.go index ffce1db7..3d99cf10 100644 --- a/cli/command/get/get-guest.go +++ b/cli/command/get/get-guest.go @@ -1,8 +1,8 @@ package get import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/get/get.go b/cli/command/get/get.go index 6a1d9853..c3800557 100644 --- a/cli/command/get/get.go +++ b/cli/command/get/get.go @@ -1,8 +1,8 @@ package get import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/get/id/get-id-check.go b/cli/command/get/id/get-id-check.go index e50f36d7..619f3568 100644 --- a/cli/command/get/id/get-id-check.go +++ b/cli/command/get/id/get-id-check.go @@ -3,7 +3,7 @@ package id import ( "fmt" - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/get/id/get-id-max.go b/cli/command/get/id/get-id-max.go index c184fb4a..6d5c787d 100644 --- a/cli/command/get/id/get-id-max.go +++ b/cli/command/get/id/get-id-max.go @@ -3,8 +3,8 @@ package id import ( "fmt" - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/get/id/get-id-next.go b/cli/command/get/id/get-id-next.go index db6f3d28..e329db22 100644 --- a/cli/command/get/id/get-id-next.go +++ b/cli/command/get/id/get-id-next.go @@ -3,7 +3,7 @@ package id import ( "fmt" - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/get/id/get-id.go b/cli/command/get/id/get-id.go index 107a76e0..2077e4b4 100644 --- a/cli/command/get/id/get-id.go +++ b/cli/command/get/id/get-id.go @@ -1,7 +1,7 @@ package id import ( - "github.com/Telmate/proxmox-api-go/cli/command/get" + "github.com/Bluearchive/proxmox-api-go/cli/command/get" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/guest-rollback.go b/cli/command/guest/guest-rollback.go index 989bbc22..ea30cedd 100644 --- a/cli/command/guest/guest-rollback.go +++ b/cli/command/guest/guest-rollback.go @@ -3,8 +3,8 @@ package guest import ( "fmt" - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/guest-shutdown.go b/cli/command/guest/guest-shutdown.go index 8b3762db..fe73ad8b 100644 --- a/cli/command/guest/guest-shutdown.go +++ b/cli/command/guest/guest-shutdown.go @@ -1,8 +1,8 @@ package guest import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/guest-start.go b/cli/command/guest/guest-start.go index ce841a05..46c2a82d 100644 --- a/cli/command/guest/guest-start.go +++ b/cli/command/guest/guest-start.go @@ -1,8 +1,8 @@ package guest import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/guest-status.go b/cli/command/guest/guest-status.go index 2c259d33..15638638 100644 --- a/cli/command/guest/guest-status.go +++ b/cli/command/guest/guest-status.go @@ -3,8 +3,8 @@ package guest import ( "fmt" - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/guest-stop.go b/cli/command/guest/guest-stop.go index b0330950..24c500cf 100644 --- a/cli/command/guest/guest-stop.go +++ b/cli/command/guest/guest-stop.go @@ -1,8 +1,8 @@ package guest import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/guest-uptime.go b/cli/command/guest/guest-uptime.go index 8d249e37..7e03ac55 100644 --- a/cli/command/guest/guest-uptime.go +++ b/cli/command/guest/guest-uptime.go @@ -3,8 +3,8 @@ package guest import ( "fmt" - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/guest.go b/cli/command/guest/guest.go index a0680ed6..720b6e09 100644 --- a/cli/command/guest/guest.go +++ b/cli/command/guest/guest.go @@ -1,7 +1,7 @@ package guest import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/qemu/guest-qemu-hibernate.go b/cli/command/guest/qemu/guest-qemu-hibernate.go index ca446048..82c81617 100644 --- a/cli/command/guest/qemu/guest-qemu-hibernate.go +++ b/cli/command/guest/qemu/guest-qemu-hibernate.go @@ -1,8 +1,8 @@ package qemu import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/qemu/guest-qemu-pause.go b/cli/command/guest/qemu/guest-qemu-pause.go index ff54eb13..8e149596 100644 --- a/cli/command/guest/qemu/guest-qemu-pause.go +++ b/cli/command/guest/qemu/guest-qemu-pause.go @@ -1,8 +1,8 @@ package qemu import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/qemu/guest-qemu-reset.go b/cli/command/guest/qemu/guest-qemu-reset.go index 35d4c108..51e38659 100644 --- a/cli/command/guest/qemu/guest-qemu-reset.go +++ b/cli/command/guest/qemu/guest-qemu-reset.go @@ -1,8 +1,8 @@ package qemu import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/qemu/guest-qemu-resume.go b/cli/command/guest/qemu/guest-qemu-resume.go index bd18c7ef..0abe3b8f 100644 --- a/cli/command/guest/qemu/guest-qemu-resume.go +++ b/cli/command/guest/qemu/guest-qemu-resume.go @@ -1,8 +1,8 @@ package qemu import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/guest/qemu/guest-qemu.go b/cli/command/guest/qemu/guest-qemu.go index dafc2779..37acab52 100644 --- a/cli/command/guest/qemu/guest-qemu.go +++ b/cli/command/guest/qemu/guest-qemu.go @@ -1,7 +1,7 @@ package qemu import ( - "github.com/Telmate/proxmox-api-go/cli/command/guest" + "github.com/Bluearchive/proxmox-api-go/cli/command/guest" "github.com/spf13/cobra" ) diff --git a/cli/command/list/list-files.go b/cli/command/list/list-files.go index fc7b56cb..e1a69d24 100644 --- a/cli/command/list/list-files.go +++ b/cli/command/list/list-files.go @@ -1,8 +1,8 @@ package list import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/list/list-groups.go b/cli/command/list/list-groups.go index 46877f9e..27162900 100644 --- a/cli/command/list/list-groups.go +++ b/cli/command/list/list-groups.go @@ -4,8 +4,8 @@ import ( "encoding/json" "fmt" - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/list/list-guests.go b/cli/command/list/list-guests.go index 7fe8364e..6e3fef03 100644 --- a/cli/command/list/list-guests.go +++ b/cli/command/list/list-guests.go @@ -1,8 +1,8 @@ package list import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/list/list-snapshots.go b/cli/command/list/list-snapshots.go index b7058105..b245c5a3 100644 --- a/cli/command/list/list-snapshots.go +++ b/cli/command/list/list-snapshots.go @@ -1,8 +1,8 @@ package list import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/list/list-users.go b/cli/command/list/list-users.go index db534293..d2e83a2e 100644 --- a/cli/command/list/list-users.go +++ b/cli/command/list/list-users.go @@ -4,8 +4,8 @@ import ( "encoding/json" "fmt" - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/list/list.go b/cli/command/list/list.go index c57ae9f7..e53378aa 100644 --- a/cli/command/list/list.go +++ b/cli/command/list/list.go @@ -1,7 +1,7 @@ package list import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/member/group/add-users.go b/cli/command/member/group/add-users.go index 56a5f02f..574a3011 100644 --- a/cli/command/member/group/add-users.go +++ b/cli/command/member/group/add-users.go @@ -1,8 +1,8 @@ package group import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/member/group/clear-users.go b/cli/command/member/group/clear-users.go index 642cf224..ace34609 100644 --- a/cli/command/member/group/clear-users.go +++ b/cli/command/member/group/clear-users.go @@ -1,8 +1,8 @@ package group import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/member/group/group.go b/cli/command/member/group/group.go index c897c691..250382af 100644 --- a/cli/command/member/group/group.go +++ b/cli/command/member/group/group.go @@ -1,7 +1,7 @@ package group import ( - "github.com/Telmate/proxmox-api-go/cli/command/member" + "github.com/Bluearchive/proxmox-api-go/cli/command/member" "github.com/spf13/cobra" ) diff --git a/cli/command/member/group/remove-users.go b/cli/command/member/group/remove-users.go index 9f7b503b..45de2415 100644 --- a/cli/command/member/group/remove-users.go +++ b/cli/command/member/group/remove-users.go @@ -1,8 +1,8 @@ package group import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/member/group/set-users.go b/cli/command/member/group/set-users.go index 64b560c4..c67ec0e5 100644 --- a/cli/command/member/group/set-users.go +++ b/cli/command/member/group/set-users.go @@ -1,8 +1,8 @@ package group import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/member/member.go b/cli/command/member/member.go index 1f241249..fa2fc84a 100644 --- a/cli/command/member/member.go +++ b/cli/command/member/member.go @@ -1,7 +1,7 @@ package member import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/node/node-reboot.go b/cli/command/node/node-reboot.go index 27406211..c94a30bd 100644 --- a/cli/command/node/node-reboot.go +++ b/cli/command/node/node-reboot.go @@ -1,7 +1,7 @@ package node import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/node/node-shutdown.go b/cli/command/node/node-shutdown.go index 28abe64e..3d988136 100644 --- a/cli/command/node/node-shutdown.go +++ b/cli/command/node/node-shutdown.go @@ -1,7 +1,7 @@ package node import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/node/node.go b/cli/command/node/node.go index 86dc8bdc..3750a742 100644 --- a/cli/command/node/node.go +++ b/cli/command/node/node.go @@ -1,7 +1,7 @@ package node import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/set/set-group.go b/cli/command/set/set-group.go index eec76a92..6d626eb9 100644 --- a/cli/command/set/set-group.go +++ b/cli/command/set/set-group.go @@ -1,8 +1,8 @@ package set import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/set/set-metricserver.go b/cli/command/set/set-metricserver.go index 7aeb23da..3fd7b3af 100644 --- a/cli/command/set/set-metricserver.go +++ b/cli/command/set/set-metricserver.go @@ -1,8 +1,8 @@ package set import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/set/set-user.go b/cli/command/set/set-user.go index bcd41d9c..6069f0a9 100644 --- a/cli/command/set/set-user.go +++ b/cli/command/set/set-user.go @@ -1,8 +1,8 @@ package set import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/set/set.go b/cli/command/set/set.go index cfacd43b..a87bc687 100644 --- a/cli/command/set/set.go +++ b/cli/command/set/set.go @@ -1,7 +1,7 @@ package set import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) @@ -14,4 +14,4 @@ Depending on if the item already exists the item will be created or updated.`, func init() { cli.RootCmd.AddCommand(setCmd) -} \ No newline at end of file +} diff --git a/cli/command/update/update-poolcomment.go b/cli/command/update/update-poolcomment.go index 1ecf709d..1ca45f35 100644 --- a/cli/command/update/update-poolcomment.go +++ b/cli/command/update/update-poolcomment.go @@ -1,7 +1,7 @@ package update import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) diff --git a/cli/command/update/update-snapshotdescription.go b/cli/command/update/update-snapshotdescription.go index 93775f51..985c0483 100644 --- a/cli/command/update/update-snapshotdescription.go +++ b/cli/command/update/update-snapshotdescription.go @@ -1,8 +1,8 @@ package update import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/update/update-storage.go b/cli/command/update/update-storage.go index 92e5753c..18e3ac0d 100644 --- a/cli/command/update/update-storage.go +++ b/cli/command/update/update-storage.go @@ -1,8 +1,8 @@ package update import ( - "github.com/Telmate/proxmox-api-go/cli" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" "github.com/spf13/cobra" ) diff --git a/cli/command/update/update.go b/cli/command/update/update.go index a5715375..e94eefff 100644 --- a/cli/command/update/update.go +++ b/cli/command/update/update.go @@ -1,7 +1,7 @@ package update import ( - "github.com/Telmate/proxmox-api-go/cli" + "github.com/Bluearchive/proxmox-api-go/cli" "github.com/spf13/cobra" ) @@ -12,4 +12,4 @@ var updateCmd = &cobra.Command{ func init() { cli.RootCmd.AddCommand(updateCmd) -} \ No newline at end of file +} diff --git a/go.mod b/go.mod index ff678567..bea7fafa 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/Telmate/proxmox-api-go +module github.com/Bluearchive/proxmox-api-go go 1.19 diff --git a/main.go b/main.go index 1c0dd2a4..700ab4ad 100644 --- a/main.go +++ b/main.go @@ -12,9 +12,9 @@ import ( "sort" "strconv" - "github.com/Telmate/proxmox-api-go/cli" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) func main() { diff --git a/proxmox/client.go b/proxmox/client.go index 548c2c8f..92987101 100644 --- a/proxmox/client.go +++ b/proxmox/client.go @@ -1,6 +1,6 @@ package proxmox -// inspired by https://github.com/Telmate/vagrant-proxmox/blob/master/lib/vagrant-proxmox/proxmox/connection.rb +// inspired by https://github.com/Bluearchive/vagrant-proxmox/blob/master/lib/vagrant-proxmox/proxmox/connection.rb import ( "bytes" diff --git a/proxmox/config_group_test.go b/proxmox/config_group_test.go index f03c276a..ede88ae3 100644 --- a/proxmox/config_group_test.go +++ b/proxmox/config_group_test.go @@ -3,7 +3,7 @@ package proxmox import ( "testing" - "github.com/Telmate/proxmox-api-go/test/data/test_data_group" + "github.com/Bluearchive/proxmox-api-go/test/data/test_data_group" "github.com/stretchr/testify/require" ) diff --git a/proxmox/config_qemu_disk_test.go b/proxmox/config_qemu_disk_test.go index 2f5c23ac..3de4f4d9 100644 --- a/proxmox/config_qemu_disk_test.go +++ b/proxmox/config_qemu_disk_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - "github.com/Telmate/proxmox-api-go/test/data/test_data_qemu" + "github.com/Bluearchive/proxmox-api-go/test/data/test_data_qemu" "github.com/stretchr/testify/require" ) diff --git a/proxmox/config_qemu_test.go b/proxmox/config_qemu_test.go index 68f7a8f3..09653768 100644 --- a/proxmox/config_qemu_test.go +++ b/proxmox/config_qemu_test.go @@ -5,7 +5,7 @@ import ( "strings" "testing" - "github.com/Telmate/proxmox-api-go/test/data/test_data_qemu" + "github.com/Bluearchive/proxmox-api-go/test/data/test_data_qemu" "github.com/stretchr/testify/require" ) diff --git a/proxmox/config_user_test.go b/proxmox/config_user_test.go index 9d20a410..ea389702 100644 --- a/proxmox/config_user_test.go +++ b/proxmox/config_user_test.go @@ -4,7 +4,7 @@ import ( "errors" "testing" - "github.com/Telmate/proxmox-api-go/test/data/test_data_group" + "github.com/Bluearchive/proxmox-api-go/test/data/test_data_group" "github.com/stretchr/testify/require" ) diff --git a/test/api/AcmeAccount/acme_account_create_remove_test.go b/test/api/AcmeAccount/acme_account_create_remove_test.go index c6c7655c..1e37f452 100644 --- a/test/api/AcmeAccount/acme_account_create_remove_test.go +++ b/test/api/AcmeAccount/acme_account_create_remove_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" // "os" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - api_test "github.com/Telmate/proxmox-api-go/test/api" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" ) var account = ` diff --git a/test/api/AcmeAccount/acme_account_list_test.go b/test/api/AcmeAccount/acme_account_list_test.go index bad0e71a..dd4a92a2 100644 --- a/test/api/AcmeAccount/acme_account_list_test.go +++ b/test/api/AcmeAccount/acme_account_list_test.go @@ -1,9 +1,10 @@ package api_test import ( - "github.com/stretchr/testify/require" "testing" - "github.com/Telmate/proxmox-api-go/test/api" + + api_test "github.com/Bluearchive/proxmox-api-go/test/api" + "github.com/stretchr/testify/require" ) func Test_List_Acme_Accounts(t *testing.T) { @@ -11,4 +12,4 @@ func Test_List_Acme_Accounts(t *testing.T) { _ = Test.CreateTest() _, err := Test.GetClient().GetAcmeAccountList() require.NoError(t, err) -} \ No newline at end of file +} diff --git a/test/api/Authentication/authentication_apikey_test.go b/test/api/Authentication/authentication_apikey_test.go index 70922632..d1280f73 100644 --- a/test/api/Authentication/authentication_apikey_test.go +++ b/test/api/Authentication/authentication_apikey_test.go @@ -3,8 +3,8 @@ package api_test import ( "testing" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - api_test "github.com/Telmate/proxmox-api-go/test/api" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/Authentication/authentication_test.go b/test/api/Authentication/authentication_test.go index b0a1766f..67fda2e4 100644 --- a/test/api/Authentication/authentication_test.go +++ b/test/api/Authentication/authentication_test.go @@ -1,10 +1,11 @@ package api_test import ( - "github.com/stretchr/testify/require" "os" "testing" - "github.com/Telmate/proxmox-api-go/test/api" + + api_test "github.com/Bluearchive/proxmox-api-go/test/api" + "github.com/stretchr/testify/require" ) func Test_Root_Login_Correct_Password(t *testing.T) { @@ -35,4 +36,4 @@ func Test_Login_Incorrect_Username(t *testing.T) { } err := Test.Login() require.Error(t, err) -} \ No newline at end of file +} diff --git a/test/api/CloudInit/cloudinit_test.go b/test/api/CloudInit/cloudinit_test.go index 68c5a275..f22b5650 100644 --- a/test/api/CloudInit/cloudinit_test.go +++ b/test/api/CloudInit/cloudinit_test.go @@ -3,8 +3,8 @@ package api_test import ( "testing" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - api_test "github.com/Telmate/proxmox-api-go/test/api" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/CloudInit/shared_test.go b/test/api/CloudInit/shared_test.go index ecdebb3a..fac2260d 100644 --- a/test/api/CloudInit/shared_test.go +++ b/test/api/CloudInit/shared_test.go @@ -1,7 +1,7 @@ package api_test import ( - pxapi "github.com/Telmate/proxmox-api-go/proxmox" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" ) func _create_vmref() (ref *pxapi.VmRef) { diff --git a/test/api/Connection/connection_test.go b/test/api/Connection/connection_test.go index cab38c07..1ae4790e 100644 --- a/test/api/Connection/connection_test.go +++ b/test/api/Connection/connection_test.go @@ -3,7 +3,7 @@ package api_test import ( "testing" - api_test "github.com/Telmate/proxmox-api-go/test/api" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/Lxc/lxc_create_update_delete_test.go b/test/api/Lxc/lxc_create_update_delete_test.go index ba0d9d52..fbdc18c1 100644 --- a/test/api/Lxc/lxc_create_update_delete_test.go +++ b/test/api/Lxc/lxc_create_update_delete_test.go @@ -3,8 +3,8 @@ package api_test import ( "testing" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - api_test "github.com/Telmate/proxmox-api-go/test/api" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/Lxc/lxc_start_test.go b/test/api/Lxc/lxc_start_test.go index 64b4b6a9..2a4ea788 100644 --- a/test/api/Lxc/lxc_start_test.go +++ b/test/api/Lxc/lxc_start_test.go @@ -3,7 +3,7 @@ package api_test import ( "testing" - api_test "github.com/Telmate/proxmox-api-go/test/api" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/Lxc/shared_test.go b/test/api/Lxc/shared_test.go index b967b130..833f54fd 100644 --- a/test/api/Lxc/shared_test.go +++ b/test/api/Lxc/shared_test.go @@ -1,7 +1,7 @@ package api_test import ( - pxapi "github.com/Telmate/proxmox-api-go/proxmox" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" ) func _create_vmref() (ref *pxapi.VmRef) { diff --git a/test/api/Pool/pool_create_destroy_test.go b/test/api/Pool/pool_create_destroy_test.go index 2c90158c..710ea949 100644 --- a/test/api/Pool/pool_create_destroy_test.go +++ b/test/api/Pool/pool_create_destroy_test.go @@ -3,7 +3,7 @@ package api_test import ( "testing" - api_test "github.com/Telmate/proxmox-api-go/test/api" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/Pool/pool_list_test.go b/test/api/Pool/pool_list_test.go index d14656e0..8c5fae88 100644 --- a/test/api/Pool/pool_list_test.go +++ b/test/api/Pool/pool_list_test.go @@ -3,7 +3,7 @@ package api_test import ( "testing" - api_test "github.com/Telmate/proxmox-api-go/test/api" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/Qemu/qemu_clone_test.go b/test/api/Qemu/qemu_clone_test.go index 20345bb0..719a7de6 100644 --- a/test/api/Qemu/qemu_clone_test.go +++ b/test/api/Qemu/qemu_clone_test.go @@ -3,8 +3,8 @@ package api_test import ( "testing" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - api_test "github.com/Telmate/proxmox-api-go/test/api" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/Qemu/qemu_create_update_delete_test.go b/test/api/Qemu/qemu_create_update_delete_test.go index 30498821..9f175718 100644 --- a/test/api/Qemu/qemu_create_update_delete_test.go +++ b/test/api/Qemu/qemu_create_update_delete_test.go @@ -3,8 +3,8 @@ package api_test import ( "testing" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - api_test "github.com/Telmate/proxmox-api-go/test/api" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/Qemu/qemu_start_test.go b/test/api/Qemu/qemu_start_test.go index cd5f81b2..61552e70 100644 --- a/test/api/Qemu/qemu_start_test.go +++ b/test/api/Qemu/qemu_start_test.go @@ -3,7 +3,7 @@ package api_test import ( "testing" - api_test "github.com/Telmate/proxmox-api-go/test/api" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/Qemu/shared_test.go b/test/api/Qemu/shared_test.go index 8999116d..786d97ed 100644 --- a/test/api/Qemu/shared_test.go +++ b/test/api/Qemu/shared_test.go @@ -1,7 +1,7 @@ package api_test import ( - pxapi "github.com/Telmate/proxmox-api-go/proxmox" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" ) func _create_vmref() (ref *pxapi.VmRef) { diff --git a/test/api/Test.go b/test/api/Test.go index 6a71fa8a..676c3a47 100644 --- a/test/api/Test.go +++ b/test/api/Test.go @@ -3,7 +3,7 @@ package api_test import ( "crypto/tls" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" ) type Test struct { diff --git a/test/api/UserManagement/create_token_test.go b/test/api/UserManagement/create_token_test.go index 80bc1725..3edf37b7 100644 --- a/test/api/UserManagement/create_token_test.go +++ b/test/api/UserManagement/create_token_test.go @@ -3,8 +3,8 @@ package api_test import ( "testing" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - api_test "github.com/Telmate/proxmox-api-go/test/api" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" "github.com/stretchr/testify/require" ) diff --git a/test/api/UserManagement/list_user_test.go b/test/api/UserManagement/list_user_test.go index f3a100b1..c17c6cb8 100644 --- a/test/api/UserManagement/list_user_test.go +++ b/test/api/UserManagement/list_user_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - api_test "github.com/Telmate/proxmox-api-go/test/api" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" ) func Test_List_Users(t *testing.T) { diff --git a/test/api/UserManagement/user_management_test.go b/test/api/UserManagement/user_management_test.go index ce47f59e..85c9d2d4 100644 --- a/test/api/UserManagement/user_management_test.go +++ b/test/api/UserManagement/user_management_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - api_test "github.com/Telmate/proxmox-api-go/test/api" + pxapi "github.com/Bluearchive/proxmox-api-go/proxmox" + api_test "github.com/Bluearchive/proxmox-api-go/test/api" ) var user = pxapi.ConfigUser{ diff --git a/test/cli/AcmeAccount/AcmeAccount_0_test.go b/test/cli/AcmeAccount/AcmeAccount_0_test.go index d284d89d..42896cf4 100644 --- a/test/cli/AcmeAccount/AcmeAccount_0_test.go +++ b/test/cli/AcmeAccount/AcmeAccount_0_test.go @@ -3,8 +3,8 @@ package cli_acmeaccount_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_AcmeAccount_0_Cleanup(t *testing.T) { diff --git a/test/cli/AcmeAccount/AcmeAccount_1_test.go b/test/cli/AcmeAccount/AcmeAccount_1_test.go index cbfefdd4..aeb95581 100644 --- a/test/cli/AcmeAccount/AcmeAccount_1_test.go +++ b/test/cli/AcmeAccount/AcmeAccount_1_test.go @@ -3,8 +3,8 @@ package cli_acmeaccount_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_AcmeAccount_1_Cleanup(t *testing.T) { diff --git a/test/cli/Content/Template/ContentTemplate_test.go b/test/cli/Content/Template/ContentTemplate_test.go index 32caa3a0..37465268 100644 --- a/test/cli/Content/Template/ContentTemplate_test.go +++ b/test/cli/Content/Template/ContentTemplate_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/test/cli/Group/Group_0_set_test.go b/test/cli/Group/Group_0_set_test.go index 4b8c5713..5b930ae8 100644 --- a/test/cli/Group/Group_0_set_test.go +++ b/test/cli/Group/Group_0_set_test.go @@ -3,11 +3,11 @@ package group_test import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - "github.com/Telmate/proxmox-api-go/test/cli/Group/group_sub_tests" - "github.com/Telmate/proxmox-api-go/test/cli/Users/user_sub_tests" - "github.com/Telmate/proxmox-api-go/test/data/test_data_cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/test/cli/Group/group_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/cli/Users/user_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/data/test_data_cli" ) // Create group with all option populated diff --git a/test/cli/Group/Group_1_set_test.go b/test/cli/Group/Group_1_set_test.go index 75ce0922..1ec9af93 100644 --- a/test/cli/Group/Group_1_set_test.go +++ b/test/cli/Group/Group_1_set_test.go @@ -3,11 +3,11 @@ package group_test import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - "github.com/Telmate/proxmox-api-go/test/cli/Group/group_sub_tests" - "github.com/Telmate/proxmox-api-go/test/cli/Users/user_sub_tests" - "github.com/Telmate/proxmox-api-go/test/data/test_data_cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/test/cli/Group/group_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/cli/Users/user_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/data/test_data_cli" ) // Create group with minimal option populated diff --git a/test/cli/Group/Group_2_members_clear_test.go b/test/cli/Group/Group_2_members_clear_test.go index 5d382437..4a1b01c0 100644 --- a/test/cli/Group/Group_2_members_clear_test.go +++ b/test/cli/Group/Group_2_members_clear_test.go @@ -3,10 +3,10 @@ package group_test import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - "github.com/Telmate/proxmox-api-go/test/cli/Group/group_sub_tests" - "github.com/Telmate/proxmox-api-go/test/cli/Users/user_sub_tests" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/test/cli/Group/group_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/cli/Users/user_sub_tests" ) // create users diff --git a/test/cli/Group/Group_3_members_set_test.go b/test/cli/Group/Group_3_members_set_test.go index 069430fe..f4d8fee8 100644 --- a/test/cli/Group/Group_3_members_set_test.go +++ b/test/cli/Group/Group_3_members_set_test.go @@ -3,10 +3,10 @@ package group_test import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - "github.com/Telmate/proxmox-api-go/test/cli/Group/group_sub_tests" - "github.com/Telmate/proxmox-api-go/test/cli/Users/user_sub_tests" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/test/cli/Group/group_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/cli/Users/user_sub_tests" ) // create users diff --git a/test/cli/Group/Group_4_members_add_test.go b/test/cli/Group/Group_4_members_add_test.go index 783dea82..50a7697c 100644 --- a/test/cli/Group/Group_4_members_add_test.go +++ b/test/cli/Group/Group_4_members_add_test.go @@ -3,10 +3,10 @@ package group_test import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - "github.com/Telmate/proxmox-api-go/test/cli/Group/group_sub_tests" - "github.com/Telmate/proxmox-api-go/test/cli/Users/user_sub_tests" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/test/cli/Group/group_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/cli/Users/user_sub_tests" ) // create users diff --git a/test/cli/Group/Group_5_members_remove_test.go b/test/cli/Group/Group_5_members_remove_test.go index f5b5d0c6..22ca13c2 100644 --- a/test/cli/Group/Group_5_members_remove_test.go +++ b/test/cli/Group/Group_5_members_remove_test.go @@ -3,10 +3,10 @@ package group_test import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - "github.com/Telmate/proxmox-api-go/test/cli/Group/group_sub_tests" - "github.com/Telmate/proxmox-api-go/test/cli/Users/user_sub_tests" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/test/cli/Group/group_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/cli/Users/user_sub_tests" ) // create users diff --git a/test/cli/Group/group_sub_tests/group_sub_tests.go b/test/cli/Group/group_sub_tests/group_sub_tests.go index 04d0e211..6e2adf07 100644 --- a/test/cli/Group/group_sub_tests/group_sub_tests.go +++ b/test/cli/Group/group_sub_tests/group_sub_tests.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" "github.com/stretchr/testify/require" ) diff --git a/test/cli/Guest/Qemu/GuestQemu_100_test.go b/test/cli/Guest/Qemu/GuestQemu_100_test.go index b550855c..c81189a6 100644 --- a/test/cli/Guest/Qemu/GuestQemu_100_test.go +++ b/test/cli/Guest/Qemu/GuestQemu_100_test.go @@ -3,8 +3,8 @@ package cli_guestqemu_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_GuestQemu_100_Cleanup(t *testing.T) { diff --git a/test/cli/MetricServers/MetricServer_Errors_test.go b/test/cli/MetricServers/MetricServer_Errors_test.go index df49c657..1b64a484 100644 --- a/test/cli/MetricServers/MetricServer_Errors_test.go +++ b/test/cli/MetricServers/MetricServer_Errors_test.go @@ -2,8 +2,9 @@ package cli_metricservers_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_MetricServer_Errors_Type(t *testing.T) { @@ -12,9 +13,9 @@ func Test_MetricServer_Errors_Type(t *testing.T) { { "type": "this gives an error" }`, - ReqErr: true, + ReqErr: true, ErrContains: "(type)", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) } @@ -26,9 +27,9 @@ func Test_MetricServer_Errors_Server(t *testing.T) { "type": "influxdb", "server": "" }`, - ReqErr: true, + ReqErr: true, ErrContains: "(server)", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) } @@ -41,9 +42,9 @@ func Test_MetricServer_Errors_Port_Lower(t *testing.T) { "server": "192.168.67.3", "port": 0 }`, - ReqErr: true, + ReqErr: true, ErrContains: "(port)", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) } @@ -56,9 +57,9 @@ func Test_MetricServer_Errors_Port_Upper(t *testing.T) { "server": "192.168.67.3", "port": 65537 }`, - ReqErr: true, + ReqErr: true, ErrContains: "(port)", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) } @@ -72,9 +73,9 @@ func Test_MetricServer_Errors_MTU_Lower(t *testing.T) { "port": 65536, "mtu": 511 }`, - ReqErr: true, + ReqErr: true, ErrContains: "(mtu)", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) } @@ -88,9 +89,9 @@ func Test_MetricServer_Errors_MTU_Upper(t *testing.T) { "port": 1, "mtu": 65537 }`, - ReqErr: true, + ReqErr: true, ErrContains: "(mtu)", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) } @@ -105,9 +106,9 @@ func Test_MetricServer_Errors_Timeout(t *testing.T) { "mtu": 512, "timeout": -1 }`, - ReqErr: true, + ReqErr: true, ErrContains: "(timeout)", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) } @@ -123,9 +124,9 @@ func Test_MetricServer_Errors_Graphite_Protocol(t *testing.T) { "protocol": "notvalid" } }`, - ReqErr: true, + ReqErr: true, ErrContains: "(graphite:{ protocol })", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) } @@ -141,9 +142,9 @@ func Test_MetricServer_Errors_InfluxDB_Protocol(t *testing.T) { "protocol": "notvalid" } }`, - ReqErr: true, + ReqErr: true, ErrContains: "(influxdb:{ protocol })", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) } @@ -159,9 +160,9 @@ func Test_MetricServer_Errors_InfluxDB_MaxBodySize(t *testing.T) { "max-body-size": 0 } }`, - ReqErr: true, + ReqErr: true, ErrContains: "(influxdb:{ max-body-size })", - Args: []string{"-i","set","metricserver","test-metricserver00"}, + Args: []string{"-i", "set", "metricserver", "test-metricserver00"}, } Test.StandardTest(t) -} \ No newline at end of file +} diff --git a/test/cli/MetricServers/MetricServer_Graphite_0_test.go b/test/cli/MetricServers/MetricServer_Graphite_0_test.go index e2217da9..d5ce4ed9 100644 --- a/test/cli/MetricServers/MetricServer_Graphite_0_test.go +++ b/test/cli/MetricServers/MetricServer_Graphite_0_test.go @@ -3,8 +3,8 @@ package cli_metricservers_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_MetricServer_Graphite_0_Cleanup(t *testing.T) { diff --git a/test/cli/MetricServers/MetricServer_Graphite_1_test.go b/test/cli/MetricServers/MetricServer_Graphite_1_test.go index 2bc355fc..770087d3 100644 --- a/test/cli/MetricServers/MetricServer_Graphite_1_test.go +++ b/test/cli/MetricServers/MetricServer_Graphite_1_test.go @@ -3,8 +3,8 @@ package cli_metricservers_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_MetricServer_Graphite_1_Cleanup(t *testing.T) { @@ -22,7 +22,7 @@ func Test_MetricServer_Graphite_1_Set_Empty(t *testing.T) { "port": 35466, "server": "192.168.67.4", "type": "graphite", - "enable": false, + "enable": false, "graphite": { "protocol": "tcp" } diff --git a/test/cli/MetricServers/MetricServer_InfluxDB_0_test.go b/test/cli/MetricServers/MetricServer_InfluxDB_0_test.go index 4ca9790d..c5852e03 100644 --- a/test/cli/MetricServers/MetricServer_InfluxDB_0_test.go +++ b/test/cli/MetricServers/MetricServer_InfluxDB_0_test.go @@ -3,8 +3,8 @@ package cli_metricservers_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_MetricServer_InfluxDB_0_Cleanup(t *testing.T) { diff --git a/test/cli/MetricServers/MetricServer_InfluxDB_1_test.go b/test/cli/MetricServers/MetricServer_InfluxDB_1_test.go index 6625871e..6b15c91a 100644 --- a/test/cli/MetricServers/MetricServer_InfluxDB_1_test.go +++ b/test/cli/MetricServers/MetricServer_InfluxDB_1_test.go @@ -3,8 +3,8 @@ package cli_metricservers_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_MetricServer_InfluxDB_1_Cleanup(t *testing.T) { diff --git a/test/cli/MetricServers/MetricServer_InfluxDB_2_test.go b/test/cli/MetricServers/MetricServer_InfluxDB_2_test.go index e9bd5f04..7d9e860e 100644 --- a/test/cli/MetricServers/MetricServer_InfluxDB_2_test.go +++ b/test/cli/MetricServers/MetricServer_InfluxDB_2_test.go @@ -3,8 +3,8 @@ package cli_metricservers_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_MetricServer_InfluxDB_2_Cleanup(t *testing.T) { diff --git a/test/cli/Nodes/list_nodes_test.go b/test/cli/Nodes/list_nodes_test.go index e5d63467..0bfd56cb 100644 --- a/test/cli/Nodes/list_nodes_test.go +++ b/test/cli/Nodes/list_nodes_test.go @@ -2,22 +2,23 @@ package cli_node_test import ( "testing" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Test_List_Nodes(t *testing.T) { cliTest.SetEnvironmentVariables() tests := []struct { - name string - args []string + name string + args []string expected string }{{ - name: "List_User_root@pam", - args: []string{"-i","list","nodes"}, + name: "List_User_root@pam", + args: []string{"-i", "list", "nodes"}, expected: `"id":"node/pve"`, }} - + for _, test := range tests { - cliTest.ListTest(t,test.args,test.expected) + cliTest.ListTest(t, test.args, test.expected) } -} \ No newline at end of file +} diff --git a/test/cli/Pools/list_pools_test.go b/test/cli/Pools/list_pools_test.go index 7a05304a..25a7c785 100644 --- a/test/cli/Pools/list_pools_test.go +++ b/test/cli/Pools/list_pools_test.go @@ -3,7 +3,7 @@ package cli_pool_test import ( "testing" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) // Test0 diff --git a/test/cli/Snapshot/Snapshot_0_test.go b/test/cli/Snapshot/Snapshot_0_test.go index d081ecce..d0af41d8 100644 --- a/test/cli/Snapshot/Snapshot_0_test.go +++ b/test/cli/Snapshot/Snapshot_0_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/test/cli/Storage/Storage_CephFS_0_test.go b/test/cli/Storage/Storage_CephFS_0_test.go index 19700445..619c9993 100644 --- a/test/cli/Storage/Storage_CephFS_0_test.go +++ b/test/cli/Storage/Storage_CephFS_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_CephFS_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_CephFS_1_test.go b/test/cli/Storage/Storage_CephFS_1_test.go index 141ddb92..b3ba2b5e 100644 --- a/test/cli/Storage/Storage_CephFS_1_test.go +++ b/test/cli/Storage/Storage_CephFS_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_CephFS_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_Directory_0_test.go b/test/cli/Storage/Storage_Directory_0_test.go index d31ca081..d078e65c 100644 --- a/test/cli/Storage/Storage_Directory_0_test.go +++ b/test/cli/Storage/Storage_Directory_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_Directory_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_Directory_1_test.go b/test/cli/Storage/Storage_Directory_1_test.go index 4ce439e3..095c8656 100644 --- a/test/cli/Storage/Storage_Directory_1_test.go +++ b/test/cli/Storage/Storage_Directory_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_Directory_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_GlusterFS_0_test.go b/test/cli/Storage/Storage_GlusterFS_0_test.go index 7e50e320..c8102f31 100644 --- a/test/cli/Storage/Storage_GlusterFS_0_test.go +++ b/test/cli/Storage/Storage_GlusterFS_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_GlusterFS_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_GlusterFS_1_test.go b/test/cli/Storage/Storage_GlusterFS_1_test.go index a928756a..04b6f529 100644 --- a/test/cli/Storage/Storage_GlusterFS_1_test.go +++ b/test/cli/Storage/Storage_GlusterFS_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_GlusterFS_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ISCSI_0_test.go b/test/cli/Storage/Storage_ISCSI_0_test.go index 46848c89..6583a816 100644 --- a/test/cli/Storage/Storage_ISCSI_0_test.go +++ b/test/cli/Storage/Storage_ISCSI_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ISCSI_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ISCSI_1_test.go b/test/cli/Storage/Storage_ISCSI_1_test.go index 37381a9d..b3509120 100644 --- a/test/cli/Storage/Storage_ISCSI_1_test.go +++ b/test/cli/Storage/Storage_ISCSI_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ISCSI_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_LVM-Thin_0_test.go b/test/cli/Storage/Storage_LVM-Thin_0_test.go index 1475d495..decfefad 100644 --- a/test/cli/Storage/Storage_LVM-Thin_0_test.go +++ b/test/cli/Storage/Storage_LVM-Thin_0_test.go @@ -3,8 +3,8 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_LVMThin_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_LVM-Thin_1_test.go b/test/cli/Storage/Storage_LVM-Thin_1_test.go index bf0a48cc..9871dba2 100644 --- a/test/cli/Storage/Storage_LVM-Thin_1_test.go +++ b/test/cli/Storage/Storage_LVM-Thin_1_test.go @@ -3,8 +3,8 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_LVMThin_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_LVM_0_test.go b/test/cli/Storage/Storage_LVM_0_test.go index f463c9dd..e1408955 100644 --- a/test/cli/Storage/Storage_LVM_0_test.go +++ b/test/cli/Storage/Storage_LVM_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_LVM_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_LVM_1_test.go b/test/cli/Storage/Storage_LVM_1_test.go index 7af38dfb..6d99ae15 100644 --- a/test/cli/Storage/Storage_LVM_1_test.go +++ b/test/cli/Storage/Storage_LVM_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_LVM_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_NFS_0_test.go b/test/cli/Storage/Storage_NFS_0_test.go index 4ce23c43..e34c9067 100644 --- a/test/cli/Storage/Storage_NFS_0_test.go +++ b/test/cli/Storage/Storage_NFS_0_test.go @@ -3,10 +3,10 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_NFS_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_NFS_1_test.go b/test/cli/Storage/Storage_NFS_1_test.go index d277e7f2..7f6335e7 100644 --- a/test/cli/Storage/Storage_NFS_1_test.go +++ b/test/cli/Storage/Storage_NFS_1_test.go @@ -3,10 +3,10 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_NFS_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_PBS_0_test.go b/test/cli/Storage/Storage_PBS_0_test.go index ad760447..aa2fb35b 100644 --- a/test/cli/Storage/Storage_PBS_0_test.go +++ b/test/cli/Storage/Storage_PBS_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_PBS_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_PBS_1_test.go b/test/cli/Storage/Storage_PBS_1_test.go index 57751e61..3b32760d 100644 --- a/test/cli/Storage/Storage_PBS_1_test.go +++ b/test/cli/Storage/Storage_PBS_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_PBS_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_RBD_0_test.go b/test/cli/Storage/Storage_RBD_0_test.go index c32328a1..760e2dad 100644 --- a/test/cli/Storage/Storage_RBD_0_test.go +++ b/test/cli/Storage/Storage_RBD_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_RBD_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_RBD_1_test.go b/test/cli/Storage/Storage_RBD_1_test.go index 36da8ea8..3801e3c3 100644 --- a/test/cli/Storage/Storage_RBD_1_test.go +++ b/test/cli/Storage/Storage_RBD_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_RBD_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_SMB_0_test.go b/test/cli/Storage/Storage_SMB_0_test.go index 4d0aa74f..77a5e4d9 100644 --- a/test/cli/Storage/Storage_SMB_0_test.go +++ b/test/cli/Storage/Storage_SMB_0_test.go @@ -3,10 +3,10 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_SMB_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_SMB_1_test.go b/test/cli/Storage/Storage_SMB_1_test.go index 0f870af4..9c72ea12 100644 --- a/test/cli/Storage/Storage_SMB_1_test.go +++ b/test/cli/Storage/Storage_SMB_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_SMB_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS-over-ISCSI_0_test.go b/test/cli/Storage/Storage_ZFS-over-ISCSI_0_test.go index 552f94ee..11105a74 100644 --- a/test/cli/Storage/Storage_ZFS-over-ISCSI_0_test.go +++ b/test/cli/Storage/Storage_ZFS-over-ISCSI_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFSoverISCSI_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS-over-ISCSI_1_test.go b/test/cli/Storage/Storage_ZFS-over-ISCSI_1_test.go index 16879abf..08e91d14 100644 --- a/test/cli/Storage/Storage_ZFS-over-ISCSI_1_test.go +++ b/test/cli/Storage/Storage_ZFS-over-ISCSI_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFSoverISCSI_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS-over-ISCSI_Comstar_0_test.go b/test/cli/Storage/Storage_ZFS-over-ISCSI_Comstar_0_test.go index a5dc3b6a..220a9c9c 100644 --- a/test/cli/Storage/Storage_ZFS-over-ISCSI_Comstar_0_test.go +++ b/test/cli/Storage/Storage_ZFS-over-ISCSI_Comstar_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFSoverISCSI_Comstar_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS-over-ISCSI_Comstar_1_test.go b/test/cli/Storage/Storage_ZFS-over-ISCSI_Comstar_1_test.go index 3048e1c1..7506746d 100644 --- a/test/cli/Storage/Storage_ZFS-over-ISCSI_Comstar_1_test.go +++ b/test/cli/Storage/Storage_ZFS-over-ISCSI_Comstar_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFSoverISCSI_Comstar_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS-over-ISCSI_Istgt_0_test.go b/test/cli/Storage/Storage_ZFS-over-ISCSI_Istgt_0_test.go index e8f3970e..c8d1e8d9 100644 --- a/test/cli/Storage/Storage_ZFS-over-ISCSI_Istgt_0_test.go +++ b/test/cli/Storage/Storage_ZFS-over-ISCSI_Istgt_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFSoverISCSI_Istgt_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS-over-ISCSI_Istgt_1_test.go b/test/cli/Storage/Storage_ZFS-over-ISCSI_Istgt_1_test.go index c5a301a4..d805a58b 100644 --- a/test/cli/Storage/Storage_ZFS-over-ISCSI_Istgt_1_test.go +++ b/test/cli/Storage/Storage_ZFS-over-ISCSI_Istgt_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFSoverISCSI_Istgt_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS-over-ISCSI_LIO_0_test.go b/test/cli/Storage/Storage_ZFS-over-ISCSI_LIO_0_test.go index 01c8548a..5958f314 100644 --- a/test/cli/Storage/Storage_ZFS-over-ISCSI_LIO_0_test.go +++ b/test/cli/Storage/Storage_ZFS-over-ISCSI_LIO_0_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFSoverISCSI_Lio_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS-over-ISCSI_LIO_1_test.go b/test/cli/Storage/Storage_ZFS-over-ISCSI_LIO_1_test.go index 576763c0..7bda6e81 100644 --- a/test/cli/Storage/Storage_ZFS-over-ISCSI_LIO_1_test.go +++ b/test/cli/Storage/Storage_ZFS-over-ISCSI_LIO_1_test.go @@ -3,9 +3,9 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFSoverISCSI_Lio_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS_0_test.go b/test/cli/Storage/Storage_ZFS_0_test.go index e08405b6..b055e042 100644 --- a/test/cli/Storage/Storage_ZFS_0_test.go +++ b/test/cli/Storage/Storage_ZFS_0_test.go @@ -3,8 +3,8 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFS_0_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/Storage_ZFS_1_test.go b/test/cli/Storage/Storage_ZFS_1_test.go index b1855123..2c74e4a7 100644 --- a/test/cli/Storage/Storage_ZFS_1_test.go +++ b/test/cli/Storage/Storage_ZFS_1_test.go @@ -3,8 +3,8 @@ package cli_storage_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - storagesubtests "github.com/Telmate/proxmox-api-go/test/cli/Storage/storage-sub-tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + storagesubtests "github.com/Bluearchive/proxmox-api-go/test/cli/Storage/storage-sub-tests" ) func Test_Storage_ZFS_1_Cleanup(t *testing.T) { diff --git a/test/cli/Storage/storage-sub-tests/cephfs.go b/test/cli/Storage/storage-sub-tests/cephfs.go index fd839393..1d797ee4 100644 --- a/test/cli/Storage/storage-sub-tests/cephfs.go +++ b/test/cli/Storage/storage-sub-tests/cephfs.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var CephfsFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/directory.go b/test/cli/Storage/storage-sub-tests/directory.go index 45d509e6..30fbed5a 100644 --- a/test/cli/Storage/storage-sub-tests/directory.go +++ b/test/cli/Storage/storage-sub-tests/directory.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var DirectoryFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/glusterfs.go b/test/cli/Storage/storage-sub-tests/glusterfs.go index f860c1f1..6173e767 100644 --- a/test/cli/Storage/storage-sub-tests/glusterfs.go +++ b/test/cli/Storage/storage-sub-tests/glusterfs.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var GlusterfsFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/iscsi.go b/test/cli/Storage/storage-sub-tests/iscsi.go index 500067dc..275318d2 100644 --- a/test/cli/Storage/storage-sub-tests/iscsi.go +++ b/test/cli/Storage/storage-sub-tests/iscsi.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var IscsiFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/json.go b/test/cli/Storage/storage-sub-tests/json.go index a4153a56..870dcdd5 100644 --- a/test/cli/Storage/storage-sub-tests/json.go +++ b/test/cli/Storage/storage-sub-tests/json.go @@ -3,8 +3,8 @@ package storagesubtests import ( "encoding/json" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) func CloneJson(jsonStruct proxmox.ConfigStorage) *proxmox.ConfigStorage { diff --git a/test/cli/Storage/storage-sub-tests/lvm-thin.go b/test/cli/Storage/storage-sub-tests/lvm-thin.go index 3092612e..d9f41fbc 100644 --- a/test/cli/Storage/storage-sub-tests/lvm-thin.go +++ b/test/cli/Storage/storage-sub-tests/lvm-thin.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var LVMThinFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/lvm.go b/test/cli/Storage/storage-sub-tests/lvm.go index 1076ba22..530df2fa 100644 --- a/test/cli/Storage/storage-sub-tests/lvm.go +++ b/test/cli/Storage/storage-sub-tests/lvm.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var LVMFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/nfs.go b/test/cli/Storage/storage-sub-tests/nfs.go index 1b032301..c43ac157 100644 --- a/test/cli/Storage/storage-sub-tests/nfs.go +++ b/test/cli/Storage/storage-sub-tests/nfs.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var NFSFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/pbs.go b/test/cli/Storage/storage-sub-tests/pbs.go index 80a320bb..d5ce0ec4 100644 --- a/test/cli/Storage/storage-sub-tests/pbs.go +++ b/test/cli/Storage/storage-sub-tests/pbs.go @@ -1,7 +1,7 @@ package storagesubtests import ( - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var PBSFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/rbd.go b/test/cli/Storage/storage-sub-tests/rbd.go index 87b2f305..a1e3fd2e 100644 --- a/test/cli/Storage/storage-sub-tests/rbd.go +++ b/test/cli/Storage/storage-sub-tests/rbd.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var RBDFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/smb.go b/test/cli/Storage/storage-sub-tests/smb.go index 8e0b86b6..04926f5a 100644 --- a/test/cli/Storage/storage-sub-tests/smb.go +++ b/test/cli/Storage/storage-sub-tests/smb.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var SMBFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/standard.go b/test/cli/Storage/storage-sub-tests/standard.go index daf88903..2c21b18c 100644 --- a/test/cli/Storage/storage-sub-tests/standard.go +++ b/test/cli/Storage/storage-sub-tests/standard.go @@ -3,9 +3,9 @@ package storagesubtests import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) func Cleanup(name string, t *testing.T) { diff --git a/test/cli/Storage/storage-sub-tests/zfs-over-iscsi.go b/test/cli/Storage/storage-sub-tests/zfs-over-iscsi.go index 78c2a36c..aea3b86e 100644 --- a/test/cli/Storage/storage-sub-tests/zfs-over-iscsi.go +++ b/test/cli/Storage/storage-sub-tests/zfs-over-iscsi.go @@ -1,7 +1,7 @@ package storagesubtests import ( - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var ZFSoverISCSIFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_comstar.go b/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_comstar.go index 1f2c48e4..81d6c11c 100644 --- a/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_comstar.go +++ b/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_comstar.go @@ -1,7 +1,7 @@ package storagesubtests import ( - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var ZFSoverISCSI_ComstarFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_istgt.go b/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_istgt.go index 4016a747..bd6fe2c2 100644 --- a/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_istgt.go +++ b/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_istgt.go @@ -1,7 +1,7 @@ package storagesubtests import ( - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var ZFSoverISCSI_IstgtFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_lio.go b/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_lio.go index d9c8dd66..b51a854c 100644 --- a/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_lio.go +++ b/test/cli/Storage/storage-sub-tests/zfs-over-iscsi_lio.go @@ -1,7 +1,7 @@ package storagesubtests import ( - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var ZFSoverISCSI_LioFull = proxmox.ConfigStorage{ diff --git a/test/cli/Storage/storage-sub-tests/zfs.go b/test/cli/Storage/storage-sub-tests/zfs.go index 8d20bfb7..cd8347d7 100644 --- a/test/cli/Storage/storage-sub-tests/zfs.go +++ b/test/cli/Storage/storage-sub-tests/zfs.go @@ -3,7 +3,7 @@ package storagesubtests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) var ZFSFull = proxmox.ConfigStorage{ diff --git a/test/cli/Users/User_0_test.go b/test/cli/Users/User_0_test.go index e50821c6..51171f56 100644 --- a/test/cli/Users/User_0_test.go +++ b/test/cli/Users/User_0_test.go @@ -3,12 +3,12 @@ package cli_user_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - "github.com/Telmate/proxmox-api-go/test/cli/Group/group_sub_tests" - "github.com/Telmate/proxmox-api-go/test/cli/Users/user_sub_tests" - "github.com/Telmate/proxmox-api-go/test/data/test_data_cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/test/cli/Group/group_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/cli/Users/user_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/data/test_data_cli" ) func Test_User_0_Cleanup(t *testing.T) { diff --git a/test/cli/Users/User_1_test.go b/test/cli/Users/User_1_test.go index 661007a6..92142d70 100644 --- a/test/cli/Users/User_1_test.go +++ b/test/cli/Users/User_1_test.go @@ -3,12 +3,12 @@ package cli_user_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - "github.com/Telmate/proxmox-api-go/test/cli/Group/group_sub_tests" - "github.com/Telmate/proxmox-api-go/test/cli/Users/user_sub_tests" - "github.com/Telmate/proxmox-api-go/test/data/test_data_cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/test/cli/Group/group_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/cli/Users/user_sub_tests" + "github.com/Bluearchive/proxmox-api-go/test/data/test_data_cli" ) func Test_User_1_Cleanup(t *testing.T) { diff --git a/test/cli/Users/User_2_list_test.go b/test/cli/Users/User_2_list_test.go index 7b164cc5..70063fa4 100644 --- a/test/cli/Users/User_2_list_test.go +++ b/test/cli/Users/User_2_list_test.go @@ -8,9 +8,9 @@ package cli_user_test import ( "testing" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" - "github.com/Telmate/proxmox-api-go/test/cli/Group/group_sub_tests" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/test/cli/Group/group_sub_tests" ) func Test_User_2_Cleanup(t *testing.T) { diff --git a/test/cli/Users/user_sub_tests/user_sub_tests.go b/test/cli/Users/user_sub_tests/user_sub_tests.go index a27d7b23..c3914eeb 100644 --- a/test/cli/Users/user_sub_tests/user_sub_tests.go +++ b/test/cli/Users/user_sub_tests/user_sub_tests.go @@ -3,8 +3,8 @@ package user_sub_tests import ( "testing" - "github.com/Telmate/proxmox-api-go/proxmox" - cliTest "github.com/Telmate/proxmox-api-go/test/cli" + "github.com/Bluearchive/proxmox-api-go/proxmox" + cliTest "github.com/Bluearchive/proxmox-api-go/test/cli" ) // Default CLEANUP test for User diff --git a/test/cli/shared_tests.go b/test/cli/shared_tests.go index 7eb10aef..1d3b7713 100644 --- a/test/cli/shared_tests.go +++ b/test/cli/shared_tests.go @@ -7,8 +7,8 @@ import ( "strings" "testing" - "github.com/Telmate/proxmox-api-go/cli" - _ "github.com/Telmate/proxmox-api-go/cli/command/commands" + "github.com/Bluearchive/proxmox-api-go/cli" + _ "github.com/Bluearchive/proxmox-api-go/cli/command/commands" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/test/data/test_data_cli/cli_group.go b/test/data/test_data_cli/cli_group.go index 1a6ce665..7ceab3f3 100644 --- a/test/data/test_data_cli/cli_group.go +++ b/test/data/test_data_cli/cli_group.go @@ -3,7 +3,7 @@ package test_data_cli import ( "fmt" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) func Group_Get_Empty_testData(testNumber uint) proxmox.ConfigGroup { diff --git a/test/data/test_data_cli/cli_user.go b/test/data/test_data_cli/cli_user.go index 701d2560..a688fabd 100644 --- a/test/data/test_data_cli/cli_user.go +++ b/test/data/test_data_cli/cli_user.go @@ -3,7 +3,7 @@ package test_data_cli import ( "fmt" - "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/Bluearchive/proxmox-api-go/proxmox" ) func User_Empty_testData(testNumber uint) proxmox.ConfigUser {