diff --git a/nutanix/services/networkingv2/data_source_nutanix_address_group_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_address_group_v2_test.go index 7d073851b..86592ced9 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_address_group_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_address_group_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameaddgrp = "data.nutanix_address_group_v2.test" -func TestAccNutanixAddressGroupV2DataSource_basic(t *testing.T) { +func TestAccV2NutanixAddressGroupDataSource_basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-service-%d", r) desc := "test service description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_address_groups_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_address_groups_v2_test.go index fe42670b4..47d30f493 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_address_groups_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_address_groups_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameAddGroups = "data.nutanix_address_groups_v2.test" -func TestAccNutanixAddressGroupsV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixAddressGroupsDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-service-%d", r) desc := "test service description" @@ -30,7 +30,7 @@ func TestAccNutanixAddressGroupsV2DataSource_Basic(t *testing.T) { }) } -func TestAccNutanixAddressGroupsV2DataSource_WithFilter(t *testing.T) { +func TestAccV2NutanixAddressGroupsDataSource_WithFilter(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-service-%d", r) desc := "test service description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_floating_ip_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_floating_ip_v2_test.go index 7490e77bc..708ece112 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_floating_ip_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_floating_ip_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameFIP = "data.nutanix_floating_ip_v2.test" -func TestAccNutanixFloatingIPV2DataSource_basic(t *testing.T) { +func TestAccV2NutanixFloatingIPDataSource_basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-fip-%d", r) desc := "test fip description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_floating_ips_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_floating_ips_v2_test.go index 33403ea5b..510360e40 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_floating_ips_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_floating_ips_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameFIPps = "data.nutanix_floating_ips_v2.test" -func TestAccNutanixFloatingIPsV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixFloatingIPsDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-fip-%d", r) desc := "test fip description" @@ -30,7 +30,7 @@ func TestAccNutanixFloatingIPsV2DataSource_Basic(t *testing.T) { }) } -func TestAccNutanixFloatingIPsV2DataSource_WithFilter(t *testing.T) { +func TestAccV2NutanixFloatingIPsDataSource_WithFilter(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-fip-%d", r) desc := "test fip description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_network_security_policies_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_network_security_policies_v2_test.go index cdc499521..6d4def240 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_network_security_policies_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_network_security_policies_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameNSPS = "data.nutanix_network_security_policies_v2.test" -func TestAccNutanixNSPsV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixNSPsDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-nsp-%d", r) @@ -30,7 +30,7 @@ func TestAccNutanixNSPsV2DataSource_Basic(t *testing.T) { }) } -func TestAccNutanixNSPsV2DataSource_WithFilter(t *testing.T) { +func TestAccV2NutanixNSPsDataSource_WithFilter(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-nsp-%d", r) diff --git a/nutanix/services/networkingv2/data_source_nutanix_network_security_policy_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_network_security_policy_v2_test.go index c899865b2..211be7895 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_network_security_policy_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_network_security_policy_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameNsp = "data.nutanix_network_security_policy_v2.test" -func TestAccNutanixNSPV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixNSPDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-nsp-%d", r) diff --git a/nutanix/services/networkingv2/data_source_nutanix_pbr_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_pbr_v2_test.go index 988f4de64..b4d5f6c5f 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_pbr_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_pbr_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNamePbr = "data.nutanix_pbr_v2.test" -func TestAccNutanixPbrV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixPbrDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-fip-%d", r) desc := "test fip description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_pbrs_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_pbrs_v2_test.go index 0d7a5cc92..0d668bcdf 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_pbrs_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_pbrs_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNamePbrs = "data.nutanix_pbrs_v2.test" -func TestAccNutanixPbrsV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixPbrsDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-fip-%d", r) desc := "test fip description" @@ -30,7 +30,7 @@ func TestAccNutanixPbrsV2DataSource_Basic(t *testing.T) { }) } -func TestAccNutanixPbrsV2DataSource_WithFilter(t *testing.T) { +func TestAccV2NutanixPbrsDataSource_WithFilter(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-fip-%d", r) desc := "test fip description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_route_table_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_route_table_v2_test.go index b0725440a..94d5ad2e4 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_route_table_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_route_table_v2_test.go @@ -10,7 +10,7 @@ import ( const datasourceNameRouteTable = "data.nutanix_route_table_v2.test" -func TestAccNutanixRouteTableV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixRouteTableDataSource_Basic(t *testing.T) { r := acctest.RandInt() //goland:noinspection ALL diff --git a/nutanix/services/networkingv2/data_source_nutanix_route_tables_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_route_tables_v2_test.go index 76fcb65c3..2ef387d43 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_route_tables_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_route_tables_v2_test.go @@ -10,7 +10,7 @@ import ( const datasourceNameRouteTables = "data.nutanix_route_tables_v2.test" -func TestAccNutanixRouteTablesV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixRouteTablesDataSource_Basic(t *testing.T) { r := acctest.RandInt() resource.Test(t, resource.TestCase{ @@ -28,7 +28,7 @@ func TestAccNutanixRouteTablesV2DataSource_Basic(t *testing.T) { }) } -func TestAccNutanixRouteTablesV2DataSource_WithFilter(t *testing.T) { +func TestAccV2NutanixRouteTablesDataSource_WithFilter(t *testing.T) { r := acctest.RandInt() resource.Test(t, resource.TestCase{ diff --git a/nutanix/services/networkingv2/data_source_nutanix_route_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_route_v2_test.go index 80b51764b..9ba182358 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_route_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_route_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameRoute = "data.nutanix_route_v2.test" -func TestAccNutanixRouteV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixRouteDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-route-%d", r) desc := "test terraform route description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_routes_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_routes_v2_test.go index 9d71706a4..0061a43fc 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_routes_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_routes_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameRoutes = "data.nutanix_routes_v2.test" -func TestAccNutanixRoutesV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixRoutesDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-route-%d", r) desc := "test terraform route description" @@ -31,7 +31,7 @@ func TestAccNutanixRoutesV2DataSource_Basic(t *testing.T) { }) } -func TestAccNutanixRoutesV2DataSource_WithFilter(t *testing.T) { +func TestAccV2NutanixRoutesDataSource_WithFilter(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-route-%d", r) desc := "test terraform route description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_service_group_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_service_group_v2_test.go index 09bb7ca24..5356a54cb 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_service_group_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_service_group_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameServiceGroup = "data.nutanix_service_group_v2.test" -func TestAccNutanixServiceGroupV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixServiceGroupDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-service-%d", r) desc := "test service description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_service_groups_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_service_groups_v2_test.go index a0df940cd..75f681cb3 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_service_groups_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_service_groups_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameServiceGroups = "data.nutanix_service_groups_v2.test" -func TestAccNutanixServiceGroupsV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixServiceGroupsDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-service-%d", r) desc := "test service description" @@ -30,7 +30,7 @@ func TestAccNutanixServiceGroupsV2DataSource_Basic(t *testing.T) { }) } -func TestAccNutanixServiceGroupsV2DataSource_WithFilter(t *testing.T) { +func TestAccV2NutanixServiceGroupsDataSource_WithFilter(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-service-%d", r) desc := "test service description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_subnet_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_subnet_v2_test.go index bb0e67f2c..a075a4f5f 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_subnet_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_subnet_v2_test.go @@ -9,7 +9,7 @@ import ( const datasourceNameSubnet = "data.nutanix_subnet_v2.test" -func TestAccNutanixSubnetV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixSubnetDataSource_Basic(t *testing.T) { resource.Test(t, resource.TestCase{ PreCheck: func() { acc.TestAccPreCheck(t) }, Providers: acc.TestAccProviders, diff --git a/nutanix/services/networkingv2/data_source_nutanix_subnets_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_subnets_v2_test.go index 512552bc6..99886545e 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_subnets_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_subnets_v2_test.go @@ -9,7 +9,7 @@ import ( const datasourceNameSubnets = "data.nutanix_subnets_v2.test" -func TestAccNutanixSubnetsV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixSubnetsDataSource_Basic(t *testing.T) { resource.Test(t, resource.TestCase{ PreCheck: func() { acc.TestAccPreCheck(t) }, Providers: acc.TestAccProviders, @@ -25,7 +25,7 @@ func TestAccNutanixSubnetsV2DataSource_Basic(t *testing.T) { }) } -func TestAccNutanixSubnetsV2DataSource_WithFilter(t *testing.T) { +func TestAccV2NutanixSubnetsDataSource_WithFilter(t *testing.T) { resource.Test(t, resource.TestCase{ PreCheck: func() { acc.TestAccPreCheck(t) }, Providers: acc.TestAccProviders, diff --git a/nutanix/services/networkingv2/data_source_nutanix_vpc_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_vpc_v2_test.go index fa9ecd85f..9e522c880 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_vpc_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_vpc_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameVPC = "data.nutanix_vpc_v2.test" -func TestAccNutanixVpcV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixVpcDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-vpc-%d", r) desc := "test vpc description" diff --git a/nutanix/services/networkingv2/data_source_nutanix_vpcs_v2_test.go b/nutanix/services/networkingv2/data_source_nutanix_vpcs_v2_test.go index cd1bbefe6..790de57d6 100644 --- a/nutanix/services/networkingv2/data_source_nutanix_vpcs_v2_test.go +++ b/nutanix/services/networkingv2/data_source_nutanix_vpcs_v2_test.go @@ -11,7 +11,7 @@ import ( const datasourceNameVPCs = "data.nutanix_vpcs_v2.test" -func TestAccNutanixVpcsV2DataSource_Basic(t *testing.T) { +func TestAccV2NutanixVpcsDataSource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-vpc-%d", r) desc := "test vpc description" @@ -30,7 +30,7 @@ func TestAccNutanixVpcsV2DataSource_Basic(t *testing.T) { }) } -func TestAccNutanixVpcsV2DataSource_WithLimit(t *testing.T) { +func TestAccV2NutanixVpcsDataSource_WithLimit(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-vpc-%d", r) desc := "test vpc description" @@ -49,7 +49,7 @@ func TestAccNutanixVpcsV2DataSource_WithLimit(t *testing.T) { }) } -func TestAccNutanixVpcsV2DataSource_WithFilter(t *testing.T) { +func TestAccV2NutanixVpcsDataSource_WithFilter(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-vpc-%d", r) desc := "test vpc description" diff --git a/nutanix/services/networkingv2/resource_nutanix_address_groups_v2_test.go b/nutanix/services/networkingv2/resource_nutanix_address_groups_v2_test.go index 641e7c31d..42c9c45c2 100644 --- a/nutanix/services/networkingv2/resource_nutanix_address_groups_v2_test.go +++ b/nutanix/services/networkingv2/resource_nutanix_address_groups_v2_test.go @@ -11,7 +11,7 @@ import ( const resourceNameAddressGroup = "nutanix_address_groups_v2.test" -func TestAccNutanixAddressGroupV2Resource_Basic(t *testing.T) { +func TestAccV2NutanixAddressGroupResource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-address-group-%d", r) desc := "test address group description" @@ -34,7 +34,7 @@ func TestAccNutanixAddressGroupV2Resource_Basic(t *testing.T) { }) } -func TestAccNutanixAddressGroupV2Resource_WithUpdate(t *testing.T) { +func TestAccV2NutanixAddressGroupResource_WithUpdate(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-address-group-%d", r) desc := "test address group description" @@ -70,7 +70,7 @@ func TestAccNutanixAddressGroupV2Resource_WithUpdate(t *testing.T) { }) } -func TestAccNutanixAddressGroupV2Resource_WithIPRanges(t *testing.T) { +func TestAccV2NutanixAddressGroupResource_WithIPRanges(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-address-group-%d", r) desc := "test address group description" diff --git a/nutanix/services/networkingv2/resource_nutanix_floating_ip_v2_test.go b/nutanix/services/networkingv2/resource_nutanix_floating_ip_v2_test.go index a0a539794..367211af9 100644 --- a/nutanix/services/networkingv2/resource_nutanix_floating_ip_v2_test.go +++ b/nutanix/services/networkingv2/resource_nutanix_floating_ip_v2_test.go @@ -11,7 +11,7 @@ import ( const resourceNameFIP = "nutanix_floating_ip_v2.test" -func TestAccNutanixFloatingIPV2Resource_Basic(t *testing.T) { +func TestAccV2NutanixFloatingIPResource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-fip-%d", r) desc := "test fip description" @@ -45,7 +45,7 @@ func TestAccNutanixFloatingIPV2Resource_Basic(t *testing.T) { }) } -func TestAccNutanixFloatingIPV2Resource_WithVmNICAssociation(t *testing.T) { +func TestAccV2NutanixFloatingIPResource_WithVmNICAssociation(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-fip-%d", r) desc := "test fip description" @@ -68,7 +68,7 @@ func TestAccNutanixFloatingIPV2Resource_WithVmNICAssociation(t *testing.T) { }) } -func TestAccNutanixFloatingIPV2Resource_WithPrivateIpAssociation(t *testing.T) { +func TestAccV2NutanixFloatingIPResource_WithPrivateIpAssociation(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-fip-%d", r) desc := "test fip description" diff --git a/nutanix/services/networkingv2/resource_nutanix_network_security_policies_v2_test.go b/nutanix/services/networkingv2/resource_nutanix_network_security_policies_v2_test.go index 17f82b2e1..926b31141 100644 --- a/nutanix/services/networkingv2/resource_nutanix_network_security_policies_v2_test.go +++ b/nutanix/services/networkingv2/resource_nutanix_network_security_policies_v2_test.go @@ -11,7 +11,7 @@ import ( const resourceNameNs = "nutanix_network_security_policy_v2.test" -func TestAccNutanixNetworkSecurityV2Resource_Basic(t *testing.T) { +func TestAccV2NutanixNetworkSecurityResource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-nsp-%d", r) desc := "test nsp description" @@ -34,7 +34,7 @@ func TestAccNutanixNetworkSecurityV2Resource_Basic(t *testing.T) { }) } -func TestAccNutanixNetworkSecurityV2Resource_WithRules(t *testing.T) { +func TestAccV2NutanixNetworkSecurityResource_WithRules(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-nsp-%d", r) desc := "test nsp description" @@ -59,7 +59,7 @@ func TestAccNutanixNetworkSecurityV2Resource_WithRules(t *testing.T) { }) } -func TestAccNutanixNetworkSecurityV2Resource_WithMultiEnvIsolationRuleSpecRule(t *testing.T) { +func TestAccV2NutanixNetworkSecurityResource_WithMultiEnvIsolationRuleSpecRule(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-nsp-%d", r) desc := "test nsp description" diff --git a/nutanix/services/networkingv2/resource_nutanix_pbrs_v2_test.go b/nutanix/services/networkingv2/resource_nutanix_pbrs_v2_test.go index 38a044241..fec514ea8 100644 --- a/nutanix/services/networkingv2/resource_nutanix_pbrs_v2_test.go +++ b/nutanix/services/networkingv2/resource_nutanix_pbrs_v2_test.go @@ -12,7 +12,7 @@ import ( const resourceNamePbr = "nutanix_pbr_v2.test" -func TestAccNutanixPbrV2Resource_Basic(t *testing.T) { +func TestAccV2NutanixPbrResource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-pbr-%d", r) desc := "test pbr description" @@ -35,7 +35,7 @@ func TestAccNutanixPbrV2Resource_Basic(t *testing.T) { }) } -func TestAccNutanixPbrV2Resource_WithSourceDest(t *testing.T) { +func TestAccV2NutanixPbrResource_WithSourceDest(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-pbr-%d", r) desc := "test pbr description" @@ -58,7 +58,7 @@ func TestAccNutanixPbrV2Resource_WithSourceDest(t *testing.T) { }) } -func TestAccNutanixPbrV2Resource_ErrorWithPriority(t *testing.T) { +func TestAccV2NutanixPbrResource_ErrorWithPriority(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-pbr-%d", r) desc := "test pbr description" diff --git a/nutanix/services/networkingv2/resource_nutanix_routes_v2_test.go b/nutanix/services/networkingv2/resource_nutanix_routes_v2_test.go index e7d27502e..2ad314a3b 100644 --- a/nutanix/services/networkingv2/resource_nutanix_routes_v2_test.go +++ b/nutanix/services/networkingv2/resource_nutanix_routes_v2_test.go @@ -10,7 +10,7 @@ import ( acc "github.com/terraform-providers/terraform-provider-nutanix/nutanix/acctest" ) -func TestAccNutanixRoutesV2Resource_Basic(t *testing.T) { +func TestAccV2NutanixRoutesResource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("terraform-test-route-%d", r) desc := "test terraform route description" diff --git a/nutanix/services/networkingv2/resource_nutanix_service_groups_v2_test.go b/nutanix/services/networkingv2/resource_nutanix_service_groups_v2_test.go index dacc038e5..09f72864f 100644 --- a/nutanix/services/networkingv2/resource_nutanix_service_groups_v2_test.go +++ b/nutanix/services/networkingv2/resource_nutanix_service_groups_v2_test.go @@ -11,7 +11,7 @@ import ( const resourceNameServiceGroup = "nutanix_service_groups_v2.test" -func TestAccNutanixServiceGroupV2Resource_Basic(t *testing.T) { +func TestAccV2NutanixServiceGroupResource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-Service-group-%d", r) desc := "test Service group description" @@ -36,7 +36,7 @@ func TestAccNutanixServiceGroupV2Resource_Basic(t *testing.T) { }) } -func TestAccNutanixServiceGroupV2Resource_WithUpdate(t *testing.T) { +func TestAccV2NutanixServiceGroupResource_WithUpdate(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-Service-group-%d", r) updatedName := fmt.Sprintf("test-Service-group-%d", r+1) @@ -76,7 +76,7 @@ func TestAccNutanixServiceGroupV2Resource_WithUpdate(t *testing.T) { }) } -func TestAccNutanixServiceGroupV2Resource_WithICMP(t *testing.T) { +func TestAccV2NutanixServiceGroupResource_WithICMP(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-Service-group-%d", r) desc := "test Service group description" @@ -100,7 +100,7 @@ func TestAccNutanixServiceGroupV2Resource_WithICMP(t *testing.T) { }) } -func TestAccNutanixServiceGroupV2Resource_WithAll(t *testing.T) { +func TestAccV2NutanixServiceGroupResource_WithAll(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-Service-group-%d", r) desc := "test Service group description" @@ -128,7 +128,7 @@ func TestAccNutanixServiceGroupV2Resource_WithAll(t *testing.T) { }) } -func TestAccNutanixServiceGroupV2Resource_WithUpdateTCP(t *testing.T) { +func TestAccV2NutanixServiceGroupResource_WithUpdateTCP(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("test-Service-group-%d", r) updatedName := fmt.Sprintf("test-Service-group-%d", r+1) diff --git a/nutanix/services/networkingv2/resource_nutanix_subnets_v2_test.go b/nutanix/services/networkingv2/resource_nutanix_subnets_v2_test.go index 5139651ab..24beb0a51 100644 --- a/nutanix/services/networkingv2/resource_nutanix_subnets_v2_test.go +++ b/nutanix/services/networkingv2/resource_nutanix_subnets_v2_test.go @@ -11,7 +11,7 @@ import ( const resourceNameSubnet = "nutanix_subnet_v2.test" -func TestAccNutanixSubnetV2Resource_Basic(t *testing.T) { +func TestAccV2NutanixSubnetResource_Basic(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-subnet-%d", r) desc := "test subnet description" @@ -47,7 +47,7 @@ func TestAccNutanixSubnetV2Resource_Basic(t *testing.T) { }) } -func TestAccNutanixSubnetV2Resource_WithIPPool(t *testing.T) { +func TestAccV2NutanixSubnetResource_WithIPPool(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-subnet-%d", r) desc := "test subnet description" @@ -71,7 +71,7 @@ func TestAccNutanixSubnetV2Resource_WithIPPool(t *testing.T) { }) } -func TestAccNutanixSubnetV2Resource_WithExternalSubnet(t *testing.T) { +func TestAccV2NutanixSubnetResource_WithExternalSubnet(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-subnet-%d", r) desc := "test subnet description" diff --git a/nutanix/services/networkingv2/resource_nutanix_vpcs_v2_test.go b/nutanix/services/networkingv2/resource_nutanix_vpcs_v2_test.go index c3af58903..8df3d511f 100644 --- a/nutanix/services/networkingv2/resource_nutanix_vpcs_v2_test.go +++ b/nutanix/services/networkingv2/resource_nutanix_vpcs_v2_test.go @@ -11,7 +11,7 @@ import ( const resourceNameVpc = "nutanix_vpc_v2.test" -func TestAccNutanixVpcV2Resource_Basic(t *testing.T) { +func TestAccV2NutanixVpcResource_Basic(t *testing.T) { r := acctest.RandInt() vlanID := acctest.RandIntRange(1, 999) name := fmt.Sprintf("tf-test-vpc-%d", r) @@ -46,7 +46,7 @@ func TestAccNutanixVpcV2Resource_Basic(t *testing.T) { }) } -func TestAccNutanixVpcV2Resource_WithExternallyRoutablePrefixes(t *testing.T) { +func TestAccV2NutanixVpcResource_WithExternallyRoutablePrefixes(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-vpc-%d", r) vlanID := acctest.RandIntRange(1, 999) @@ -69,7 +69,7 @@ func TestAccNutanixVpcV2Resource_WithExternallyRoutablePrefixes(t *testing.T) { }) } -func TestAccNutanixVpcV2Resource_WithDHCP(t *testing.T) { +func TestAccV2NutanixVpcResource_WithDHCP(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-vpc-%d", r) vlanID := acctest.RandIntRange(1, 999) @@ -93,7 +93,7 @@ func TestAccNutanixVpcV2Resource_WithDHCP(t *testing.T) { }) } -func TestAccNutanixVpcV2Resource_WithTransitType(t *testing.T) { +func TestAccV2NutanixVpcResource_WithTransitType(t *testing.T) { r := acctest.RandInt() name := fmt.Sprintf("tf-test-vpc-%d", r) vlanID := acctest.RandIntRange(1, 999)