Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First iteration of changes to verify CDS #848

Merged
merged 29 commits into from
Jun 14, 2022

Conversation

vbauzys
Copy link
Contributor

@vbauzys vbauzys commented May 11, 2022

  • change func testAccPreCheck to testParamsNotEmpty - which checks that params(used testconfig values) are not empty
  • started to remove skipNoNsxtConfiguration(t) as duplicates testParamsNotEmpty in most places
  • skipNoNsxtConfiguration(t) replaced with skipNoConfiguration places where testconfig started used before params (e.g. checking resource in VCD and using testconfig values). In other places removed as it duplicates testParamsNotEmpty

Tests results on CDS with VCD version 10.3.3.1:
Run: 427
Pass: 205

==> Checking that code complies with gofmt requirements...
/home/vbauzys/work/go_projects/terraform-provider-vcd
==> Run test unit
go test: -i flag is deprecated
=== RUN TestTags
--- PASS: TestTags (0.00s)
=== RUN Test_isScalar
=== RUN Test_isScalar/scalar-nil
=== RUN Test_isScalar/scalar-string
=== RUN Test_isScalar/scalar-int
=== RUN Test_isScalar/scalar-int32
=== RUN Test_isScalar/scalar-int64
=== RUN Test_isScalar/scalar-bool
=== RUN Test_isScalar/scalar-float32
=== RUN Test_isScalar/scalar-float64
=== RUN Test_isScalar/scalar-interface1
=== RUN Test_isScalar/scalar-interface2
=== RUN Test_isScalar/struct
=== RUN Test_isScalar/map
=== RUN Test_isScalar/string_slice
=== RUN Test_isScalar/int_slice
=== RUN Test_isScalar/array
=== RUN Test_isScalar/array_of_int
=== RUN Test_isScalar/array_of_structs
=== RUN Test_isScalar/array_of_interface
=== RUN Test_isScalar/interface_as_slice
=== RUN Test_isScalar/library_object1
--- PASS: Test_isScalar (0.00s)
--- PASS: Test_isScalar/scalar-nil (0.00s)
--- PASS: Test_isScalar/scalar-string (0.00s)
--- PASS: Test_isScalar/scalar-int (0.00s)
--- PASS: Test_isScalar/scalar-int32 (0.00s)
--- PASS: Test_isScalar/scalar-int64 (0.00s)
--- PASS: Test_isScalar/scalar-bool (0.00s)
--- PASS: Test_isScalar/scalar-float32 (0.00s)
--- PASS: Test_isScalar/scalar-float64 (0.00s)
--- PASS: Test_isScalar/scalar-interface1 (0.00s)
--- PASS: Test_isScalar/scalar-interface2 (0.00s)
--- PASS: Test_isScalar/struct (0.00s)
--- PASS: Test_isScalar/map (0.00s)
--- PASS: Test_isScalar/string_slice (0.00s)
--- PASS: Test_isScalar/int_slice (0.00s)
--- PASS: Test_isScalar/array (0.00s)
--- PASS: Test_isScalar/array_of_int (0.00s)
--- PASS: Test_isScalar/array_of_structs (0.00s)
--- PASS: Test_isScalar/array_of_interface (0.00s)
--- PASS: Test_isScalar/interface_as_slice (0.00s)
--- PASS: Test_isScalar/library_object1 (0.00s)
=== RUN TestProviderVersion
--- PASS: TestProviderVersion (0.00s)
=== RUN TestProviderUpgradeVersion
--- PASS: TestProviderUpgradeVersion (0.00s)
=== RUN TestGetMajorVersion
provider_unit_test.go:110: 3.7
--- PASS: TestGetMajorVersion (0.00s)
=== RUN TestVcdResources
=== RUN TestVcdResources/GetAllResources
=== RUN TestVcdResources/MatchExactResourceName
=== RUN TestVcdResources/MatchNoResources
=== RUN TestVcdResources/InvalidRegexpError
--- PASS: TestVcdResources (0.00s)
--- PASS: TestVcdResources/GetAllResources (0.00s)
--- PASS: TestVcdResources/MatchExactResourceName (0.00s)
--- PASS: TestVcdResources/MatchNoResources (0.00s)
--- PASS: TestVcdResources/InvalidRegexpError (0.00s)
=== RUN TestVcdDataSources
=== RUN TestVcdDataSources/GetAllDataSources
=== RUN TestVcdDataSources/MatchExactDataSourceName
=== RUN TestVcdDataSources/MatchNoDataSources
=== RUN TestVcdDataSources/InvalidRegexpError
--- PASS: TestVcdDataSources (0.00s)
--- PASS: TestVcdDataSources/GetAllDataSources (0.00s)
--- PASS: TestVcdDataSources/MatchExactDataSourceName (0.00s)
--- PASS: TestVcdDataSources/MatchNoDataSources (0.00s)
--- PASS: TestVcdDataSources/InvalidRegexpError (0.00s)
=== RUN TestVcdSchemaFilter
=== RUN TestVcdSchemaFilter/GetAllResources
=== RUN TestVcdSchemaFilter/MatchExactDataSourceName
=== RUN TestVcdSchemaFilter/MatchNoDataSources
=== RUN TestVcdSchemaFilter/OnlyNonDeprecated
--- PASS: TestVcdSchemaFilter (0.00s)
--- PASS: TestVcdSchemaFilter/GetAllResources (0.00s)
--- PASS: TestVcdSchemaFilter/MatchExactDataSourceName (0.00s)
--- PASS: TestVcdSchemaFilter/MatchNoDataSources (0.00s)
--- PASS: TestVcdSchemaFilter/OnlyNonDeprecated (0.00s)
=== RUN TestDocsNames
--- PASS: TestDocsNames (0.00s)
PASS
ok github.com/vmware/terraform-provider-vcd/v3/vcd 0.039s
/home/vbauzys/work/go_projects/terraform-provider-vcd
==> Run test acceptance
Using configuration file from variable $VCD_CONFIG
as user administrator@System (using password)
Checking resources to create for test suite...
Skipping catalog creation - found preconfigured one: cat-vb
Catalog found successfully
Skipping catalog item creation - found preconfigured one: photon-hw11
Catalog item found successfully
=== RUN TestTags
--- PASS: TestTags (0.00s)
=== RUN TestAccVcdSamlAuth
auth_saml_test.go:22: TestAccVcdSamlAuth requires 'samlUser' and 'samlPassword' to be specified in configuration
--- SKIP: TestAccVcdSamlAuth (0.00s)
=== RUN TestAccAuth
auth_test.go:42: Clearing all VCD env variables
=== RUN TestAccAuth/SystemUserAndPasswordWithDefaultOrgAndVdc
=== RUN TestAccAuth/SystemUserAndPasswordWithDefaultOrg
=== RUN TestAccAuth/SystemUserAndPassword,AuthType=integrated
=== RUN TestAccAuth/SamlSystemUserAndPassword,AuthType=saml_adfs
auth_test.go:258: Skipping: testConfig.Provider.UseSamlAdfs must be true
=== RUN TestAccAuth/SystemUserAndPasswordWithoutSysOrg
=== RUN TestAccAuth/TokenAuth
=== RUN TestAccAuth/TokenAuthOnly,AuthType=token
=== RUN TestAccAuth/TokenPriorityOverUserAndPassword
=== RUN TestAccAuth/TokenWithUserAndPassword,AuthType=token
=== RUN TestAccAuth/EmptySysOrg,AuthType=saml_adfs
auth_test.go:258: Skipping: testConfig.Provider.SamlUser and testConfig.Provider.SamlPassword must be set
=== CONT TestAccAuth
auth_test.go:45: Restoring all VCD env variables
--- PASS: TestAccAuth (59.75s)
--- PASS: TestAccAuth/SystemUserAndPasswordWithDefaultOrgAndVdc (6.77s)
--- PASS: TestAccAuth/SystemUserAndPasswordWithDefaultOrg (7.02s)
--- PASS: TestAccAuth/SystemUserAndPassword,AuthType=integrated (6.27s)
--- SKIP: TestAccAuth/SamlSystemUserAndPassword,AuthType=saml_adfs (0.00s)
--- PASS: TestAccAuth/SystemUserAndPasswordWithoutSysOrg (6.59s)
--- PASS: TestAccAuth/TokenAuth (9.04s)
--- PASS: TestAccAuth/TokenAuthOnly,AuthType=token (5.56s)
--- PASS: TestAccAuth/TokenPriorityOverUserAndPassword (8.68s)
--- PASS: TestAccAuth/TokenWithUserAndPassword,AuthType=token (5.52s)
--- SKIP: TestAccAuth/EmptySysOrg,AuthType=saml_adfs (0.00s)
=== RUN TestAccSearchEngine
=== RUN TestAccSearchEngine/networks
datasource_filter_test.go:331: error getting available networks : vdc not found : [ENF] entity not found
=== RUN TestAccSearchEngine/catalog_items
datasource_filter_test.go:331: error getting available catalog_items : vdc not found : [ENF] entity not found
=== RUN TestAccSearchEngine/media
datasource_filter_test.go:331: error getting available media : vdc not found : [ENF] entity not found
=== RUN TestAccSearchEngine/catalog
datasource_filter_test.go:331: error getting available catalog : vdc not found : [ENF] entity not found
=== RUN TestAccSearchEngine/edge_gateway
datasource_filter_test.go:331: error getting available edge_gateway : vdc not found : [ENF] entity not found
--- PASS: TestAccSearchEngine (4.86s)
--- SKIP: TestAccSearchEngine/networks (4.86s)
--- SKIP: TestAccSearchEngine/catalog_items (0.00s)
--- SKIP: TestAccSearchEngine/media (0.00s)
--- SKIP: TestAccSearchEngine/catalog (0.00s)
--- SKIP: TestAccSearchEngine/edge_gateway (0.00s)
=== RUN TestAccDataSourceNotFound
=== RUN TestAccDataSourceNotFound/vcd_catalog
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_catalog_item
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_catalog_media
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_edgegateway
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_external_network
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_external_network_v2
datasource_not_found_test.go:60: No NSX-T configuration detected or not running as System user
=== RUN TestAccDataSourceNotFound/vcd_global_role
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_independent_disk
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_lb_app_profile
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_lb_app_rule
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_lb_server_pool
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_lb_service_monitor
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_lb_virtual_server
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_library_certificate
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_network_direct
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_network_isolated
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_network_isolated_v2
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_network_routed
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_network_routed_v2
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_alb_cloud
config_test.go:1371: Missing NSX-T ALB config: URL
=== RUN TestAccDataSourceNotFound/vcd_nsxt_alb_controller
config_test.go:1371: Missing NSX-T ALB config: URL
=== RUN TestAccDataSourceNotFound/vcd_nsxt_alb_edgegateway_service_engine_group
config_test.go:1371: Missing NSX-T ALB config: URL
=== RUN TestAccDataSourceNotFound/vcd_nsxt_alb_importable_cloud
config_test.go:1371: Missing NSX-T ALB config: URL
=== RUN TestAccDataSourceNotFound/vcd_nsxt_alb_pool
config_test.go:1371: Missing NSX-T ALB config: URL
=== RUN TestAccDataSourceNotFound/vcd_nsxt_alb_service_engine_group
config_test.go:1371: Missing NSX-T ALB config: URL
=== RUN TestAccDataSourceNotFound/vcd_nsxt_alb_settings
config_test.go:1371: Missing NSX-T ALB config: URL
=== RUN TestAccDataSourceNotFound/vcd_nsxt_alb_virtual_service
config_test.go:1371: Missing NSX-T ALB config: URL
=== RUN TestAccDataSourceNotFound/vcd_nsxt_app_port_profile
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_distributed_firewall
config_test.go:1371: Missing NSX-T ALB config: URL
=== RUN TestAccDataSourceNotFound/vcd_nsxt_edge_cluster
datasource_not_found_test.go:60: No NSX-T configuration detected or not running as System user
=== RUN TestAccDataSourceNotFound/vcd_nsxt_edgegateway
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_firewall
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_ip_set
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_ipsec_vpn_tunnel
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_manager
datasource_not_found_test.go:60: No NSX-T configuration detected or not running as System user
=== RUN TestAccDataSourceNotFound/vcd_nsxt_nat_rule
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_network_context_profile
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_network_dhcp
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_network_imported
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_security_group
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxt_tier0_router
datasource_not_found_test.go:60: No NSX-T configuration detected or not running as System user
=== RUN TestAccDataSourceNotFound/vcd_nsxv_dhcp_relay
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxv_dnat
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxv_firewall_rule
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxv_ip_set
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_nsxv_snat
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_org
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_org_group
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_org_user
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_org_vdc
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_portgroup
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_resource_list
datasource_not_found_test.go:72: not a real data source
=== RUN TestAccDataSourceNotFound/vcd_resource_schema
datasource_not_found_test.go:72: not a real data source
=== RUN TestAccDataSourceNotFound/vcd_right
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_rights_bundle
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_role
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_storage_profile
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_vapp
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_vapp_network
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_vapp_org_network
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_vapp_vm
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_vcenter
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_vdc_group
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_vm
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_vm_affinity_rule
provider_test.go:44: VCD.Vdc must be set for acceptance tests
=== RUN TestAccDataSourceNotFound/vcd_vm_sizing_policy
provider_test.go:44: VCD.Vdc must be set for acceptance tests
--- PASS: TestAccDataSourceNotFound (3.95s)
--- SKIP: TestAccDataSourceNotFound/vcd_catalog (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_catalog_item (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_catalog_media (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_edgegateway (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_external_network (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_external_network_v2 (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_global_role (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_independent_disk (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_lb_app_profile (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_lb_app_rule (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_lb_server_pool (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_lb_service_monitor (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_lb_virtual_server (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_library_certificate (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_network_direct (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_network_isolated (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_network_isolated_v2 (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_network_routed (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_network_routed_v2 (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_alb_cloud (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_alb_controller (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_alb_edgegateway_service_engine_group (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_alb_importable_cloud (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_alb_pool (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_alb_service_engine_group (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_alb_settings (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_alb_virtual_service (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_app_port_profile (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_distributed_firewall (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_edge_cluster (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_edgegateway (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_firewall (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_ip_set (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_ipsec_vpn_tunnel (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_manager (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_nat_rule (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_network_context_profile (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_network_dhcp (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_network_imported (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_security_group (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxt_tier0_router (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxv_dhcp_relay (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxv_dnat (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxv_firewall_rule (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxv_ip_set (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_nsxv_snat (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_org (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_org_group (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_org_user (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_org_vdc (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_portgroup (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_resource_list (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_resource_schema (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_right (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_rights_bundle (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_role (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_storage_profile (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_vapp (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_vapp_network (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_vapp_org_network (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_vapp_vm (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_vcenter (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_vdc_group (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_vm (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_vm_affinity_rule (0.00s)
--- SKIP: TestAccDataSourceNotFound/vcd_vm_sizing_policy (0.00s)
=== RUN TestAccVcdDatasourceNsxtManager
--- PASS: TestAccVcdDatasourceNsxtManager (1.69s)
=== RUN TestAccVcdDatasourceNsxtTier0Router
provider_test.go:44: NsxtTier0Router must be set for acceptance tests
--- SKIP: TestAccVcdDatasourceNsxtTier0Router (0.00s)
=== RUN TestAccVcdDatasourceNsxtTier0RouterVrf
provider_test.go:44: NsxtTier0Router must be set for acceptance tests
--- SKIP: TestAccVcdDatasourceNsxtTier0RouterVrf (0.00s)
=== RUN TestAccVcdCatalogAndItemDatasource
--- PASS: TestAccVcdCatalogAndItemDatasource (80.46s)
=== RUN TestAccVcdCatalogAndMediaDatasource
--- PASS: TestAccVcdCatalogAndMediaDatasource (43.56s)
=== RUN TestAccVcdLibraryCertificateDS
Sys admin part added
--- PASS: TestAccVcdLibraryCertificateDS (14.45s)
=== RUN TestAccVcdExternalNetworkV2Datasource
provider_test.go:44: ExistingExternalNetwork must be set for acceptance tests
--- SKIP: TestAccVcdExternalNetworkV2Datasource (0.00s)
=== RUN TestAccVcdDataSourceIndependentDisk
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdDataSourceIndependentDisk (0.00s)
=== RUN TestAccVcdNetworkIsolatedV2NsxtDS
--- PASS: TestAccVcdNetworkIsolatedV2NsxtDS (55.88s)
=== RUN TestAccVcdNetworkIsolatedV2NsxvDS
vdc not found : [ENF] entity not found
datasource_vcd_network_isolated_v2_test.go:25: error getting available networks
--- SKIP: TestAccVcdNetworkIsolatedV2NsxvDS (5.00s)
=== RUN TestAccVcdNetworkRoutedV2NsxtDS
--- PASS: TestAccVcdNetworkRoutedV2NsxtDS (92.04s)
=== RUN TestAccVcdNetworkRoutedV2NsxvDS
vdc not found : [ENF] entity not found
datasource_vcd_network_routed_v2_test.go:25: error getting available networks
--- SKIP: TestAccVcdNetworkRoutedV2NsxvDS (4.98s)
=== RUN TestAccVcdNetworkDirectDS
datasource_vcd_network_test.go:112: error getting available networks
--- SKIP: TestAccVcdNetworkDirectDS (4.82s)
=== RUN TestAccVcdNetworkRoutedDS
vdc not found : [ENF] entity not found
datasource_vcd_network_test.go:180: error getting available networks
--- SKIP: TestAccVcdNetworkRoutedDS (5.00s)
=== RUN TestAccVcdNetworkIsolatedDS
vdc not found : [ENF] entity not found
datasource_vcd_network_test.go:240: error getting available networks
--- SKIP: TestAccVcdNetworkIsolatedDS (5.24s)
=== RUN TestAccVcdNsxtAlbImportableCloudDS
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbImportableCloudDS (0.00s)
=== RUN TestAccVcdNsxtAlbSettingsDS
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbSettingsDS (0.00s)
=== RUN TestAccVcdNsxtAppPortProfileDsSystem
--- PASS: TestAccVcdNsxtAppPortProfileDsSystem (4.00s)
=== RUN TestAccVcdNsxtAppPortProfileDsProviderNotFound
--- PASS: TestAccVcdNsxtAppPortProfileDsProviderNotFound (0.88s)
=== RUN TestAccVcdNsxtAppPortProfileDsTenantNotFound
--- PASS: TestAccVcdNsxtAppPortProfileDsTenantNotFound (1.87s)
=== RUN TestAccVcdNsxtAppPortProfileMultiOrg
provider_test.go:44: StorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNsxtAppPortProfileMultiOrg (0.00s)
=== RUN TestAccVcdNsxtEdgeCluster
datasource_vcd_nsxt_edge_cluster_test.go:36: got error retrieving Edge Clusters: error getting all pages for endpoint cloudapi/1.0.0/nsxTResources/edgeClusters: error in HTTP GET request: INTERNAL_SERVER_ERROR - [ 0ff136b6-7e71-4683-a032-a8109ad3b1dd ] Forbidden: User is not authorized to perform this operation on the application. Please contact the system administrator to get access., error code 401
--- FAIL: TestAccVcdNsxtEdgeCluster (1.32s)
=== RUN TestAccVcdNsxtEdgeGatewayMultipleSubnetsAndDS
provider_test.go:44: Tier0Router must be set for acceptance tests
--- SKIP: TestAccVcdNsxtEdgeGatewayMultipleSubnetsAndDS (0.00s)
=== RUN TestAccVcdNsxtEdgeGatewayDSDoesNotAcceptNsxv
provider_test.go:44: NsxvVdc must be set for acceptance tests
--- SKIP: TestAccVcdNsxtEdgeGatewayDSDoesNotAcceptNsxv (0.00s)
=== RUN TestAccVcdNsxtNetworkContextProfileInVdc
--- PASS: TestAccVcdNsxtNetworkContextProfileInVdc (14.75s)
=== RUN TestAccVcdNsxtNetworkContextProfileInNsxtManager
datasource_vcd_nsxt_network_context_profile_test.go:89: Step 1/1, expected an error with pattern, no match on: Error running pre-apply refresh: exit status 1

    Error: [Network Context profile DS Read] error finding Network Context Profile with name 'CTRXICA', scope 'TENANT' and context_id 'urn:vcloud:nsxtmanager:cca4ef3c-0aa7-4b81-b885-00de05e72fce': error retrieving Network Context Profiles by name 'CTRXICA', scope 'TENANT' and context ID 'urn:vcloud:nsxtmanager:cca4ef3c-0aa7-4b81-b885-00de05e72fce': error getting all pages for endpoint cloudapi/1.0.0/networkContextProfiles: error in HTTP GET request: BAD_REQUEST - [ a1ed320b-47c9-47b7-8550-ffeb043d42b1 ] Invalid vDC, vDC Group, or network provider ID cca4ef3c-0aa7-4b81-b885-00de05e72fce. 
    
      with data.vcd_nsxt_network_context_profile.p,
      on terraform_plugin_test.tf line 6, in data "vcd_nsxt_network_context_profile" "p":
       6: data "vcd_nsxt_network_context_profile" "p" {

--- FAIL: TestAccVcdNsxtNetworkContextProfileInNsxtManager (0.86s)
=== RUN TestAccVcdOpenApiDhcpNsxtRoutedDS
--- PASS: TestAccVcdOpenApiDhcpNsxtRoutedDS (88.01s)
=== RUN TestAccVcdNsxtNetworkImportedDS
--- PASS: TestAccVcdNsxtNetworkImportedDS (44.42s)
=== RUN TestAccVcdDatasourceOrg
--- PASS: TestAccVcdDatasourceOrg (26.83s)
=== RUN TestAccVcdVdcDatasource
resource_vcd_org_vdc_test.go:197: Variable providerVdc.Name must be set to run VDC tests
--- SKIP: TestAccVcdVdcDatasource (0.00s)
=== RUN TestAccVcdDatasourceResourceList
testConfig.Networking.ExternalNetwork value isn't configured, datasource test will be skipped
testConfig.VCD.Vdc value isn't configured, datasource test using this will be skipped
testConfig.Networking.ExternalNetwork value isn't configured, datasource test using this will be skipped
testConfig.Media.MediaName value isn't configured, datasource test using this will be skipped
testConfig.VCD.Vdc value isn't configured, datasource test using this will be skipped
testConfig.Networking.EdgeGateway value isn't configured, datasource test using this will be skipped
=== RUN TestAccVcdDatasourceResourceList/resources-resources
=== PAUSE TestAccVcdDatasourceResourceList/resources-resources
=== RUN TestAccVcdDatasourceResourceList/global_role-vcd_global_role
=== PAUSE TestAccVcdDatasourceResourceList/global_role-vcd_global_role
=== RUN TestAccVcdDatasourceResourceList/rights_bundle-vcd_rights_bundle
=== PAUSE TestAccVcdDatasourceResourceList/rights_bundle-vcd_rights_bundle
=== RUN TestAccVcdDatasourceResourceList/right-vcd_right
=== PAUSE TestAccVcdDatasourceResourceList/right-vcd_right
=== RUN TestAccVcdDatasourceResourceList/user-vcd_org_user
=== PAUSE TestAccVcdDatasourceResourceList/user-vcd_org_user
=== RUN TestAccVcdDatasourceResourceList/orgs-vcd_org
=== PAUSE TestAccVcdDatasourceResourceList/orgs-vcd_org
=== RUN TestAccVcdDatasourceResourceList/user-parent-vcd_org_user
=== PAUSE TestAccVcdDatasourceResourceList/user-parent-vcd_org_user
=== RUN TestAccVcdDatasourceResourceList/role-parent-vcd_role
=== PAUSE TestAccVcdDatasourceResourceList/role-parent-vcd_role
=== RUN TestAccVcdDatasourceResourceList/catalog-parent-vcd_catalog
=== PAUSE TestAccVcdDatasourceResourceList/catalog-parent-vcd_catalog
=== RUN TestAccVcdDatasourceResourceList/catalog-vcd_catalog
=== PAUSE TestAccVcdDatasourceResourceList/catalog-vcd_catalog
=== RUN TestAccVcdDatasourceResourceList/catalog_item-vcd_catalog_item
=== PAUSE TestAccVcdDatasourceResourceList/catalog_item-vcd_catalog_item
=== RUN TestAccVcdDatasourceResourceList/library_certificate-vcd_library_certificate
=== PAUSE TestAccVcdDatasourceResourceList/library_certificate-vcd_library_certificate
=== CONT TestAccVcdDatasourceResourceList/resources-resources
=== CONT TestAccVcdDatasourceResourceList/role-parent-vcd_role
=== CONT TestAccVcdDatasourceResourceList/user-vcd_org_user
=== CONT TestAccVcdDatasourceResourceList/user-parent-vcd_org_user
=== CONT TestAccVcdDatasourceResourceList/orgs-vcd_org
=== CONT TestAccVcdDatasourceResourceList/right-vcd_right
=== CONT TestAccVcdDatasourceResourceList/rights_bundle-vcd_rights_bundle
=== CONT TestAccVcdDatasourceResourceList/global_role-vcd_global_role
=== CONT TestAccVcdDatasourceResourceList/library_certificate-vcd_library_certificate
=== CONT TestAccVcdDatasourceResourceList/catalog_item-vcd_catalog_item
=== CONT TestAccVcdDatasourceResourceList/catalog-vcd_catalog
=== CONT TestAccVcdDatasourceResourceList/catalog-parent-vcd_catalog
--- PASS: TestAccVcdDatasourceResourceList (0.00s)
--- PASS: TestAccVcdDatasourceResourceList/resources-resources (1.31s)
--- PASS: TestAccVcdDatasourceResourceList/rights_bundle-vcd_rights_bundle (2.64s)
--- PASS: TestAccVcdDatasourceResourceList/global_role-vcd_global_role (2.76s)
--- PASS: TestAccVcdDatasourceResourceList/user-parent-vcd_org_user (4.74s)
--- PASS: TestAccVcdDatasourceResourceList/user-vcd_org_user (4.76s)
--- PASS: TestAccVcdDatasourceResourceList/library_certificate-vcd_library_certificate (5.82s)
--- PASS: TestAccVcdDatasourceResourceList/catalog-vcd_catalog (6.06s)
--- PASS: TestAccVcdDatasourceResourceList/role-parent-vcd_role (6.19s)
--- PASS: TestAccVcdDatasourceResourceList/catalog-parent-vcd_catalog (6.28s)
--- PASS: TestAccVcdDatasourceResourceList/right-vcd_right (7.03s)
--- PASS: TestAccVcdDatasourceResourceList/catalog_item-vcd_catalog_item (9.07s)
--- PASS: TestAccVcdDatasourceResourceList/orgs-vcd_org (9.09s)
=== RUN TestAccVcdDatasourceResourceSchema
=== RUN TestAccVcdDatasourceResourceSchema/vcd_network_direct
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_network_direct
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vm_internal_disk
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vm_internal_disk
=== RUN TestAccVcdDatasourceResourceSchema/vcd_role
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_role
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_app_port_profile
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_app_port_profile
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vapp
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vapp
=== RUN TestAccVcdDatasourceResourceSchema/vcd_edgegateway_vpn
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_edgegateway_vpn
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_security_group
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_security_group
=== RUN TestAccVcdDatasourceResourceSchema/vcd_network_routed
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_network_routed
=== RUN TestAccVcdDatasourceResourceSchema/vcd_org_user
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_org_user
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_ip_set
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_ip_set
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_pool
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_pool
=== RUN TestAccVcdDatasourceResourceSchema/vcd_org
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_org
=== RUN TestAccVcdDatasourceResourceSchema/vcd_org_group
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_org_group
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vm_affinity_rule
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vm_affinity_rule
=== RUN TestAccVcdDatasourceResourceSchema/vcd_external_network_v2
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_external_network_v2
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_nat_rule
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_nat_rule
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_edgegateway_service_engine_group
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_edgegateway_service_engine_group
=== RUN TestAccVcdDatasourceResourceSchema/vcd_network_isolated
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_network_isolated
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vm
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vm
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_service_engine_group
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_service_engine_group
=== RUN TestAccVcdDatasourceResourceSchema/vcd_edgegateway
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_edgegateway
=== RUN TestAccVcdDatasourceResourceSchema/vcd_inserted_media
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_inserted_media
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vapp_firewall_rules
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vapp_firewall_rules
=== RUN TestAccVcdDatasourceResourceSchema/vcd_network_routed_v2
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_network_routed_v2
=== RUN TestAccVcdDatasourceResourceSchema/vcd_network_isolated_v2
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_network_isolated_v2
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_network_dhcp
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_network_dhcp
=== RUN TestAccVcdDatasourceResourceSchema/vcd_org_vdc
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_org_vdc
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxv_dnat
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxv_dnat
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxv_firewall_rule
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxv_firewall_rule
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxv_dhcp_relay
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxv_dhcp_relay
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vapp_access_control
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vapp_access_control
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vdc_group
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vdc_group
=== RUN TestAccVcdDatasourceResourceSchema/vcd_edgegateway_settings
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_edgegateway_settings
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vapp_vm
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vapp_vm
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_settings
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_settings
=== RUN TestAccVcdDatasourceResourceSchema/vcd_independent_disk
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_independent_disk
=== RUN TestAccVcdDatasourceResourceSchema/vcd_lb_app_profile
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_lb_app_profile
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_edgegateway
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_edgegateway
=== RUN TestAccVcdDatasourceResourceSchema/vcd_lb_virtual_server
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_lb_virtual_server
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxv_snat
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxv_snat
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vm_sizing_policy
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vm_sizing_policy
=== RUN TestAccVcdDatasourceResourceSchema/vcd_global_role
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_global_role
=== RUN TestAccVcdDatasourceResourceSchema/vcd_catalog_item
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_catalog_item
=== RUN TestAccVcdDatasourceResourceSchema/vcd_external_network
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_external_network
=== RUN TestAccVcdDatasourceResourceSchema/vcd_lb_app_rule
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_lb_app_rule
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vapp_nat_rules
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vapp_nat_rules
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_firewall
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_firewall
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_controller
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_controller
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_distributed_firewall
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_distributed_firewall
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vapp_network
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vapp_network
=== RUN TestAccVcdDatasourceResourceSchema/vcd_catalog_media
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_catalog_media
=== RUN TestAccVcdDatasourceResourceSchema/vcd_lb_service_monitor
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_lb_service_monitor
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vapp_org_network
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vapp_org_network
=== RUN TestAccVcdDatasourceResourceSchema/vcd_vapp_static_routing
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_vapp_static_routing
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_network_imported
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_network_imported
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_ipsec_vpn_tunnel
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_ipsec_vpn_tunnel
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_cloud
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_cloud
=== RUN TestAccVcdDatasourceResourceSchema/vcd_lb_server_pool
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_lb_server_pool
=== RUN TestAccVcdDatasourceResourceSchema/vcd_rights_bundle
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_rights_bundle
=== RUN TestAccVcdDatasourceResourceSchema/vcd_catalog
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_catalog
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxv_ip_set
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxv_ip_set
=== RUN TestAccVcdDatasourceResourceSchema/vcd_library_certificate
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_library_certificate
=== RUN TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_virtual_service
=== PAUSE TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_virtual_service
=== CONT TestAccVcdDatasourceResourceSchema/vcd_network_direct
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_virtual_service
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vapp_vm
=== CONT TestAccVcdDatasourceResourceSchema/vcd_library_certificate
=== CONT TestAccVcdDatasourceResourceSchema/vcd_network_isolated
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_ip_set
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_edgegateway_service_engine_group
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_nat_rule
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_distributed_firewall
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vm_affinity_rule
=== CONT TestAccVcdDatasourceResourceSchema/vcd_external_network_v2
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_settings
=== CONT TestAccVcdDatasourceResourceSchema/vcd_org_group
=== CONT TestAccVcdDatasourceResourceSchema/vcd_org
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_pool
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_network_dhcp
=== CONT TestAccVcdDatasourceResourceSchema/vcd_edgegateway_settings
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vdc_group
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vapp_access_control
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxv_dhcp_relay
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxv_firewall_rule
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxv_dnat
=== CONT TestAccVcdDatasourceResourceSchema/vcd_org_vdc
=== CONT TestAccVcdDatasourceResourceSchema/vcd_inserted_media
=== CONT TestAccVcdDatasourceResourceSchema/vcd_network_isolated_v2
=== CONT TestAccVcdDatasourceResourceSchema/vcd_network_routed_v2
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vapp_firewall_rules
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_network_imported
=== CONT TestAccVcdDatasourceResourceSchema/vcd_edgegateway_vpn
=== CONT TestAccVcdDatasourceResourceSchema/vcd_org_user
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vapp_org_network
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vapp_static_routing
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_service_engine_group
=== CONT TestAccVcdDatasourceResourceSchema/vcd_network_routed
=== CONT TestAccVcdDatasourceResourceSchema/vcd_edgegateway
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_security_group
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vm
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_app_port_profile
=== CONT TestAccVcdDatasourceResourceSchema/vcd_global_role
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vapp
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_controller
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_firewall
=== CONT TestAccVcdDatasourceResourceSchema/vcd_lb_service_monitor
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vapp_nat_rules
=== CONT TestAccVcdDatasourceResourceSchema/vcd_lb_app_rule
=== CONT TestAccVcdDatasourceResourceSchema/vcd_role
=== CONT TestAccVcdDatasourceResourceSchema/vcd_external_network
=== CONT TestAccVcdDatasourceResourceSchema/vcd_catalog_item
=== CONT TestAccVcdDatasourceResourceSchema/vcd_catalog_media
=== CONT TestAccVcdDatasourceResourceSchema/vcd_lb_app_profile
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_edgegateway
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vm_sizing_policy
=== CONT TestAccVcdDatasourceResourceSchema/vcd_lb_virtual_server
=== CONT TestAccVcdDatasourceResourceSchema/vcd_independent_disk
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vm_internal_disk
=== CONT TestAccVcdDatasourceResourceSchema/vcd_rights_bundle
=== CONT TestAccVcdDatasourceResourceSchema/vcd_vapp_network
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxv_snat
=== CONT TestAccVcdDatasourceResourceSchema/vcd_lb_server_pool
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_cloud
=== CONT TestAccVcdDatasourceResourceSchema/vcd_catalog
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxv_ip_set
=== CONT TestAccVcdDatasourceResourceSchema/vcd_nsxt_ipsec_vpn_tunnel
--- PASS: TestAccVcdDatasourceResourceSchema (0.01s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_settings (2.66s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_edgegateway_service_engine_group (2.81s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_library_certificate (2.84s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vm_affinity_rule (2.93s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_ip_set (2.94s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_virtual_service (3.15s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_nat_rule (3.16s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_network_direct (3.27s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_external_network_v2 (3.52s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_network_isolated (3.87s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_distributed_firewall (4.37s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_org_group (3.18s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_network_dhcp (3.01s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_edgegateway_settings (3.39s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxv_dhcp_relay (3.17s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vapp_access_control (3.57s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vdc_group (3.58s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_org (4.22s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxv_dnat (4.09s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxv_firewall_rule (4.62s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_pool (5.66s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_inserted_media (2.96s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_network_isolated_v2 (3.78s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_network_routed_v2 (3.62s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_network_imported (3.61s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_org_vdc (6.26s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_edgegateway_vpn (4.02s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vapp_firewall_rules (4.52s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vapp_org_network (3.17s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_org_user (4.32s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vapp_static_routing (3.30s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vapp_vm (11.78s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_service_engine_group (3.30s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_security_group (2.90s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_network_routed (4.15s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_global_role (2.84s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_app_port_profile (3.10s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_edgegateway (4.16s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vapp (2.95s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_controller (3.11s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_lb_app_rule (2.75s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_lb_service_monitor (3.28s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_firewall (3.37s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vapp_nat_rules (3.35s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_role (2.84s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_external_network (3.06s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_catalog_item (3.02s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_edgegateway (2.84s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_catalog_media (3.35s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_lb_app_profile (3.46s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_lb_virtual_server (2.95s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vm_internal_disk (2.80s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_rights_bundle (2.59s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vm_sizing_policy (3.52s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_independent_disk (3.45s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vapp_network (2.84s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxv_snat (2.62s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_alb_cloud (2.12s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxv_ip_set (1.83s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_lb_server_pool (2.61s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_catalog (2.49s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_vm (9.35s)
--- PASS: TestAccVcdDatasourceResourceSchema/vcd_nsxt_ipsec_vpn_tunnel (2.46s)
=== RUN TestAccVcdRightsContainers
--- PASS: TestAccVcdRightsContainers (20.41s)
=== RUN TestAccVcdStorageProfileDS
datasource_vcd_storage_profile_test.go:134: unable to find VDC ''
--- FAIL: TestAccVcdStorageProfileDS (0.81s)
=== RUN TestAccVcdVappNetworkDS
provider_test.go:44: VDC must be set for acceptance tests
--- SKIP: TestAccVcdVappNetworkDS (0.00s)
=== RUN TestAccVcdVappOrgNetworkDS
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVappOrgNetworkDS (0.00s)
=== RUN TestAccVcdVappDS
datasource_vcd_vapp_test.go:57: No suitable vApp found for this test
--- SKIP: TestAccVcdVappDS (4.57s)
=== RUN TestAccVcdVappVmDS
provider_test.go:44: VDC must be set for acceptance tests
--- SKIP: TestAccVcdVappVmDS (0.00s)
=== RUN TestAccVcdVcenter
provider_test.go:44: Vcenter must be set for acceptance tests
--- SKIP: TestAccVcdVcenter (0.00s)
=== RUN TestProvider
--- PASS: TestProvider (0.01s)
=== RUN TestProvider_impl
--- PASS: TestProvider_impl (0.00s)
=== RUN TestAccClientUserAgent
--- PASS: TestAccClientUserAgent (0.00s)
=== RUN TestAccVcdCatalogItemBasic
testing_new.go:79: Error running post-test destroy, there may be dangling resources: error retrieving Org: vb and error: empty VDC name provided
--- FAIL: TestAccVcdCatalogItemBasic (171.62s)
=== RUN TestAccVcdCatalogMediaBasic
--- PASS: TestAccVcdCatalogMediaBasic (61.31s)
=== RUN TestAccVcdCatalog
provider_test.go:44: StorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdCatalog (0.00s)
=== RUN TestAccVcdCatalogWithStorageProfile
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdCatalogWithStorageProfile (0.00s)
=== RUN TestAccVcdCatalogPublishedToExternalOrg
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdCatalogPublishedToExternalOrg (0.00s)
=== RUN TestAccVcdCatalogSharedAccess
Setting up prerequisites using SDK (non Terraform definitions)
Using user 'System' (true) to prepare environment
Created new Org 'TestAccVcdCatalogSharedAccess'
Cleaning up
resource_vcd_catalog_test.go:516: error retrieving existing VDC '': [ENF] entity not found
--- FAIL: TestAccVcdCatalogSharedAccess (7.40s)
=== RUN TestAccVcdLibraryCertificateResource
--- PASS: TestAccVcdLibraryCertificateResource (17.58s)
=== RUN TestAccVcdEdgeGatewaySettingsFull
*** This test doesn't run anything directly, but it creates an HCL script
*** (vcd.TestAccVcdEdgeGatewaySettingsFull.tf) that will then run with the binary tests.
resource_vcd_edgegateway_settings_test.go:51: one or more elements needed for TestAccVcdEdgeGatewaySettingsFull are missing from the configuration file
--- SKIP: TestAccVcdEdgeGatewaySettingsFull (0.00s)
=== RUN TestAccVcdEdgeGatewaySettingsBasic
resource_vcd_edgegateway_settings_test.go:106: one or more elements needed for TestAccVcdEdgeGatewaySettingsBasic are missing from the configuration file
--- SKIP: TestAccVcdEdgeGatewaySettingsBasic (0.00s)
=== RUN TestAccVcdEdgeGatewayBasic
provider_test.go:44: Type must be set for acceptance tests
--- SKIP: TestAccVcdEdgeGatewayBasic (0.00s)
=== RUN TestAccVcdEdgeGatewayComplex
provider_test.go:44: ExternalNetwork must be set for acceptance tests
--- SKIP: TestAccVcdEdgeGatewayComplex (0.00s)
=== RUN TestAccVcdEdgeGatewayExternalNetworks
provider_test.go:44: PortGroup must be set for acceptance tests
--- SKIP: TestAccVcdEdgeGatewayExternalNetworks (0.00s)
=== RUN TestAccVcdEdgeGatewayRateLimits
resource_vcd_edgegateway_test.go:373: Skipping test because specified portgroup is from standard vSwitch and does not support rate limiting
--- SKIP: TestAccVcdEdgeGatewayRateLimits (0.00s)
=== RUN TestAccVcdEdgeGatewayParallelCreation
provider_test.go:44: Type must be set for acceptance tests
--- SKIP: TestAccVcdEdgeGatewayParallelCreation (0.00s)
=== RUN TestAccVcdVpn_Basic
provider_test.go:44: PeerIP must be set for acceptance tests
--- SKIP: TestAccVcdVpn_Basic (0.00s)
=== RUN TestAccVcdExternalNetworkBasic
provider_test.go:44: Type must be set for acceptance tests
--- SKIP: TestAccVcdExternalNetworkBasic (0.00s)
=== RUN TestAccVcdExternalNetworkV2NsxtVrf
provider_test.go:44: Type must be set for acceptance tests
--- SKIP: TestAccVcdExternalNetworkV2NsxtVrf (0.00s)
=== RUN TestAccVcdExternalNetworkV2NsxtT0Router
provider_test.go:44: NsxtTier0Router must be set for acceptance tests
--- SKIP: TestAccVcdExternalNetworkV2NsxtT0Router (0.00s)
=== RUN TestAccVcdExternalNetworkV2Nsxv
provider_test.go:44: Vcenter must be set for acceptance tests
--- SKIP: TestAccVcdExternalNetworkV2Nsxv (0.00s)
=== RUN TestAccVcdExternalNetworkV2NsxtSegmentUnsupported
resource_vcd_external_network_v2_test.go:479: TestAccVcdExternalNetworkV2NsxtSegmentUnsupported this test check requires API version <36.0 (VCD 10.3+)
--- SKIP: TestAccVcdExternalNetworkV2NsxtSegmentUnsupported (0.00s)
=== RUN TestAccVcdExternalNetworkV2NsxtSegment
provider_test.go:44: PortGroup must be set for acceptance tests
--- SKIP: TestAccVcdExternalNetworkV2NsxtSegment (0.00s)
=== RUN TestAccVcdExternalNetworkV2NsxtConfigError
provider_test.go:44: Type must be set for acceptance tests
--- SKIP: TestAccVcdExternalNetworkV2NsxtConfigError (0.00s)
=== RUN TestAccVcdExternalNetworkV2NsxtSegmentIntegration
provider_test.go:44: Type must be set for acceptance tests
--- SKIP: TestAccVcdExternalNetworkV2NsxtSegmentIntegration (0.00s)
=== RUN TestAccVcdGlobalRole
--- PASS: TestAccVcdGlobalRole (17.10s)
=== RUN TestAccVcdIndependentDiskBasic
resource_vcd_independent_disk_test.go:29: Both variables testConfig.VCD.ProviderVdc.StorageProfile and testConfig.VCD.ProviderVdc.StorageProfile2 must be set
--- SKIP: TestAccVcdIndependentDiskBasic (0.00s)
=== RUN TestAccVcdMediaInsertBasic
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdMediaInsertBasic (0.00s)
=== RUN TestAccVcdIpSet
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdIpSet (0.00s)
=== RUN TestAccVcdLBAppProfile
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdLBAppProfile (0.00s)
=== RUN TestAccVcdLBAppRule
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdLBAppRule (0.00s)
=== RUN TestAccVcdLbServerPool
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdLbServerPool (0.00s)
=== RUN TestAccVcdLbServiceMonitor
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdLbServiceMonitor (0.00s)
=== RUN TestAccVcdLbVirtualServer
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdLbVirtualServer (0.00s)
=== RUN TestAccVcdNetworkIsolatedV2Nsxt
--- PASS: TestAccVcdNetworkIsolatedV2Nsxt (58.88s)
=== RUN TestAccVcdNetworkIsolatedV2NsxtMigration
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNetworkIsolatedV2NsxtMigration (0.00s)
=== RUN TestAccVcdNetworkIsolatedV2NsxtOwnerVdc
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNetworkIsolatedV2NsxtOwnerVdc (0.00s)
=== RUN TestAccVcdNetworkIsolatedV2InheritedVdc
--- PASS: TestAccVcdNetworkIsolatedV2InheritedVdc (64.21s)
=== RUN TestAccVcdNetworkIsolatedV2Nsxv
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdNetworkIsolatedV2Nsxv (0.00s)
=== RUN TestAccVcdNetworkRoutedV2Nsxt
--- PASS: TestAccVcdNetworkRoutedV2Nsxt (113.26s)
=== RUN TestAccVcdNetworkRoutedV2NsxtOwnerVdc
--- PASS: TestAccVcdNetworkRoutedV2NsxtOwnerVdc (62.06s)
=== RUN TestAccVcdNetworkRoutedV2NsxtMigration
--- PASS: TestAccVcdNetworkRoutedV2NsxtMigration (167.02s)
=== RUN TestAccVcdNetworkRoutedV2InheritedVdc
--- PASS: TestAccVcdNetworkRoutedV2InheritedVdc (87.14s)
=== RUN TestAccVcdNetworkRoutedV2NsxvInterfaceTypes
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdNetworkRoutedV2NsxvInterfaceTypes (0.00s)
=== RUN TestAccVcdNetworkRoutedV2NsxvDistributedInterface
resource_vcd_network_routed_v2_test.go:72: Distributed test skipped: not enabled
--- SKIP: TestAccVcdNetworkRoutedV2NsxvDistributedInterface (0.00s)
=== RUN TestAccVcdNetworkIsolatedStatic1
provider_test.go:44: EndDhcpIpAddress must be set for acceptance tests
--- SKIP: TestAccVcdNetworkIsolatedStatic1 (0.00s)
=== RUN TestAccVcdNetworkIsolatedStatic2
provider_test.go:44: ExternalNetwork must be set for acceptance tests
--- SKIP: TestAccVcdNetworkIsolatedStatic2 (0.00s)
=== RUN TestAccVcdNetworkIsolatedDhcp
provider_test.go:44: StartStaticIpAddress2 must be set for acceptance tests
--- SKIP: TestAccVcdNetworkIsolatedDhcp (0.00s)
=== RUN TestAccVcdNetworkIsolatedMixed1
provider_test.go:44: StartStaticIpAddress2 must be set for acceptance tests
--- SKIP: TestAccVcdNetworkIsolatedMixed1 (0.00s)
=== RUN TestAccVcdNetworkIsolatedMixed2
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdNetworkIsolatedMixed2 (0.00s)
=== RUN TestAccVcdNetworkRoutedStatic1
provider_test.go:44: StartStaticIpAddress2 must be set for acceptance tests
--- SKIP: TestAccVcdNetworkRoutedStatic1 (0.00s)
=== RUN TestAccVcdNetworkRoutedStatic2
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdNetworkRoutedStatic2 (0.00s)
=== RUN TestAccVcdNetworkRoutedStaticSub2
provider_test.go:44: StartDhcpIpAddress must be set for acceptance tests
--- SKIP: TestAccVcdNetworkRoutedStaticSub2 (0.00s)
=== RUN TestAccVcdNetworkRoutedStaticDist
resource_vcd_network_test.go:284: Distributed test skipped: not enabled
--- SKIP: TestAccVcdNetworkRoutedStaticDist (0.00s)
=== RUN TestAccVcdNetworkRoutedStaticDist2
resource_vcd_network_test.go:315: Distributed test skipped: not enabled
--- SKIP: TestAccVcdNetworkRoutedStaticDist2 (0.00s)
=== RUN TestAccVcdNetworkRoutedDhcp
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdNetworkRoutedDhcp (0.00s)
=== RUN TestAccVcdNetworkRoutedDhcpSub
provider_test.go:44: ExternalNetwork must be set for acceptance tests
--- SKIP: TestAccVcdNetworkRoutedDhcpSub (0.00s)
=== RUN TestAccVcdNetworkRoutedMixed
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdNetworkRoutedMixed (0.00s)
=== RUN TestAccVcdNetworkRoutedMixedSub
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdNetworkRoutedMixedSub (0.00s)
=== RUN TestAccVcdNetworkDirect
provider_test.go:44: EndStaticIpAddress2 must be set for acceptance tests
--- SKIP: TestAccVcdNetworkDirect (0.00s)
=== RUN TestHashFunc
=== RUN TestHashFunc/static
=== RUN TestHashFunc/dhcp-isolated
=== RUN TestHashFunc/dhcp-routed
--- PASS: TestHashFunc (0.00s)
--- PASS: TestHashFunc/static (0.00s)
--- PASS: TestHashFunc/dhcp-isolated (0.00s)
--- PASS: TestHashFunc/dhcp-routed (0.00s)
=== RUN TestAccVcdNsxtAlbCloud
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbCloud (0.00s)
=== RUN TestAccVcdNsxtAlbController
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbController (0.00s)
=== RUN TestAccVcdNsxtEdgeGatewayServiceEngineGroupDedicated
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtEdgeGatewayServiceEngineGroupDedicated (0.00s)
=== RUN TestAccVcdNsxtEdgeGatewayServiceEngineGroupShared
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtEdgeGatewayServiceEngineGroupShared (0.00s)
=== RUN TestAccVcdNsxtAlbPool
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbPool (0.00s)
=== RUN TestAccVcdNsxtAlbPoolOrgUser
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbPoolOrgUser (0.00s)
=== RUN TestAccVcdNsxtAlbServiceEngineGroup
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbServiceEngineGroup (0.00s)
=== RUN TestAccVcdNsxtAlbSettings
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbSettings (0.00s)
=== RUN TestAccVcdNsxtAlbVirtualService
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbVirtualService (0.00s)
=== RUN TestAccVcdNsxtAlbVirtualServiceOrgUser
config_test.go:1371: Missing NSX-T ALB config: URL
--- SKIP: TestAccVcdNsxtAlbVirtualServiceOrgUser (0.00s)
=== RUN TestAccVcdNsxtAppPortProfileTenant
--- PASS: TestAccVcdNsxtAppPortProfileTenant (47.09s)
=== RUN TestAccVcdNsxtAppPortProfileProvider
resource_vcd_nsxt_app_port_profile_test.go:163: Step 1/5 error: Error running apply: exit status 1

    Error: error creating NSX-T Application Port Profile 'custom_app_prof': error creating NSX-T Application Port Profile: error in HTTP POST request: BAD_REQUEST - [ ad016d7a-f9b0-47cb-9820-ac0043deed5a ] Invalid vDC, vDC Group, or network provider ID cca4ef3c-0aa7-4b81-b885-00de05e72fce.
    
      with vcd_nsxt_app_port_profile.custom,
      on terraform_plugin_test.tf line 6, in resource "vcd_nsxt_app_port_profile" "custom":
       6: resource "vcd_nsxt_app_port_profile" "custom" {

--- FAIL: TestAccVcdNsxtAppPortProfileProvider (5.24s)
=== RUN TestAccVcdNsxtAppPortProfileProviderContext
resource_vcd_nsxt_app_port_profile_test.go:410: Step 1/2 error: Error running apply: exit status 1

    Error: error creating NSX-T Application Port Profile 'custom_app_prof-context': error creating NSX-T Application Port Profile: error in HTTP POST request: BAD_REQUEST - [ 06e15fba-5a85-433f-b02a-605c837d3e22 ] Invalid vDC, vDC Group, or network provider ID cca4ef3c-0aa7-4b81-b885-00de05e72fce.
    
      with vcd_nsxt_app_port_profile.custom,
      on terraform_plugin_test.tf line 6, in resource "vcd_nsxt_app_port_profile" "custom":
       6: resource "vcd_nsxt_app_port_profile" "custom" {

--- FAIL: TestAccVcdNsxtAppPortProfileProviderContext (5.74s)
=== RUN TestAccVcdNsxtAppPortProfileTenantContextVdc
--- PASS: TestAccVcdNsxtAppPortProfileTenantContextVdc (26.22s)
=== RUN TestAccVcdNsxtAppPortProfileTenantContextVdcGroup
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNsxtAppPortProfileTenantContextVdcGroup (0.00s)
=== RUN TestAccVcdNsxtAppPortProfileConfigurationMigration
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNsxtAppPortProfileConfigurationMigration (0.00s)
=== RUN TestAccVcdDistributedFirewall
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdDistributedFirewall (0.00s)
=== RUN TestAccVcdDistributedFirewallVCD10_2_2
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdDistributedFirewallVCD10_2_2 (0.00s)
=== RUN TestAccVcdDistributedFirewallVCD10_3_2
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdDistributedFirewallVCD10_3_2 (0.00s)
=== RUN TestAccVcdNsxtEdgeGateway
resource_vcd_nsxt_edgegateway_test.go:116:
WARNING: cluster id fetch failed, test will continue withouth cluster id. Error: no edge clusters found: error getting all pages for endpoint cloudapi/1.0.0/nsxTResources/edgeClusters: error in HTTP GET request: INTERNAL_SERVER_ERROR - [ 4da32fa6-a068-4520-9db4-40c402a07e53 ] Forbidden: User is not authorized to perform this operation on the application. Please contact the system administrator to get access., error code 401
--- PASS: TestAccVcdNsxtEdgeGateway (46.01s)
=== RUN TestAccVcdNsxtEdgeGatewayVdcGroup
--- PASS: TestAccVcdNsxtEdgeGatewayVdcGroup (146.02s)
=== RUN TestAccVcdNsxtEdgeGatewayVdcGroupMigration
--- PASS: TestAccVcdNsxtEdgeGatewayVdcGroupMigration (124.04s)
=== RUN TestAccVcdNsxtEdgeGatewayVdcUpdateFails
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNsxtEdgeGatewayVdcUpdateFails (0.00s)
=== RUN TestAccVcdNsxtEdgeGatewayCreateInVdc
--- PASS: TestAccVcdNsxtEdgeGatewayCreateInVdc (71.30s)
=== RUN TestAccVcdNsxtFirewall
--- PASS: TestAccVcdNsxtFirewall (196.58s)
=== RUN TestAccVcdNsxtIpSetEmptyStart
--- PASS: TestAccVcdNsxtIpSetEmptyStart (114.10s)
=== RUN TestAccVcdNsxtIpSet
--- PASS: TestAccVcdNsxtIpSet (103.01s)
=== RUN TestAccVcdNsxtIpSetOwnerVdcGroup
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNsxtIpSetOwnerVdcGroup (0.00s)
=== RUN TestAccVcdNsxtIpSetMigration
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNsxtIpSetMigration (0.00s)
=== RUN TestAccVcdNsxtIpSetInheritedVdc
--- PASS: TestAccVcdNsxtIpSetInheritedVdc (110.10s)
=== RUN TestAccVcdNsxtIpSecVpnTunnel
--- PASS: TestAccVcdNsxtIpSecVpnTunnel (232.76s)
=== RUN TestAccVcdNsxtIpSecVpnTunnelCustomProfile
--- PASS: TestAccVcdNsxtIpSecVpnTunnelCustomProfile (252.50s)
=== RUN TestAccVcdNsxtNatRuleDnat
--- PASS: TestAccVcdNsxtNatRuleDnat (194.58s)
=== RUN TestAccVcdNsxtNatRuleNoDnat
--- PASS: TestAccVcdNsxtNatRuleNoDnat (40.61s)
=== RUN TestAccVcdNsxtNatRuleSnat
--- PASS: TestAccVcdNsxtNatRuleSnat (130.19s)
=== RUN TestAccVcdNsxtNatRuleNoSnat
--- PASS: TestAccVcdNsxtNatRuleNoSnat (41.89s)
=== RUN TestAccVcdNsxtNatRuleFirewallMatchPriority
--- PASS: TestAccVcdNsxtNatRuleFirewallMatchPriority (122.06s)
=== RUN TestAccVcdNsxtNatRuleReflexive
provider_test.go:44: SkipNotice must be set for acceptance tests
--- SKIP: TestAccVcdNsxtNatRuleReflexive (0.00s)
=== RUN TestAccVcdOpenApiDhcpNsxtRouted
--- PASS: TestAccVcdOpenApiDhcpNsxtRouted (111.34s)
=== RUN TestAccVcdNsxtNetworkImported
--- PASS: TestAccVcdNsxtNetworkImported (26.30s)
=== RUN TestAccVcdNsxtNetworkImportedOwnerIsVdc
--- PASS: TestAccVcdNsxtNetworkImportedOwnerIsVdc (48.86s)
=== RUN TestAccVcdNsxtNetworkImportedInVdcGroup
--- PASS: TestAccVcdNsxtNetworkImportedInVdcGroup (79.52s)
=== RUN TestAccVcdNetworkImportedNsxtMigration
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNetworkImportedNsxtMigration (0.00s)
=== RUN TestAccVcdNetworkImportedV2InheritedVdc
--- PASS: TestAccVcdNetworkImportedV2InheritedVdc (51.84s)
=== RUN TestAccVcdNsxtSecurityGroupEmpty
--- PASS: TestAccVcdNsxtSecurityGroupEmpty (81.20s)
=== RUN TestAccVcdNsxtSecurityGroup
--- PASS: TestAccVcdNsxtSecurityGroup (231.50s)
=== RUN TestAccVcdNsxtSecurityGroupInvalidConfigs
--- PASS: TestAccVcdNsxtSecurityGroupInvalidConfigs (29.76s)
=== RUN TestAccVcdNsxtSecurityGroupOwnerVdcGroup
provider_test.go:44: ProviderVdcStorageProfile must be set for acceptance tests
--- SKIP: TestAccVcdNsxtSecurityGroupOwnerVdcGroup (0.00s)
=== RUN TestAccVcdNsxtSecurityGroupInheritedVdc
--- PASS: TestAccVcdNsxtSecurityGroupInheritedVdc (107.44s)
=== RUN TestAccVcdNsxtStandaloneVmTemplate
resource_vcd_nsxt_standalone_vm_test.go:75: Step 1/4 error: Error running apply: exit status 1

    Error: error setting guest customization during creation: error applying guest customization details: task for setting guest customization section failed: task did not complete successfully:  [500:INTERNAL_SERVER_ERROR] - [ 36faa353-c764-4a38-9315-0c8b30ffdcaa ] The operation failed because no suitable resource was found. Out of 0 candidate hubs: NO_FEASIBLE_PLACEMENT_SOLUTION
     - PlacementException NO_FEASIBLE_PLACEMENT_SOLUTION
    
      with vcd_vm.TestAccVcdNsxtStandaloneVmTemplate-2824020,
      on terraform_plugin_test.tf line 86, in resource "vcd_vm" "TestAccVcdNsxtStandaloneVmTemplate-2824020":
      86: resource "vcd_vm" "TestAccVcdNsxtStandaloneVmTemplate-2824020" {

--- FAIL: TestAccVcdNsxtStandaloneVmTemplate (173.67s)
=== RUN TestAccVcdNsxtStandaloneEmptyVm
Warning: MediaName is not configured: boot image won't be tested.
provider_test.go:44: Media must be set for acceptance tests
--- SKIP: TestAccVcdNsxtStandaloneEmptyVm (0.00s)
=== RUN TestAccVcdNsxtVAppRawAllNsxtNetworks
provider_test.go:44: Media must be set for acceptance tests
--- SKIP: TestAccVcdNsxtVAppRawAllNsxtNetworks (0.00s)
=== RUN TestAccVcdNsxvDhcpRelay
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdNsxvDhcpRelay (0.00s)
=== RUN TestAccVcdEdgeDnat
provider_test.go:44: ExternalIp must be set for acceptance tests
--- SKIP: TestAccVcdEdgeDnat (0.00s)
=== RUN TestAccVcdNsxvEdgeFirewallRule
provider_test.go:44: NetworkName must be set for acceptance tests
--- SKIP: TestAccVcdNsxvEdgeFirewallRule (0.00s)
=== RUN TestAccVcdNsxvEdgeFirewallRuleIpSets
provider_test.go:44: NetworkName must be set for acceptance tests
--- SKIP: TestAccVcdNsxvEdgeFirewallRuleIpSets (0.00s)
=== RUN TestAccVcdNsxvEdgeFirewallRuleVms
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdNsxvEdgeFirewallRuleVms (0.00s)
=== RUN TestAccVcdEdgeSnat
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdEdgeSnat (0.00s)
=== RUN TestAccVcdOrgGroup
provider_test.go:44: Networking.ExternalNetwork must be set for acceptance tests
--- SKIP: TestAccVcdOrgGroup (0.00s)
=== RUN TestAccVcdOrgBasic
--- PASS: TestAccVcdOrgBasic (9.75s)
=== RUN TestAccVcdOrgFull
org: org1 - enabled true - catalogs false - externalCatalogs false - subscribeExternalCatalogs false - quotas [ 0 0] - vapp { 0 true 0 true} - tmpl { 0 true}
org: org2 - enabled false - catalogs true - externalCatalogs true - subscribeExternalCatalogs true - quotas [ 1 1] - vapp { 3600 true 3600 true} - tmpl { 3600 true}
org: org3 - enabled true - catalogs true - externalCatalogs true - subscribeExternalCatalogs false - quotas [ 10 10] - vapp { 86400 false 2592000 false} - tmpl { 31536000 false}
org: org4 - enabled false - catalogs false - externalCatalogs true - subscribeExternalCatalogs true - quotas [100 100] - vapp { 1296000 false 1296000 false} - tmpl { 1296000 false}
org: org5 - enabled true - catalogs true - externalCatalogs false - subscribeExternalCatalogs true - quotas [200 200] - vapp { 604800 false 1209600 false} - tmpl { 2592000 false}
--- PASS: TestAccVcdOrgFull (133.13s)
=== RUN TestAccVcdOrgUserBasic
test_user_admin (Organization Administrator)
test_user_vapp_author (vApp Author)
test_user_vapp_user (vApp User)
test_user_console_access (Console Access Only)
test_user_catalog_author (Catalog Author)
--- PASS: TestAccVcdOrgUserBasic (31.11s)
=== RUN TestAccVcdOrgUserFull
test_user_admin (Organization Administrator)
test_user_vapp_author (vApp Author)
test_user_vapp_user (vApp User)
test_user_console_access (Console Access Only)
test_user_catalog_author (Catalog Author)
--- PASS: TestAccVcdOrgUserFull (72.30s)
=== RUN TestAccVcdOrgUserWithDS
test_user_admin (Organization Administrator)
--- PASS: TestAccVcdOrgUserWithDS (14.73s)
=== RUN TestAccVcdOrgVdcNsxt
provider_test.go:44: equalsChar must be set for acceptance tests
--- SKIP: TestAccVcdOrgVdcNsxt (0.00s)
=== RUN TestAccVcdOrgVdcReservationPool
resource_vcd_org_vdc_test.go:197: Variable providerVdc.Name must be set to run VDC tests
--- SKIP: TestAccVcdOrgVdcReservationPool (0.00s)
=== RUN TestAccVcdOrgVdcAllocationPool
resource_vcd_org_vdc_test.go:197: Variable providerVdc.Name must be set to run VDC tests
--- SKIP: TestAccVcdOrgVdcAllocationPool (0.00s)
=== RUN TestAccVcdOrgVdcAllocationVApp
resource_vcd_org_vdc_test.go:197: Variable providerVdc.Name must be set to run VDC tests
--- SKIP: TestAccVcdOrgVdcAllocationVApp (0.00s)
=== RUN TestAccVcdOrgVdcAllocationFlex
resource_vcd_org_vdc_test.go:197: Variable providerVdc.Name must be set to run VDC tests
--- SKIP: TestAccVcdOrgVdcAllocationFlex (0.00s)
=== RUN TestAccVcdOrgVdcWithVmSizingPolicy
resource_vcd_org_vdc_test.go:197: Variable providerVdc.Name must be set to run VDC tests
--- SKIP: TestAccVcdOrgVdcWithVmSizingPolicy (0.72s)
=== RUN TestAccVcdRightsBundle
--- PASS: TestAccVcdRightsBundle (14.91s)
=== RUN TestAccVcdRole
--- PASS: TestAccVcdRole (19.26s)
=== RUN TestAccVcdStandaloneVmTemplate
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVmTemplate (0.00s)
=== RUN TestAccVcdStandaloneEmptyVm
Warning: MediaName is not configured: boot image won't be tested.
provider_test.go:44: Media must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneEmptyVm (0.00s)
=== RUN TestAccVcdStandaloneVmWithVmSizing
provider_test.go:44: ProviderVdc must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVmWithVmSizing (0.00s)
=== RUN TestAccVcdVappAccessControl
resource_vcd_vapp_access_control_test.go:23: [TestAccVcdVappAccessControl] no VDC found in configuration
--- SKIP: TestAccVcdVappAccessControl (0.00s)
=== RUN TestAccVcdVAppEmptyVm
Warning: MediaName is not configured: boot image won't be tested.
provider_test.go:44: Media must be set for acceptance tests
--- SKIP: TestAccVcdVAppEmptyVm (0.00s)
=== RUN TestAccVcdVappFirewallRules
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVappFirewallRules (0.00s)
=== RUN TestAccVcdVAppMultiVmInTemplate
resource_vcd_vapp_multi_vm_in_template_test.go:36: Test using ovaVappMultiVmsPath variable from configuration
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdVAppMultiVmInTemplate (0.00s)
=== RUN TestAccVcdVappNatRules
resource_vcd_vapp_nat_rules_test.go:17: Variable testConfig.Networking.EdgeGateway must be configured
--- SKIP: TestAccVcdVappNatRules (0.00s)
=== RUN TestAccVcdVappNetworkMulti
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVappNetworkMulti (0.00s)
=== RUN TestAccVcdVappNetwork_Isolated
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdVappNetwork_Isolated (0.00s)
=== RUN TestAccVcdVappNetwork_Nat
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdVappNetwork_Nat (0.00s)
=== RUN TestAccVcdVappOrgNetwork_NotFenced
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVappOrgNetwork_NotFenced (0.00s)
=== RUN TestAccVcdVappOrgNetwork_Fenced
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdVappOrgNetwork_Fenced (0.00s)
=== RUN TestAccVcdVAppProperties
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppProperties (0.00s)
=== RUN TestAccVcdVAppRaw_Basic
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppRaw_Basic (0.00s)
=== RUN TestAccVcdVappStaticRouting
resource_vcd_vapp_static_routing_test.go:17: Variable testConfig.Networking.EdgeGateway must be configured
--- SKIP: TestAccVcdVappStaticRouting (0.00s)
=== RUN TestAccVcdVApp_Basic
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdVApp_Basic (0.00s)
=== RUN TestAccVcdVAppUpdate
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppUpdate (0.00s)
=== RUN TestAccVcdVAppVmCapabilities
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmCapabilities (0.00s)
=== RUN TestAccVcdVAppVmUpdateCustomization
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmUpdateCustomization (0.00s)
=== RUN TestAccVcdVAppVmCreateCustomization
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmCreateCustomization (0.00s)
=== RUN TestAccVcdVAppVmCreateCustomizationFalse
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmCreateCustomizationFalse (0.00s)
=== RUN TestAccVcdVAppVmCustomizationSettings
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmCustomizationSettings (0.00s)
=== RUN TestAccVcdVAppVmDhcpWait
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmDhcpWait (0.00s)
=== RUN TestAccVcdVAppHotUpdateVm
Warning: MediaName is not configured: boot image won't be tested.
resource_vcd_vapp_vm_hot_updates_test.go:30: Both variables testConfig.VCD.ProviderVdc.StorageProfile and testConfig.VCD.ProviderVdc.StorageProfile2 must be set
--- SKIP: TestAccVcdVAppHotUpdateVm (0.00s)
=== RUN TestAccVcdVAppVm_HardwareVirtualization
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdVAppVm_HardwareVirtualization (0.00s)
=== RUN TestAccVcdVAppVmMulti
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmMulti (0.00s)
=== RUN TestAccVcdVAppVmMultiNIC
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmMultiNIC (0.00s)
=== RUN TestAccVcdVAppVmProperties
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmProperties (0.00s)
=== RUN TestAccVcdVAppVm_Basic
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVm_Basic (0.00s)
=== RUN TestAccVcdVAppVm_Clone
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVAppVm_Clone (0.00s)
=== RUN TestAccVcdVAppVmWithVmSizing
provider_test.go:44: NetworkPool must be set for acceptance tests
--- SKIP: TestAccVcdVAppVmWithVmSizing (0.00s)
=== RUN TestAccVcdNsxVdcGroupCompleteMigration
resource_vcd_vdc_group_common_test.go:37: Variables Nsxt.Vdc, VCD.NsxtProviderVdc.NetworkPool, VCD.NsxtProviderVdc.Name, VCD.ProviderVdc.StorageProfile must be set
--- SKIP: TestAccVcdNsxVdcGroupCompleteMigration (0.00s)
=== RUN TestAccVcdVdcGroupResource
resource_vcd_vdc_group_test.go:33: Variables Nsxt.Vdc, VCD.NsxtProviderVdc.NetworkPool, VCD.NsxtProviderVdc.Name, VCD.ProviderVdc.StorageProfile must be set
--- SKIP: TestAccVcdVdcGroupResource (0.00s)
=== RUN TestAccVcdVdcGroupResourceAsOrgUser
resource_vcd_vdc_group_test.go:87: Variables Nsxt.Vdc, VCD.NsxtProviderVdc.NetworkPool, VCD.NsxtProviderVdc.Name, VCD.ProviderVdc.StorageProfile must be set
--- SKIP: TestAccVcdVdcGroupResourceAsOrgUser (0.00s)
=== RUN TestAccVcdVmAdvancedComputeProperties
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVmAdvancedComputeProperties (0.00s)
=== RUN TestAccVcdVmAffinityRule
resource_vcd_vm_affinity_rule_test.go:41: [TestAccVcdVmAffinityRule] no VDC found in configuration
--- SKIP: TestAccVcdVmAffinityRule (0.00s)
=== RUN TestAccVcdStandaloneVmCapabilities
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVmCapabilities (0.00s)
=== RUN TestAccVcdStandaloneVmUpdateCustomization
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVmUpdateCustomization (0.00s)
=== RUN TestAccVcdStandaloneVmCreateCustomization
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVmCreateCustomization (0.00s)
=== RUN TestAccVcdStandaloneVmCustomizationSettings
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVmCustomizationSettings (0.00s)
=== RUN TestAccVcdStandaloneVmDhcpWait
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVmDhcpWait (0.00s)
=== RUN TestAccVcdStandaloneHotUpdateVm
Warning: MediaName is not configured: boot image won't be tested.
resource_vcd_vm_hot_updates_test.go:25: Both variables testConfig.VCD.ProviderVdc.StorageProfile and testConfig.VCD.ProviderVdc.StorageProfile2 must be set
--- SKIP: TestAccVcdStandaloneHotUpdateVm (0.00s)
=== RUN TestAccVcdStandaloneVm_HardwareVirtualization
provider_test.go:44: EdgeGateway must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVm_HardwareVirtualization (0.00s)
=== RUN TestAccVcdVmInternalDisk
resource_vcd_vm_internal_disk_test.go:26: Both variables testConfig.VCD.ProviderVdc.StorageProfile and testConfig.VCD.ProviderVdc.StorageProfile2 must be set
--- SKIP: TestAccVcdVmInternalDisk (0.00s)
=== RUN TestAccVcdVmInternalDiskNvme
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdVmInternalDiskNvme (0.00s)
=== RUN TestAccVcdStandaloneVmProperties
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVmProperties (0.00s)
=== RUN TestAccVcdStandaloneVmShrinkCpu
provider_test.go:44: Vdc must be set for acceptance tests
--- SKIP: TestAccVcdStandaloneVmShrinkCpu (0.00s)
=== RUN TestAccVcdVmSizingPolicy
resource_vcd_vm_sizing_policy_test.go:23: Variable providerVdc.Name must be set to run VDC tests
--- SKIP: TestAccVcdVmSizingPolicy (0.00s)
FAIL
Looking for resources to delete from test suite...
Catalog deletion skipped as user defined resource used
Catalog item deletion skipped as user defined resource is used or removed with catalog
exit status 1
FAIL github.com/vmware/terraform-provider-vcd/v3/vcd 4710.939s
execution error
make: *** [GNUmakefile:82: testacc] Error 1

Signed-off-by: Vaidotas Bauzys vbauzys@vmware.com

Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
@vbauzys vbauzys changed the title first changes First iteration of changes to verify CDS May 11, 2022
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
…d binary test generation in case params missing.

Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
@vbauzys vbauzys self-assigned this May 17, 2022
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
@vbauzys vbauzys marked this pull request as ready for review May 31, 2022 14:07
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
.changes/v3.7.0/848-improvements.md Outdated Show resolved Hide resolved
vcd/datasource_vcd_resource_list_test.go Outdated Show resolved Hide resolved
vcd/provider_test.go Outdated Show resolved Hide resolved
vcd/resource_vcd_vapp_network_test.go Show resolved Hide resolved
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Copy link
Collaborator

@adambarreiro adambarreiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work!

vcd/resource_vcd_nsxt_network_imported_test.go Outdated Show resolved Hide resolved
vcd/resource_vcd_nsxt_network_imported_test.go Outdated Show resolved Hide resolved
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Copy link
Collaborator

@lvirbalas lvirbalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! But let's merge after @mikeletux runs these tests on a different CDS instance, so we have more differentiation.

vcd/provider_test.go Outdated Show resolved Hide resolved
vcd/config_test.go Outdated Show resolved Hide resolved
vcd/resource_vcd_nsxt_edgegateway_test.go Outdated Show resolved Hide resolved
vcd/resource_vcd_nsxt_edgegateway_test.go Show resolved Hide resolved
vcd/resource_vcd_nsxt_edgegateway_test.go Show resolved Hide resolved
vcd/resource_vcd_org_vdc_test.go Show resolved Hide resolved
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
Signed-off-by: Vaidotas Bauzys <vbauzys@vmware.com>
@vbauzys vbauzys requested review from dataclouder and removed request for dataclouder June 14, 2022 14:56
@vbauzys vbauzys merged commit 2842e5b into vmware:main Jun 14, 2022
@lvirbalas
Copy link
Collaborator

This PR enabled part of the tests to pass on CDS. Further work continued in #869

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants