You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2022/04/18 08:45:01 UTC

[cloudstack-go] branch autogen-tests updated (99793d1 -> a646d95)

This is an automated email from the ASF dual-hosted git repository.

davidjumani pushed a change to branch autogen-tests
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git


 discard 99793d1  Autogenereate tests
     add f1ceb5a  Autogenereate tests
     add fe331a3  Fix listVPCs unmarshall error when a VPC has network tiers attached (#26)
     add a646d95  Merge branch 'main' of https://github.com/apache/cloudstack-go into autogen-tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (99793d1)
            \
             N -- N -- N   refs/heads/autogen-tests (a646d95)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 cloudstack/VPCService.go                |   6 +-
 generate/generate.go                    |   4 +-
 go.mod                                  |   2 +-
 test/APIDiscoveryService_test.go        |   2 +-
 test/AccountService_test.go             |   2 +-
 test/AddressService_test.go             |   2 +-
 test/AffinityGroupService_test.go       |   2 +-
 test/AlertService_test.go               |   2 +-
 test/AsyncjobService_test.go            |   2 +-
 test/AuthenticationService_test.go      |   2 +-
 test/AutoScaleService_test.go           |   2 +-
 test/BaremetalService_test.go           |   2 +-
 test/BigSwitchBCFService_test.go        |   2 +-
 test/BrocadeVCSService_test.go          |   2 +-
 test/CertificateService_test.go         |   2 +-
 test/CloudIdentifierService_test.go     |   2 +-
 test/ClusterService_test.go             |   2 +-
 test/ConfigurationService_test.go       |   2 +-
 test/DiskOfferingService_test.go        |   2 +-
 test/DomainService_test.go              |   2 +-
 test/EventService_test.go               |   2 +-
 test/FirewallService_test.go            |   2 +-
 test/GuestOSService_test.go             |   2 +-
 test/HostService_test.go                |   2 +-
 test/HypervisorService_test.go          |   2 +-
 test/ISOService_test.go                 |   2 +-
 test/ImageStoreService_test.go          |   2 +-
 test/InternalLBService_test.go          |   2 +-
 test/LDAPService_test.go                |   2 +-
 test/LimitService_test.go               |   2 +-
 test/LoadBalancerService_test.go        |   2 +-
 test/NATService_test.go                 |   2 +-
 test/NetworkACLService_test.go          |   2 +-
 test/NetworkDeviceService_test.go       |   2 +-
 test/NetworkOfferingService_test.go     |   2 +-
 test/NetworkService_test.go             |   2 +-
 test/NicService_test.go                 |   2 +-
 test/NiciraNVPService_test.go           |   2 +-
 test/OutofbandManagementService_test.go |   2 +-
 test/OvsElementService_test.go          |   2 +-
 test/PodService_test.go                 |   2 +-
 test/PoolService_test.go                |   2 +-
 test/PortableIPService_test.go          |   2 +-
 test/ProjectService_test.go             |   2 +-
 test/QuotaService_test.go               |   2 +-
 test/RegionService_test.go              |   2 +-
 test/ResourcemetadataService_test.go    |   2 +-
 test/ResourcetagsService_test.go        |   2 +-
 test/RoleService_test.go                |   2 +-
 test/RouterService_test.go              |   2 +-
 test/SSHService_test.go                 |   2 +-
 test/SecurityGroupService_test.go       |   2 +-
 test/ServiceOfferingService_test.go     |   2 +-
 test/SnapshotService_test.go            |   2 +-
 test/StoragePoolService_test.go         |   2 +-
 test/StratosphereSSPService_test.go     |   2 +-
 test/SwiftService_test.go               |   2 +-
 test/SystemCapacityService_test.go      |   2 +-
 test/SystemVMService_test.go            |   2 +-
 test/TemplateService_test.go            |   2 +-
 test/UCSService_test.go                 |   2 +-
 test/UsageService_test.go               |   2 +-
 test/UserService_test.go                |   2 +-
 test/VLANService_test.go                |   2 +-
 test/VMGroupService_test.go             |   2 +-
 test/VPCService_test.go                 |   2 +-
 test/VPNService_test.go                 |   2 +-
 test/VirtualMachineService_test.go      |   2 +-
 test/VolumeService_test.go              |   2 +-
 test/ZoneService_test.go                |   2 +-
 test/cloudstack_test.go                 |   1 -
 test/testdata/VPCService.json           | 444 ++++++++++++++++++++++++++++++++
 72 files changed, 518 insertions(+), 73 deletions(-)