This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-kubernetes-provider.git
from db5721ce Update debugging docs, GitHub Actions and golangci config #84
add 3b90644d Add some unit tests
new 282ef972 Add some unit tests (#89)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cloudstack_instances_test.go | 176 +++++++++++++++
cloudstack_loadbalancer_test.go | 480 ++++++++++++++++++++++++++++++++++++++++
protocol_test.go | 259 ++++++++++++++++++++++
3 files changed, 915 insertions(+)
create mode 100644 cloudstack_instances_test.go
create mode 100644 cloudstack_loadbalancer_test.go
create mode 100644 protocol_test.go