poddm commented on PR #75: URL: https://github.com/apache/cloudstack-go/pull/75#issuecomment-1830361100
@DaanHoogland, updated test data for createVlanIpRange, updateVlanIpRange, listVlanIpRanges and deleteVlanIpRange. ``` $ /opt/homebrew/bin/go test -timeout 30s -run ^TestVLANService$ github.com/apache/cloudstack-go/v2/test -v === RUN TestVLANService === RUN TestVLANService/CreateVlanIpRange === RUN TestVLANService/DedicateGuestVlanRange === RUN TestVLANService/DeleteVlanIpRange === RUN TestVLANService/ListDedicatedGuestVlanRanges VLANService_test.go:82: Skipping as no json response is provided in testdata === RUN TestVLANService/ListVlanIpRanges === RUN TestVLANService/ReleaseDedicatedGuestVlanRange VLANService_test.go:106: Skipping as no json response is provided in testdata === RUN TestVLANService/ListGuestVlans VLANService_test.go:118: Skipping as no json response is provided in testdata === RUN TestVLANService/UpdateVlanIpRange --- PASS: TestVLANService (0.00s) --- PASS: TestVLANService/CreateVlanIpRange (0.00s) --- PASS: TestVLANService/DedicateGuestVlanRange (0.00s) --- PASS: TestVLANService/DeleteVlanIpRange (0.00s) --- SKIP: TestVLANService/ListDedicatedGuestVlanRanges (0.00s) --- PASS: TestVLANService/ListVlanIpRanges (0.00s) --- SKIP: TestVLANService/ReleaseDedicatedGuestVlanRange (0.00s) --- SKIP: TestVLANService/ListGuestVlans (0.00s) --- PASS: TestVLANService/UpdateVlanIpRange (0.00s) PASS ok github.com/apache/cloudstack-go/v2/test 0.455s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org