appgate / terraform-provider-appgatesdp

Terraform Provider for Appgate SDP
https://registry.terraform.io/providers/appgate/appgatesdp
MIT License
21 stars 10 forks source link

bump to v18 #267

Closed dlnilsson closed 1 year ago

dlnilsson commented 1 year ago

bump sdp-api-client-go from v17 to v18

depends on https://github.com/appgate/sdp-api-client-go/pull/16/

this PR does not include any new attributes/resource from 6.1, that will come later.

dlnilsson commented 1 year ago

Acceptance test for 5.4.1-25150-release

```sh > make testacc ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./appgate -v -count 1 -parallel 20 -timeout 120m === RUN TestNewClient --- PASS: TestNewClient (0.00s) === RUN TestLoginInternalServerError --- PASS: TestLoginInternalServerError (0.00s) === RUN TestClient === RUN TestClient/test_before_5.4 2022/11/30 09:37:43 [DEBUG] Login OK === RUN TestClient/test_5.4_login 2022/11/30 09:37:43 [DEBUG] Login OK === RUN TestClient/invalid_client_version === RUN TestClient/500_login_response 2022/11/30 09:37:43 [DEBUG] Login failed, controller not responding, got HTTP 500 2022/11/30 09:37:44 [DEBUG] Login failed, controller not responding, got HTTP 500 === RUN TestClient/502_login_response 2022/11/30 09:37:44 [DEBUG] Login failed, controller not responding, got HTTP 502 2022/11/30 09:37:44 [DEBUG] Login failed, controller not responding, got HTTP 502 === RUN TestClient/503_login_response 2022/11/30 09:37:44 [DEBUG] Login failed, controller not responding, got HTTP 503 2022/11/30 09:37:45 [DEBUG] Login failed, controller not responding, got HTTP 503 === RUN TestClient/406_login_response === RUN TestClient/test_with_invalid_pem === RUN TestClient/test_with_pem_file 2022/11/30 09:37:45 [DEBUG] Login OK --- PASS: TestClient (1.66s) --- PASS: TestClient/test_before_5.4 (0.06s) --- PASS: TestClient/test_5.4_login (0.00s) --- PASS: TestClient/invalid_client_version (0.00s) --- PASS: TestClient/500_login_response (0.55s) --- PASS: TestClient/502_login_response (0.58s) --- PASS: TestClient/503_login_response (0.46s) --- PASS: TestClient/406_login_response (0.00s) --- PASS: TestClient/test_with_invalid_pem (0.00s) --- PASS: TestClient/test_with_pem_file (0.00s) === RUN TestConfigValidate === RUN TestConfigValidate/ok_config_minimum_required === RUN TestConfigValidate/invalid_appgate_URL === RUN TestConfigValidate/invalid_token === RUN TestConfigValidate/base64_token === RUN TestConfigValidate/invalid_client_version === RUN TestConfigValidate/invalid_username_password --- PASS: TestConfigValidate (0.00s) --- PASS: TestConfigValidate/ok_config_minimum_required (0.00s) --- PASS: TestConfigValidate/invalid_appgate_URL (0.00s) --- PASS: TestConfigValidate/invalid_token (0.00s) --- PASS: TestConfigValidate/base64_token (0.00s) --- PASS: TestConfigValidate/invalid_client_version (0.00s) --- PASS: TestConfigValidate/invalid_username_password (0.00s) === RUN TestAccAppgateAdministrativeRoleDataSource === PAUSE TestAccAppgateAdministrativeRoleDataSource === RUN TestAccAppgateApplianceCustomizationDataSource === PAUSE TestAccAppgateApplianceCustomizationDataSource === RUN TestAccAppgateApplianceSeedDataSource resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccAppgateApplianceSeedDataSource (0.43s) === RUN TestAccAppgateCADataSource --- PASS: TestAccAppgateCADataSource (1.76s) === RUN TestAccAppgateConditionDataSource --- PASS: TestAccAppgateConditionDataSource (2.35s) === RUN TestAccAppgateEntitlementDataSource --- PASS: TestAccAppgateEntitlementDataSource (10.55s) === RUN TestAccAppgateGlobalSettingsDataSource --- PASS: TestAccAppgateGlobalSettingsDataSource (2.21s) === RUN TestAccAppgateIdentityProviderDataSource --- PASS: TestAccAppgateIdentityProviderDataSource (2.21s) === RUN TestAccAppgateIPPoolDataSource --- PASS: TestAccAppgateIPPoolDataSource (2.57s) === RUN TestAccAppgateLocalUserDataSource --- PASS: TestAccAppgateLocalUserDataSource (2.55s) === RUN TestAccAppgateMfaProviderDataSource === PAUSE TestAccAppgateMfaProviderDataSource === RUN TestAccAppgateTrustedCertificateDataSource === PAUSE TestAccAppgateTrustedCertificateDataSource === RUN TestAccAppgateUserClaimScriptataSource === PAUSE TestAccAppgateUserClaimScriptataSource === RUN TestResourceExampleInstanceStateUpgradeV0 === RUN TestResourceExampleInstanceStateUpgradeV0/missing_state === RUN TestResourceExampleInstanceStateUpgradeV0/move_device_limit_per_user_to_root_level === RUN TestResourceExampleInstanceStateUpgradeV0/5.4_do_nothing --- PASS: TestResourceExampleInstanceStateUpgradeV0 (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/missing_state (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/move_device_limit_per_user_to_root_level (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/5.4_do_nothing (0.00s) === RUN TestProvider --- PASS: TestProvider (0.00s) === RUN TestProvider_impl --- PASS: TestProvider_impl (0.00s) === RUN TestAccadministrativeRoleBasic === PAUSE TestAccadministrativeRoleBasic === RUN TestAccadministrativeRoleWithScope === PAUSE TestAccadministrativeRoleWithScope === RUN TestAccadministrativeMultiplePrivilegesValidation === PAUSE TestAccadministrativeMultiplePrivilegesValidation === RUN TestAccadministrativeMultiplePrivilegesValidation52 === PAUSE TestAccadministrativeMultiplePrivilegesValidation52 === RUN TestAccadministrativeRoleWtihAssignFunction === PAUSE TestAccadministrativeRoleWtihAssignFunction === RUN TestAccApplianceCustomizationBasic === PAUSE TestAccApplianceCustomizationBasic === RUN TestAccApplianceBasicController resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccApplianceBasicController (0.41s) === RUN TestAccApplianceConnector === PAUSE TestAccApplianceConnector === RUN TestAccApplianceBasicGateway === PAUSE TestAccApplianceBasicGateway === RUN TestAccApplianceBasicControllerWithoutOverrideSPA === PAUSE TestAccApplianceBasicControllerWithoutOverrideSPA === RUN TestAccApplianceBasicControllerOverriderSPADisabled === PAUSE TestAccApplianceBasicControllerOverriderSPADisabled === RUN TestAccAppliancePortalSetup === PAUSE TestAccAppliancePortalSetup === RUN TestAccAppliancePortalSetup6 === PAUSE TestAccAppliancePortalSetup6 === RUN TestAccApplianceAdminInterfaceAddRemove === PAUSE TestAccApplianceAdminInterfaceAddRemove === RUN TestAccApplianceLogServerFunction resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccApplianceLogServerFunction (0.42s) === RUN TestAccApplianceLogForwarderElastic55 === PAUSE TestAccApplianceLogForwarderElastic55 === RUN TestAccBlacklistUserBasic === PAUSE TestAccBlacklistUserBasic === RUN TestAccClientConnectionsBasic --- PASS: TestAccClientConnectionsBasic (2.66s) === RUN TestAccClientProfileBasic --- PASS: TestAccClientProfileBasic (19.32s) === RUN TestAccConditionBasic === PAUSE TestAccConditionBasic === RUN TestAccConditionFixedID === PAUSE TestAccConditionFixedID === RUN TestAccCriteriaScriptBasic === PAUSE TestAccCriteriaScriptBasic === RUN TestAccDeviceScriptBasic === PAUSE TestAccDeviceScriptBasic === RUN TestAccEntitlementScriptBasic === PAUSE TestAccEntitlementScriptBasic === RUN TestAccEntitlementBasicPing === PAUSE TestAccEntitlementBasicPing === RUN TestAccEntitlementBasicWithMonitor === PAUSE TestAccEntitlementBasicWithMonitor === RUN TestAccEntitlementUpdateActionOrder === PAUSE TestAccEntitlementUpdateActionOrder === RUN TestAccEntitlementUpdateActionHostOrder === PAUSE TestAccEntitlementUpdateActionHostOrder === RUN TestAccEntitlementUpdateActionPortsSetOrder === PAUSE TestAccEntitlementUpdateActionPortsSetOrder === RUN TestAccEntitlementRiskSensitivity === PAUSE TestAccEntitlementRiskSensitivity === RUN TestAccGlobalSettingsBasic --- PASS: TestAccGlobalSettingsBasic (3.19s) === RUN TestAccGlobalSettings54ProfileHostname === PAUSE TestAccGlobalSettings54ProfileHostname === RUN TestAccGlobalSettings6AndAbove resource_appgate_appliance_test.go:37: Test is only for >= 6.0 --- SKIP: TestAccGlobalSettings6AndAbove (0.49s) === RUN TestAccConnectorIdentityProviderBasic --- PASS: TestAccConnectorIdentityProviderBasic (3.86s) === RUN TestAccLdapCertificateIdentityProvidervBasic === PAUSE TestAccLdapCertificateIdentityProvidervBasic === RUN TestAccLdapCertificateIdentityProvidervBasic55OrGreater === PAUSE TestAccLdapCertificateIdentityProvidervBasic55OrGreater === RUN TestAccLdapIdentityProviderBasic === PAUSE TestAccLdapIdentityProviderBasic === RUN TestAccLdapIdentityProviderBasic55OrGreater === PAUSE TestAccLdapIdentityProviderBasic55OrGreater === RUN TestAccLocalDatabaseIdentityProviderBasic --- PASS: TestAccLocalDatabaseIdentityProviderBasic (3.76s) === RUN TestAccRadiusIdentityProviderBasic === PAUSE TestAccRadiusIdentityProviderBasic === RUN TestAccRadiusIdentityProviderBasic55OrGreater === PAUSE TestAccRadiusIdentityProviderBasic55OrGreater === RUN TestAccSamlIdentityProviderBasic === PAUSE TestAccSamlIdentityProviderBasic === RUN TestAccSamlIdentityProviderBasic55OrGreater === PAUSE TestAccSamlIdentityProviderBasic55OrGreater === RUN TestAccSamlIdentityProviderUserScripts55OrGreater === PAUSE TestAccSamlIdentityProviderUserScripts55OrGreater === RUN TestAccIPPoolBasic === PAUSE TestAccIPPoolBasic === RUN TestAccIPPoolV6 === PAUSE TestAccIPPoolV6 === RUN TestAccLocalUserBasic === PAUSE TestAccLocalUserBasic === RUN TestAccMfaProviderBasic === PAUSE TestAccMfaProviderBasic === RUN TestAccAdminMfaSettingsBasic === PAUSE TestAccAdminMfaSettingsBasic === RUN TestAccPolicyBasic === PAUSE TestAccPolicyBasic === RUN TestAccPolicyClientSettings55 === PAUSE TestAccPolicyClientSettings55 === RUN TestAccPolicyDnsSettings55 === PAUSE TestAccPolicyDnsSettings55 === RUN TestAccRingfenceRuleBasicICMP === PAUSE TestAccRingfenceRuleBasicICMP === RUN TestAccRingfenceRuleBasicTCP === PAUSE TestAccRingfenceRuleBasicTCP === RUN TestAccSiteBasic === PAUSE TestAccSiteBasic === RUN TestAccSiteBasicAwsResolverWithoutSecret === PAUSE TestAccSiteBasicAwsResolverWithoutSecret === RUN TestAccSiteBasicAwsResolverresolveWithMasterCredentials === PAUSE TestAccSiteBasicAwsResolverresolveWithMasterCredentials === RUN TestAccSite55Attributes === PAUSE TestAccSite55Attributes === RUN TestAccSiteVPNRouteVia --- PASS: TestAccSiteVPNRouteVia (8.02s) === RUN TestAccSiteVPNRouteViaIpv4Only --- PASS: TestAccSiteVPNRouteViaIpv4Only (8.56s) === RUN TestAccSiteNameResolver6 === PAUSE TestAccSiteNameResolver6 === RUN TestAccTrustedCertificateBasic === PAUSE TestAccTrustedCertificateBasic === RUN TestAccUserClaimScriptBasic === PAUSE TestAccUserClaimScriptBasic === CONT TestAccAppgateAdministrativeRoleDataSource === CONT TestAccEntitlementUpdateActionPortsSetOrder === CONT TestAccAppliancePortalSetup === CONT TestAccadministrativeMultiplePrivilegesValidation52 === CONT TestAccApplianceBasicControllerOverriderSPADisabled === CONT TestAccApplianceBasicControllerWithoutOverrideSPA === CONT TestAccApplianceBasicGateway === CONT TestAccApplianceConnector === CONT TestAccApplianceCustomizationBasic === CONT TestAccadministrativeRoleWtihAssignFunction === CONT TestAccMfaProviderBasic === CONT TestAccUserClaimScriptBasic === CONT TestAccTrustedCertificateBasic === CONT TestAccSiteNameResolver6 === CONT TestAccSite55Attributes === CONT TestAccSiteBasicAwsResolverresolveWithMasterCredentials === CONT TestAccSiteBasicAwsResolverWithoutSecret === CONT TestAccSiteBasic === CONT TestAccRingfenceRuleBasicTCP === CONT TestAccRingfenceRuleBasicICMP === CONT TestAccadministrativeMultiplePrivilegesValidation52 resource_appgate_administrative_role_test.go:267: Test is only for 5.2, privileges.target OnBoardedDevice === CONT TestAccSiteNameResolver6 resource_appgate_appliance_test.go:37: Test is only for >= 6.0 === CONT TestAccAppliancePortalSetup resource_appgate_appliance_test.go:2230: Test only for 5.5 and above, appliance.portal is only supported in 5.4 and above. === CONT TestAccadministrativeRoleWtihAssignFunction resource_appgate_appliance_test.go:37: Test is only for >= 6.0 === CONT TestAccApplianceBasicControllerOverriderSPADisabled resource_appgate_appliance_test.go:23: Test is only for 5.5 === CONT TestAccApplianceBasicControllerWithoutOverrideSPA resource_appgate_appliance_test.go:23: Test is only for 5.5 === CONT TestAccSite55Attributes resource_appgate_site_test.go:990: Test only for 5.5 and above, dns_forwarding only supported in > 5.5 === CONT TestAccApplianceBasicGateway resource_appgate_appliance_test.go:23: Test is only for 5.5 === CONT TestAccApplianceConnector resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccAppliancePortalSetup (1.32s) === CONT TestAccPolicyDnsSettings55 --- SKIP: TestAccApplianceBasicControllerWithoutOverrideSPA (1.40s) === CONT TestAccPolicyClientSettings55 --- SKIP: TestAccadministrativeMultiplePrivilegesValidation52 (1.49s) === CONT TestAccPolicyBasic --- SKIP: TestAccSiteNameResolver6 (1.53s) === CONT TestAccAdminMfaSettingsBasic --- SKIP: TestAccApplianceBasicGateway (1.59s) === CONT TestAccRadiusIdentityProviderBasic55OrGreater --- SKIP: TestAccadministrativeRoleWtihAssignFunction (1.63s) === CONT TestAccLocalUserBasic --- SKIP: TestAccApplianceConnector (1.72s) === CONT TestAccIPPoolV6 --- SKIP: TestAccApplianceBasicControllerOverriderSPADisabled (1.73s) === CONT TestAccIPPoolBasic --- SKIP: TestAccSite55Attributes (1.80s) === CONT TestAccSamlIdentityProviderUserScripts55OrGreater === CONT TestAccPolicyDnsSettings55 resource_appgate_policy_test.go:320: Test only for 5.5 and above, appliance.portal is only supported in 5.4 and above. === CONT TestAccPolicyClientSettings55 resource_appgate_policy_test.go:146: Test only for 5.5 and above, appliance.portal is only supported in 5.4 and above. --- SKIP: TestAccPolicyDnsSettings55 (1.81s) === CONT TestAccSamlIdentityProviderBasic55OrGreater === CONT TestAccRadiusIdentityProviderBasic55OrGreater resource_appgate_identity_provider_radius_test.go:265: Test only for 5.5 and above, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 === CONT TestAccSamlIdentityProviderUserScripts55OrGreater resource_appgate_identity_provider_saml_test.go:955: Test only for 5.5 and above, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- SKIP: TestAccPolicyClientSettings55 (2.26s) === CONT TestAccSamlIdentityProviderBasic --- SKIP: TestAccRadiusIdentityProviderBasic55OrGreater (2.34s) === CONT TestAccLdapCertificateIdentityProvidervBasic55OrGreater --- SKIP: TestAccSamlIdentityProviderUserScripts55OrGreater (2.35s) === CONT TestAccRadiusIdentityProviderBasic === CONT TestAccSamlIdentityProviderBasic55OrGreater resource_appgate_identity_provider_saml_test.go:857: Test only for 5.5 and above, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- SKIP: TestAccSamlIdentityProviderBasic55OrGreater (2.14s) === CONT TestAccLdapIdentityProviderBasic55OrGreater === CONT TestAccLdapCertificateIdentityProvidervBasic55OrGreater resource_appgate_identity_provider_ldap_certificate_test.go:293: Test only for 5.5 and above, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- SKIP: TestAccLdapCertificateIdentityProvidervBasic55OrGreater (2.08s) === CONT TestAccLdapIdentityProviderBasic === CONT TestAccLdapIdentityProviderBasic55OrGreater resource_appgate_identity_provider_ldap_test.go:257: Test only for 5.5 and above, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- SKIP: TestAccLdapIdentityProviderBasic55OrGreater (2.32s) === CONT TestAccAppgateUserClaimScriptataSource --- PASS: TestAccAppgateAdministrativeRoleDataSource (11.12s) === CONT TestAccadministrativeMultiplePrivilegesValidation --- PASS: TestAccRingfenceRuleBasicTCP (14.83s) === CONT TestAccadministrativeRoleWithScope --- PASS: TestAccAdminMfaSettingsBasic (14.07s) === CONT TestAccadministrativeRoleBasic --- PASS: TestAccTrustedCertificateBasic (16.26s) === CONT TestAccCriteriaScriptBasic --- PASS: TestAccMfaProviderBasic (16.29s) === CONT TestAccEntitlementUpdateActionHostOrder --- PASS: TestAccPolicyBasic (15.26s) === CONT TestAccEntitlementUpdateActionOrder --- PASS: TestAccRingfenceRuleBasicICMP (16.87s) === CONT TestAccEntitlementBasicWithMonitor --- PASS: TestAccLocalUserBasic (15.29s) === CONT TestAccEntitlementBasicPing --- PASS: TestAccIPPoolV6 (15.20s) === CONT TestAccEntitlementScriptBasic --- PASS: TestAccSiteBasicAwsResolverWithoutSecret (16.92s) === CONT TestAccDeviceScriptBasic --- PASS: TestAccIPPoolBasic (15.42s) === CONT TestAccAppgateMfaProviderDataSource --- PASS: TestAccAppgateUserClaimScriptataSource (11.78s) === CONT TestAccAppgateTrustedCertificateDataSource --- PASS: TestAccRadiusIdentityProviderBasic (16.40s) === CONT TestAccGlobalSettings54ProfileHostname --- PASS: TestAccLdapIdentityProviderBasic (17.73s) === CONT TestAccLdapCertificateIdentityProvidervBasic --- PASS: TestAccApplianceCustomizationBasic (23.77s) === CONT TestAccBlacklistUserBasic --- PASS: TestAccadministrativeMultiplePrivilegesValidation (13.27s) === CONT TestAccConditionFixedID --- PASS: TestAccUserClaimScriptBasic (26.55s) === CONT TestAccConditionBasic --- PASS: TestAccAppgateMfaProviderDataSource (11.20s) === CONT TestAccAppgateApplianceCustomizationDataSource --- PASS: TestAccEntitlementUpdateActionPortsSetOrder (28.69s) === CONT TestAccEntitlementRiskSensitivity --- PASS: TestAccCriteriaScriptBasic (12.49s) === CONT TestAccApplianceAdminInterfaceAddRemove --- PASS: TestAccadministrativeRoleBasic (13.19s) === CONT TestAccApplianceLogForwarderElastic55 --- PASS: TestAccDeviceScriptBasic (12.39s) === CONT TestAccAppliancePortalSetup6 --- PASS: TestAccEntitlementScriptBasic (12.43s) --- PASS: TestAccadministrativeRoleWithScope (14.70s) === CONT TestAccEntitlementRiskSensitivity resource_appgate_appliance_test.go:37: Test is only for >= 6.0 === CONT TestAccApplianceLogForwarderElastic55 resource_appgate_appliance_test.go:23: Test is only for 5.5 === CONT TestAccApplianceAdminInterfaceAddRemove resource_appgate_appliance_test.go:23: Test is only for 5.5 --- PASS: TestAccAppgateTrustedCertificateDataSource (10.45s) --- SKIP: TestAccEntitlementRiskSensitivity (1.16s) --- SKIP: TestAccApplianceLogForwarderElastic55 (1.35s) --- SKIP: TestAccApplianceAdminInterfaceAddRemove (1.52s) === CONT TestAccAppliancePortalSetup6 resource_appgate_appliance_test.go:2435: Test only for 6.0 and above, appliance.portal without peer_interface is only supported in 5.4 and above. --- SKIP: TestAccAppliancePortalSetup6 (1.50s) --- PASS: TestAccEntitlementBasicPing (14.81s) --- PASS: TestAccGlobalSettings54ProfileHostname (12.06s) --- PASS: TestAccBlacklistUserBasic (9.66s) --- PASS: TestAccConditionFixedID (9.81s) --- PASS: TestAccSiteBasicAwsResolverresolveWithMasterCredentials (34.40s) --- PASS: TestAccConditionBasic (8.30s) --- PASS: TestAccAppgateApplianceCustomizationDataSource (7.06s) --- PASS: TestAccLdapCertificateIdentityProvidervBasic (11.87s) --- PASS: TestAccEntitlementUpdateActionHostOrder (20.25s) --- PASS: TestAccEntitlementUpdateActionOrder (19.89s) --- PASS: TestAccEntitlementBasicWithMonitor (20.43s) --- PASS: TestAccSamlIdentityProviderBasic (35.73s) --- PASS: TestAccSiteBasic (42.91s) PASS ok github.com/appgate/terraform-provider-appgatesdp/appgate 119.951s ```
dlnilsson commented 1 year ago

Acceptance test for 5.5.6-29089-release

```sh > make testacc ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./appgate -v -count 1 -parallel 20 -timeout 120m === RUN TestNewClient --- PASS: TestNewClient (0.00s) === RUN TestLoginInternalServerError --- PASS: TestLoginInternalServerError (0.00s) === RUN TestClient === RUN TestClient/test_before_5.4 2022/11/30 09:41:15 [DEBUG] Login OK === RUN TestClient/test_5.4_login 2022/11/30 09:41:15 [DEBUG] Login OK === RUN TestClient/invalid_client_version === RUN TestClient/500_login_response 2022/11/30 09:41:15 [DEBUG] Login failed, controller not responding, got HTTP 500 2022/11/30 09:41:15 [DEBUG] Login failed, controller not responding, got HTTP 500 === RUN TestClient/502_login_response 2022/11/30 09:41:15 [DEBUG] Login failed, controller not responding, got HTTP 502 2022/11/30 09:41:16 [DEBUG] Login failed, controller not responding, got HTTP 502 === RUN TestClient/503_login_response 2022/11/30 09:41:16 [DEBUG] Login failed, controller not responding, got HTTP 503 2022/11/30 09:41:16 [DEBUG] Login failed, controller not responding, got HTTP 503 === RUN TestClient/406_login_response === RUN TestClient/test_with_invalid_pem === RUN TestClient/test_with_pem_file 2022/11/30 09:41:16 [DEBUG] Login OK --- PASS: TestClient (1.66s) --- PASS: TestClient/test_before_5.4 (0.06s) --- PASS: TestClient/test_5.4_login (0.00s) --- PASS: TestClient/invalid_client_version (0.00s) --- PASS: TestClient/500_login_response (0.55s) --- PASS: TestClient/502_login_response (0.58s) --- PASS: TestClient/503_login_response (0.46s) --- PASS: TestClient/406_login_response (0.00s) --- PASS: TestClient/test_with_invalid_pem (0.00s) --- PASS: TestClient/test_with_pem_file (0.00s) === RUN TestConfigValidate === RUN TestConfigValidate/ok_config_minimum_required === RUN TestConfigValidate/invalid_appgate_URL === RUN TestConfigValidate/invalid_token === RUN TestConfigValidate/base64_token === RUN TestConfigValidate/invalid_client_version === RUN TestConfigValidate/invalid_username_password --- PASS: TestConfigValidate (0.00s) --- PASS: TestConfigValidate/ok_config_minimum_required (0.00s) --- PASS: TestConfigValidate/invalid_appgate_URL (0.00s) --- PASS: TestConfigValidate/invalid_token (0.00s) --- PASS: TestConfigValidate/base64_token (0.00s) --- PASS: TestConfigValidate/invalid_client_version (0.00s) --- PASS: TestConfigValidate/invalid_username_password (0.00s) === RUN TestAccAppgateAdministrativeRoleDataSource === PAUSE TestAccAppgateAdministrativeRoleDataSource === RUN TestAccAppgateApplianceCustomizationDataSource === PAUSE TestAccAppgateApplianceCustomizationDataSource === RUN TestAccAppgateApplianceSeedDataSource --- PASS: TestAccAppgateApplianceSeedDataSource (8.39s) === RUN TestAccAppgateCADataSource --- PASS: TestAccAppgateCADataSource (1.96s) === RUN TestAccAppgateConditionDataSource --- PASS: TestAccAppgateConditionDataSource (2.47s) === RUN TestAccAppgateEntitlementDataSource --- PASS: TestAccAppgateEntitlementDataSource (11.70s) === RUN TestAccAppgateGlobalSettingsDataSource --- PASS: TestAccAppgateGlobalSettingsDataSource (2.39s) === RUN TestAccAppgateIdentityProviderDataSource --- PASS: TestAccAppgateIdentityProviderDataSource (2.35s) === RUN TestAccAppgateIPPoolDataSource --- PASS: TestAccAppgateIPPoolDataSource (2.73s) === RUN TestAccAppgateLocalUserDataSource --- PASS: TestAccAppgateLocalUserDataSource (2.80s) === RUN TestAccAppgateMfaProviderDataSource === PAUSE TestAccAppgateMfaProviderDataSource === RUN TestAccAppgateTrustedCertificateDataSource === PAUSE TestAccAppgateTrustedCertificateDataSource === RUN TestAccAppgateUserClaimScriptataSource === PAUSE TestAccAppgateUserClaimScriptataSource === RUN TestResourceExampleInstanceStateUpgradeV0 === RUN TestResourceExampleInstanceStateUpgradeV0/missing_state === RUN TestResourceExampleInstanceStateUpgradeV0/move_device_limit_per_user_to_root_level === RUN TestResourceExampleInstanceStateUpgradeV0/5.4_do_nothing --- PASS: TestResourceExampleInstanceStateUpgradeV0 (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/missing_state (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/move_device_limit_per_user_to_root_level (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/5.4_do_nothing (0.00s) === RUN TestProvider --- PASS: TestProvider (0.00s) === RUN TestProvider_impl --- PASS: TestProvider_impl (0.00s) === RUN TestAccadministrativeRoleBasic === PAUSE TestAccadministrativeRoleBasic === RUN TestAccadministrativeRoleWithScope === PAUSE TestAccadministrativeRoleWithScope === RUN TestAccadministrativeMultiplePrivilegesValidation === PAUSE TestAccadministrativeMultiplePrivilegesValidation === RUN TestAccadministrativeMultiplePrivilegesValidation52 === PAUSE TestAccadministrativeMultiplePrivilegesValidation52 === RUN TestAccadministrativeRoleWtihAssignFunction === PAUSE TestAccadministrativeRoleWtihAssignFunction === RUN TestAccApplianceCustomizationBasic === PAUSE TestAccApplianceCustomizationBasic === RUN TestAccApplianceBasicController --- PASS: TestAccApplianceBasicController (11.60s) === RUN TestAccApplianceConnector === PAUSE TestAccApplianceConnector === RUN TestAccApplianceBasicGateway === PAUSE TestAccApplianceBasicGateway === RUN TestAccApplianceBasicControllerWithoutOverrideSPA === PAUSE TestAccApplianceBasicControllerWithoutOverrideSPA === RUN TestAccApplianceBasicControllerOverriderSPADisabled === PAUSE TestAccApplianceBasicControllerOverriderSPADisabled === RUN TestAccAppliancePortalSetup === PAUSE TestAccAppliancePortalSetup === RUN TestAccAppliancePortalSetup6 === PAUSE TestAccAppliancePortalSetup6 === RUN TestAccApplianceAdminInterfaceAddRemove === PAUSE TestAccApplianceAdminInterfaceAddRemove === RUN TestAccApplianceLogServerFunction --- PASS: TestAccApplianceLogServerFunction (7.57s) === RUN TestAccApplianceLogForwarderElastic55 === PAUSE TestAccApplianceLogForwarderElastic55 === RUN TestAccBlacklistUserBasic === PAUSE TestAccBlacklistUserBasic === RUN TestAccClientConnectionsBasic --- PASS: TestAccClientConnectionsBasic (2.74s) === RUN TestAccClientProfileBasic --- PASS: TestAccClientProfileBasic (27.60s) === RUN TestAccConditionBasic === PAUSE TestAccConditionBasic === RUN TestAccConditionFixedID === PAUSE TestAccConditionFixedID === RUN TestAccCriteriaScriptBasic === PAUSE TestAccCriteriaScriptBasic === RUN TestAccDeviceScriptBasic === PAUSE TestAccDeviceScriptBasic === RUN TestAccEntitlementScriptBasic === PAUSE TestAccEntitlementScriptBasic === RUN TestAccEntitlementBasicPing === PAUSE TestAccEntitlementBasicPing === RUN TestAccEntitlementBasicWithMonitor === PAUSE TestAccEntitlementBasicWithMonitor === RUN TestAccEntitlementUpdateActionOrder === PAUSE TestAccEntitlementUpdateActionOrder === RUN TestAccEntitlementUpdateActionHostOrder === PAUSE TestAccEntitlementUpdateActionHostOrder === RUN TestAccEntitlementUpdateActionPortsSetOrder === PAUSE TestAccEntitlementUpdateActionPortsSetOrder === RUN TestAccEntitlementRiskSensitivity === PAUSE TestAccEntitlementRiskSensitivity === RUN TestAccGlobalSettingsBasic --- PASS: TestAccGlobalSettingsBasic (2.77s) === RUN TestAccGlobalSettings54ProfileHostname === PAUSE TestAccGlobalSettings54ProfileHostname === RUN TestAccGlobalSettings6AndAbove resource_appgate_appliance_test.go:37: Test is only for >= 6.0 --- SKIP: TestAccGlobalSettings6AndAbove (0.45s) === RUN TestAccConnectorIdentityProviderBasic --- PASS: TestAccConnectorIdentityProviderBasic (3.66s) === RUN TestAccLdapCertificateIdentityProvidervBasic === PAUSE TestAccLdapCertificateIdentityProvidervBasic === RUN TestAccLdapCertificateIdentityProvidervBasic55OrGreater === PAUSE TestAccLdapCertificateIdentityProvidervBasic55OrGreater === RUN TestAccLdapIdentityProviderBasic === PAUSE TestAccLdapIdentityProviderBasic === RUN TestAccLdapIdentityProviderBasic55OrGreater === PAUSE TestAccLdapIdentityProviderBasic55OrGreater === RUN TestAccLocalDatabaseIdentityProviderBasic --- PASS: TestAccLocalDatabaseIdentityProviderBasic (3.74s) === RUN TestAccRadiusIdentityProviderBasic === PAUSE TestAccRadiusIdentityProviderBasic === RUN TestAccRadiusIdentityProviderBasic55OrGreater === PAUSE TestAccRadiusIdentityProviderBasic55OrGreater === RUN TestAccSamlIdentityProviderBasic === PAUSE TestAccSamlIdentityProviderBasic === RUN TestAccSamlIdentityProviderBasic55OrGreater === PAUSE TestAccSamlIdentityProviderBasic55OrGreater === RUN TestAccSamlIdentityProviderUserScripts55OrGreater === PAUSE TestAccSamlIdentityProviderUserScripts55OrGreater === RUN TestAccIPPoolBasic === PAUSE TestAccIPPoolBasic === RUN TestAccIPPoolV6 === PAUSE TestAccIPPoolV6 === RUN TestAccLocalUserBasic === PAUSE TestAccLocalUserBasic === RUN TestAccMfaProviderBasic === PAUSE TestAccMfaProviderBasic === RUN TestAccAdminMfaSettingsBasic === PAUSE TestAccAdminMfaSettingsBasic === RUN TestAccPolicyBasic === PAUSE TestAccPolicyBasic === RUN TestAccPolicyClientSettings55 === PAUSE TestAccPolicyClientSettings55 === RUN TestAccPolicyDnsSettings55 === PAUSE TestAccPolicyDnsSettings55 === RUN TestAccRingfenceRuleBasicICMP === PAUSE TestAccRingfenceRuleBasicICMP === RUN TestAccRingfenceRuleBasicTCP === PAUSE TestAccRingfenceRuleBasicTCP === RUN TestAccSiteBasic === PAUSE TestAccSiteBasic === RUN TestAccSiteBasicAwsResolverWithoutSecret === PAUSE TestAccSiteBasicAwsResolverWithoutSecret === RUN TestAccSiteBasicAwsResolverresolveWithMasterCredentials === PAUSE TestAccSiteBasicAwsResolverresolveWithMasterCredentials === RUN TestAccSite55Attributes === PAUSE TestAccSite55Attributes === RUN TestAccSiteVPNRouteVia --- PASS: TestAccSiteVPNRouteVia (8.23s) === RUN TestAccSiteVPNRouteViaIpv4Only --- PASS: TestAccSiteVPNRouteViaIpv4Only (8.54s) === RUN TestAccSiteNameResolver6 === PAUSE TestAccSiteNameResolver6 === RUN TestAccTrustedCertificateBasic === PAUSE TestAccTrustedCertificateBasic === RUN TestAccUserClaimScriptBasic === PAUSE TestAccUserClaimScriptBasic === CONT TestAccAppgateAdministrativeRoleDataSource === CONT TestAccEntitlementUpdateActionPortsSetOrder === CONT TestAccUserClaimScriptBasic === CONT TestAccTrustedCertificateBasic === CONT TestAccSiteNameResolver6 === CONT TestAccSite55Attributes === CONT TestAccSiteBasicAwsResolverresolveWithMasterCredentials === CONT TestAccSiteBasicAwsResolverWithoutSecret === CONT TestAccSiteBasic === CONT TestAccRingfenceRuleBasicTCP === CONT TestAccRingfenceRuleBasicICMP === CONT TestAccPolicyDnsSettings55 === CONT TestAccPolicyClientSettings55 === CONT TestAccPolicyBasic === CONT TestAccAdminMfaSettingsBasic === CONT TestAccMfaProviderBasic === CONT TestAccLocalUserBasic === CONT TestAccIPPoolV6 === CONT TestAccIPPoolBasic === CONT TestAccSamlIdentityProviderUserScripts55OrGreater === CONT TestAccSiteNameResolver6 resource_appgate_appliance_test.go:37: Test is only for >= 6.0 --- SKIP: TestAccSiteNameResolver6 (1.32s) === CONT TestAccSamlIdentityProviderBasic55OrGreater --- PASS: TestAccAppgateAdministrativeRoleDataSource (9.13s) === CONT TestAccSamlIdentityProviderBasic resource_appgate_identity_provider_saml_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- SKIP: TestAccSamlIdentityProviderBasic (1.77s) === CONT TestAccRadiusIdentityProviderBasic55OrGreater --- PASS: TestAccSiteBasicAwsResolverWithoutSecret (11.87s) === CONT TestAccRadiusIdentityProviderBasic --- PASS: TestAccAdminMfaSettingsBasic (11.99s) === CONT TestAccLdapIdentityProviderBasic55OrGreater --- PASS: TestAccIPPoolBasic (12.46s) === CONT TestAccLdapIdentityProviderBasic --- PASS: TestAccTrustedCertificateBasic (12.78s) === CONT TestAccLdapCertificateIdentityProvidervBasic55OrGreater --- PASS: TestAccIPPoolV6 (12.80s) === CONT TestAccLdapCertificateIdentityProvidervBasic === CONT TestAccRadiusIdentityProviderBasic resource_appgate_identity_provider_radius_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- PASS: TestAccPolicyBasic (12.91s) === CONT TestAccGlobalSettings54ProfileHostname --- PASS: TestAccLocalUserBasic (13.23s) === CONT TestAccEntitlementRiskSensitivity --- SKIP: TestAccRadiusIdentityProviderBasic (1.49s) === CONT TestAccAppliancePortalSetup --- PASS: TestAccRingfenceRuleBasicICMP (13.57s) === CONT TestAccEntitlementUpdateActionHostOrder === CONT TestAccLdapCertificateIdentityProvidervBasic resource_appgate_identity_provider_ldap_certificate_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 === CONT TestAccLdapIdentityProviderBasic resource_appgate_identity_provider_ldap_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- PASS: TestAccRingfenceRuleBasicTCP (14.00s) === CONT TestAccEntitlementUpdateActionOrder --- PASS: TestAccMfaProviderBasic (14.22s) === CONT TestAccEntitlementBasicWithMonitor === CONT TestAccEntitlementRiskSensitivity resource_appgate_appliance_test.go:37: Test is only for >= 6.0 --- SKIP: TestAccLdapCertificateIdentityProvidervBasic (1.60s) === CONT TestAccEntitlementBasicPing --- SKIP: TestAccLdapIdentityProviderBasic (1.99s) === CONT TestAccEntitlementScriptBasic --- SKIP: TestAccEntitlementRiskSensitivity (1.54s) === CONT TestAccBlacklistUserBasic --- PASS: TestAccSamlIdentityProviderUserScripts55OrGreater (15.14s) === CONT TestAccApplianceLogForwarderElastic55 --- PASS: TestAccSamlIdentityProviderBasic55OrGreater (15.61s) === CONT TestAccApplianceAdminInterfaceAddRemove --- PASS: TestAccUserClaimScriptBasic (23.42s) === CONT TestAccAppliancePortalSetup6 resource_appgate_appliance_test.go:2435: Test only for 6.0 and above, appliance.portal without peer_interface is only supported in 5.4 and above. --- PASS: TestAccSite55Attributes (25.41s) === CONT TestAccadministrativeMultiplePrivilegesValidation52 --- SKIP: TestAccAppliancePortalSetup6 (2.28s) === CONT TestAccApplianceBasicControllerOverriderSPADisabled --- PASS: TestAccPolicyClientSettings55 (26.01s) === CONT TestAccApplianceBasicControllerWithoutOverrideSPA === CONT TestAccadministrativeMultiplePrivilegesValidation52 resource_appgate_administrative_role_test.go:267: Test is only for 5.2, privileges.target OnBoardedDevice --- PASS: TestAccRadiusIdentityProviderBasic55OrGreater (16.06s) === CONT TestAccConditionBasic --- PASS: TestAccEntitlementUpdateActionPortsSetOrder (27.17s) === CONT TestAccDeviceScriptBasic --- PASS: TestAccGlobalSettings54ProfileHostname (14.33s) === CONT TestAccCriteriaScriptBasic --- SKIP: TestAccadministrativeMultiplePrivilegesValidation52 (2.16s) === CONT TestAccConditionFixedID --- PASS: TestAccBlacklistUserBasic (12.98s) === CONT TestAccApplianceCustomizationBasic --- PASS: TestAccLdapIdentityProviderBasic55OrGreater (16.25s) === CONT TestAccApplianceConnector --- PASS: TestAccEntitlementScriptBasic (14.15s) === CONT TestAccAppgateUserClaimScriptataSource --- PASS: TestAccLdapCertificateIdentityProvidervBasic55OrGreater (16.32s) === CONT TestAccadministrativeMultiplePrivilegesValidation --- PASS: TestAccEntitlementBasicPing (16.47s) === CONT TestAccadministrativeRoleWithScope --- PASS: TestAccApplianceLogForwarderElastic55 (17.06s) === CONT TestAccadministrativeRoleBasic --- PASS: TestAccPolicyDnsSettings55 (38.15s) === CONT TestAccadministrativeRoleWtihAssignFunction resource_appgate_appliance_test.go:37: Test is only for >= 6.0 --- SKIP: TestAccadministrativeRoleWtihAssignFunction (0.42s) === CONT TestAccAppgateMfaProviderDataSource --- PASS: TestAccAppgateUserClaimScriptataSource (10.69s) === CONT TestAccAppgateTrustedCertificateDataSource --- PASS: TestAccadministrativeRoleWithScope (11.61s) === CONT TestAccAppgateApplianceCustomizationDataSource --- PASS: TestAccAppgateMfaProviderDataSource (4.38s) === CONT TestAccApplianceBasicGateway --- PASS: TestAccAppgateTrustedCertificateDataSource (5.57s) --- PASS: TestAccAppgateApplianceCustomizationDataSource (4.23s) --- PASS: TestAccApplianceBasicGateway (6.45s) --- PASS: TestAccCriteriaScriptBasic (24.96s) --- PASS: TestAccEntitlementBasicWithMonitor (38.43s) --- PASS: TestAccApplianceCustomizationBasic (27.92s) --- PASS: TestAccSiteBasicAwsResolverresolveWithMasterCredentials (57.21s) --- PASS: TestAccDeviceScriptBasic (31.78s) --- PASS: TestAccApplianceBasicControllerWithoutOverrideSPA (33.61s) --- PASS: TestAccEntitlementUpdateActionHostOrder (46.27s) --- PASS: TestAccApplianceBasicControllerOverriderSPADisabled (34.21s) --- PASS: TestAccConditionBasic (33.61s) --- PASS: TestAccConditionFixedID (33.12s) --- PASS: TestAccadministrativeRoleBasic (29.60s) --- PASS: TestAccApplianceAdminInterfaceAddRemove (45.99s) --- PASS: TestAccApplianceConnector (35.06s) --- PASS: TestAccadministrativeMultiplePrivilegesValidation (34.35s) --- PASS: TestAccSiteBasic (70.59s) --- PASS: TestAccEntitlementUpdateActionOrder (58.32s) --- PASS: TestAccAppliancePortalSetup (66.64s) PASS ok github.com/appgate/terraform-provider-appgatesdp/appgate 193.381s ```
dlnilsson commented 1 year ago

Acceptance test for 6.0.3-31148-release

```sh > make testacc ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./appgate -v -count 1 -parallel 20 -timeout 120m === RUN TestNewClient --- PASS: TestNewClient (0.00s) === RUN TestLoginInternalServerError --- PASS: TestLoginInternalServerError (0.00s) === RUN TestClient === RUN TestClient/test_before_5.4 2022/11/30 14:34:42 [DEBUG] Login OK === RUN TestClient/test_5.4_login 2022/11/30 14:34:42 [DEBUG] Login OK === RUN TestClient/invalid_client_version === RUN TestClient/500_login_response 2022/11/30 14:34:42 [DEBUG] Login failed, controller not responding, got HTTP 500 2022/11/30 14:34:43 [DEBUG] Login failed, controller not responding, got HTTP 500 === RUN TestClient/502_login_response 2022/11/30 14:34:43 [DEBUG] Login failed, controller not responding, got HTTP 502 2022/11/30 14:34:43 [DEBUG] Login failed, controller not responding, got HTTP 502 === RUN TestClient/503_login_response 2022/11/30 14:34:43 [DEBUG] Login failed, controller not responding, got HTTP 503 2022/11/30 14:34:44 [DEBUG] Login failed, controller not responding, got HTTP 503 === RUN TestClient/406_login_response === RUN TestClient/test_with_invalid_pem === RUN TestClient/test_with_pem_file 2022/11/30 14:34:44 [DEBUG] Login OK --- PASS: TestClient (1.66s) --- PASS: TestClient/test_before_5.4 (0.05s) --- PASS: TestClient/test_5.4_login (0.00s) --- PASS: TestClient/invalid_client_version (0.00s) --- PASS: TestClient/500_login_response (0.55s) --- PASS: TestClient/502_login_response (0.58s) --- PASS: TestClient/503_login_response (0.47s) --- PASS: TestClient/406_login_response (0.00s) --- PASS: TestClient/test_with_invalid_pem (0.00s) --- PASS: TestClient/test_with_pem_file (0.00s) === RUN TestConfigValidate === RUN TestConfigValidate/ok_config_minimum_required === RUN TestConfigValidate/invalid_appgate_URL === RUN TestConfigValidate/invalid_token === RUN TestConfigValidate/base64_token === RUN TestConfigValidate/invalid_client_version === RUN TestConfigValidate/invalid_username_password --- PASS: TestConfigValidate (0.00s) --- PASS: TestConfigValidate/ok_config_minimum_required (0.00s) --- PASS: TestConfigValidate/invalid_appgate_URL (0.00s) --- PASS: TestConfigValidate/invalid_token (0.00s) --- PASS: TestConfigValidate/base64_token (0.00s) --- PASS: TestConfigValidate/invalid_client_version (0.00s) --- PASS: TestConfigValidate/invalid_username_password (0.00s) === RUN TestAccAppgateAdministrativeRoleDataSource === PAUSE TestAccAppgateAdministrativeRoleDataSource === RUN TestAccAppgateApplianceCustomizationDataSource === PAUSE TestAccAppgateApplianceCustomizationDataSource === RUN TestAccAppgateApplianceSeedDataSource resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccAppgateApplianceSeedDataSource (0.43s) === RUN TestAccAppgateCADataSource --- PASS: TestAccAppgateCADataSource (1.88s) === RUN TestAccAppgateConditionDataSource --- PASS: TestAccAppgateConditionDataSource (2.26s) === RUN TestAccAppgateEntitlementDataSource --- PASS: TestAccAppgateEntitlementDataSource (17.83s) === RUN TestAccAppgateGlobalSettingsDataSource --- PASS: TestAccAppgateGlobalSettingsDataSource (2.29s) === RUN TestAccAppgateIdentityProviderDataSource --- PASS: TestAccAppgateIdentityProviderDataSource (2.22s) === RUN TestAccAppgateIPPoolDataSource --- PASS: TestAccAppgateIPPoolDataSource (2.41s) === RUN TestAccAppgateLocalUserDataSource --- PASS: TestAccAppgateLocalUserDataSource (2.53s) === RUN TestAccAppgateMfaProviderDataSource === PAUSE TestAccAppgateMfaProviderDataSource === RUN TestAccAppgateTrustedCertificateDataSource === PAUSE TestAccAppgateTrustedCertificateDataSource === RUN TestAccAppgateUserClaimScriptataSource === PAUSE TestAccAppgateUserClaimScriptataSource === RUN TestResourceExampleInstanceStateUpgradeV0 === RUN TestResourceExampleInstanceStateUpgradeV0/missing_state === RUN TestResourceExampleInstanceStateUpgradeV0/move_device_limit_per_user_to_root_level === RUN TestResourceExampleInstanceStateUpgradeV0/5.4_do_nothing --- PASS: TestResourceExampleInstanceStateUpgradeV0 (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/missing_state (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/move_device_limit_per_user_to_root_level (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/5.4_do_nothing (0.00s) === RUN TestProvider --- PASS: TestProvider (0.01s) === RUN TestProvider_impl --- PASS: TestProvider_impl (0.00s) === RUN TestAccadministrativeRoleBasic === PAUSE TestAccadministrativeRoleBasic === RUN TestAccadministrativeRoleWithScope === PAUSE TestAccadministrativeRoleWithScope === RUN TestAccadministrativeMultiplePrivilegesValidation === PAUSE TestAccadministrativeMultiplePrivilegesValidation === RUN TestAccadministrativeMultiplePrivilegesValidation52 === PAUSE TestAccadministrativeMultiplePrivilegesValidation52 === RUN TestAccadministrativeRoleWtihAssignFunction === PAUSE TestAccadministrativeRoleWtihAssignFunction === RUN TestAccApplianceCustomizationBasic === PAUSE TestAccApplianceCustomizationBasic === RUN TestAccApplianceBasicController resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccApplianceBasicController (0.42s) === RUN TestAccApplianceConnector === PAUSE TestAccApplianceConnector === RUN TestAccApplianceBasicGateway === PAUSE TestAccApplianceBasicGateway === RUN TestAccApplianceBasicControllerWithoutOverrideSPA === PAUSE TestAccApplianceBasicControllerWithoutOverrideSPA === RUN TestAccApplianceBasicControllerOverriderSPADisabled === PAUSE TestAccApplianceBasicControllerOverriderSPADisabled === RUN TestAccAppliancePortalSetup === PAUSE TestAccAppliancePortalSetup === RUN TestAccAppliancePortalSetup6 === PAUSE TestAccAppliancePortalSetup6 === RUN TestAccApplianceAdminInterfaceAddRemove === PAUSE TestAccApplianceAdminInterfaceAddRemove === RUN TestAccApplianceLogServerFunction resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccApplianceLogServerFunction (0.42s) === RUN TestAccApplianceLogForwarderElastic55 === PAUSE TestAccApplianceLogForwarderElastic55 === RUN TestAccBlacklistUserBasic === PAUSE TestAccBlacklistUserBasic === RUN TestAccClientConnectionsBasic --- PASS: TestAccClientConnectionsBasic (2.67s) === RUN TestAccClientProfileBasic --- PASS: TestAccClientProfileBasic (51.20s) === RUN TestAccConditionBasic === PAUSE TestAccConditionBasic === RUN TestAccConditionFixedID === PAUSE TestAccConditionFixedID === RUN TestAccCriteriaScriptBasic === PAUSE TestAccCriteriaScriptBasic === RUN TestAccDeviceScriptBasic === PAUSE TestAccDeviceScriptBasic === RUN TestAccEntitlementScriptBasic === PAUSE TestAccEntitlementScriptBasic === RUN TestAccEntitlementBasicPing === PAUSE TestAccEntitlementBasicPing === RUN TestAccEntitlementBasicWithMonitor === PAUSE TestAccEntitlementBasicWithMonitor === RUN TestAccEntitlementUpdateActionOrder === PAUSE TestAccEntitlementUpdateActionOrder === RUN TestAccEntitlementUpdateActionHostOrder === PAUSE TestAccEntitlementUpdateActionHostOrder === RUN TestAccEntitlementUpdateActionPortsSetOrder === PAUSE TestAccEntitlementUpdateActionPortsSetOrder === RUN TestAccEntitlementRiskSensitivity === PAUSE TestAccEntitlementRiskSensitivity === RUN TestAccGlobalSettingsBasic --- PASS: TestAccGlobalSettingsBasic (2.83s) === RUN TestAccGlobalSettings54ProfileHostname === PAUSE TestAccGlobalSettings54ProfileHostname === RUN TestAccGlobalSettings6AndAbove --- PASS: TestAccGlobalSettings6AndAbove (6.34s) === RUN TestAccConnectorIdentityProviderBasic --- PASS: TestAccConnectorIdentityProviderBasic (4.14s) === RUN TestAccLdapCertificateIdentityProvidervBasic === PAUSE TestAccLdapCertificateIdentityProvidervBasic === RUN TestAccLdapCertificateIdentityProvidervBasic55OrGreater === PAUSE TestAccLdapCertificateIdentityProvidervBasic55OrGreater === RUN TestAccLdapIdentityProviderBasic === PAUSE TestAccLdapIdentityProviderBasic === RUN TestAccLdapIdentityProviderBasic55OrGreater === PAUSE TestAccLdapIdentityProviderBasic55OrGreater === RUN TestAccLocalDatabaseIdentityProviderBasic --- PASS: TestAccLocalDatabaseIdentityProviderBasic (4.13s) === RUN TestAccRadiusIdentityProviderBasic === PAUSE TestAccRadiusIdentityProviderBasic === RUN TestAccRadiusIdentityProviderBasic55OrGreater === PAUSE TestAccRadiusIdentityProviderBasic55OrGreater === RUN TestAccSamlIdentityProviderBasic === PAUSE TestAccSamlIdentityProviderBasic === RUN TestAccSamlIdentityProviderBasic55OrGreater === PAUSE TestAccSamlIdentityProviderBasic55OrGreater === RUN TestAccSamlIdentityProviderUserScripts55OrGreater === PAUSE TestAccSamlIdentityProviderUserScripts55OrGreater === RUN TestAccIPPoolBasic === PAUSE TestAccIPPoolBasic === RUN TestAccIPPoolV6 === PAUSE TestAccIPPoolV6 === RUN TestAccLocalUserBasic === PAUSE TestAccLocalUserBasic === RUN TestAccMfaProviderBasic === PAUSE TestAccMfaProviderBasic === RUN TestAccAdminMfaSettingsBasic === PAUSE TestAccAdminMfaSettingsBasic === RUN TestAccPolicyBasic === PAUSE TestAccPolicyBasic === RUN TestAccPolicyClientSettings55 === PAUSE TestAccPolicyClientSettings55 === RUN TestAccPolicyDnsSettings55 === PAUSE TestAccPolicyDnsSettings55 === RUN TestAccRingfenceRuleBasicICMP === PAUSE TestAccRingfenceRuleBasicICMP === RUN TestAccRingfenceRuleBasicTCP === PAUSE TestAccRingfenceRuleBasicTCP === RUN TestAccSiteBasic --- PASS: TestAccSiteBasic (16.35s) === RUN TestAccSiteBasicAwsResolverWithoutSecret --- PASS: TestAccSiteBasicAwsResolverWithoutSecret (2.85s) === RUN TestAccSiteBasicAwsResolverresolveWithMasterCredentials --- PASS: TestAccSiteBasicAwsResolverresolveWithMasterCredentials (7.50s) === RUN TestAccSite55Attributes --- PASS: TestAccSite55Attributes (5.19s) === RUN TestAccSiteVPNRouteVia --- PASS: TestAccSiteVPNRouteVia (7.34s) === RUN TestAccSiteVPNRouteViaIpv4Only --- PASS: TestAccSiteVPNRouteViaIpv4Only (7.26s) === RUN TestAccSiteNameResolver6 --- PASS: TestAccSiteNameResolver6 (5.28s) === RUN TestAccTrustedCertificateBasic === PAUSE TestAccTrustedCertificateBasic === RUN TestAccUserClaimScriptBasic === PAUSE TestAccUserClaimScriptBasic === CONT TestAccAppgateAdministrativeRoleDataSource === CONT TestAccEntitlementUpdateActionOrder === CONT TestAccUserClaimScriptBasic === CONT TestAccEntitlementBasicWithMonitor === CONT TestAccTrustedCertificateBasic === CONT TestAccSamlIdentityProviderBasic55OrGreater === CONT TestAccAdminMfaSettingsBasic === CONT TestAccMfaProviderBasic === CONT TestAccSamlIdentityProviderBasic === CONT TestAccRadiusIdentityProviderBasic55OrGreater === CONT TestAccRadiusIdentityProviderBasic === CONT TestAccLdapIdentityProviderBasic55OrGreater === CONT TestAccLdapIdentityProviderBasic === CONT TestAccLdapCertificateIdentityProvidervBasic55OrGreater === CONT TestAccLdapCertificateIdentityProvidervBasic === CONT TestAccGlobalSettings54ProfileHostname === CONT TestAccEntitlementRiskSensitivity === CONT TestAccEntitlementUpdateActionPortsSetOrder === CONT TestAccEntitlementUpdateActionHostOrder === CONT TestAccApplianceBasicControllerWithoutOverrideSPA === CONT TestAccRadiusIdentityProviderBasic resource_appgate_identity_provider_radius_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 === CONT TestAccLdapIdentityProviderBasic resource_appgate_identity_provider_ldap_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 === CONT TestAccSamlIdentityProviderBasic resource_appgate_identity_provider_saml_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 === CONT TestAccLdapCertificateIdentityProvidervBasic resource_appgate_identity_provider_ldap_certificate_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- SKIP: TestAccRadiusIdentityProviderBasic (1.21s) === CONT TestAccEntitlementBasicPing === CONT TestAccApplianceBasicControllerWithoutOverrideSPA resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccLdapIdentityProviderBasic (1.55s) === CONT TestAccEntitlementScriptBasic --- SKIP: TestAccSamlIdentityProviderBasic (1.59s) === CONT TestAccDeviceScriptBasic --- SKIP: TestAccLdapCertificateIdentityProvidervBasic (1.96s) === CONT TestAccCriteriaScriptBasic --- SKIP: TestAccApplianceBasicControllerWithoutOverrideSPA (2.13s) === CONT TestAccConditionFixedID --- PASS: TestAccAppgateAdministrativeRoleDataSource (10.06s) === CONT TestAccConditionBasic --- PASS: TestAccTrustedCertificateBasic (11.28s) === CONT TestAccBlacklistUserBasic --- PASS: TestAccAdminMfaSettingsBasic (12.67s) === CONT TestAccApplianceLogForwarderElastic55 --- PASS: TestAccMfaProviderBasic (13.00s) === CONT TestAccApplianceAdminInterfaceAddRemove --- PASS: TestAccGlobalSettings54ProfileHostname (13.20s) === CONT TestAccAppliancePortalSetup6 === CONT TestAccApplianceLogForwarderElastic55 resource_appgate_appliance_test.go:23: Test is only for 5.5 --- PASS: TestAccCriteriaScriptBasic (12.30s) === CONT TestAccAppliancePortalSetup --- PASS: TestAccDeviceScriptBasic (12.70s) === CONT TestAccApplianceBasicControllerOverriderSPADisabled === CONT TestAccApplianceAdminInterfaceAddRemove resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccApplianceLogForwarderElastic55 (1.88s) === CONT TestAccPolicyDnsSettings55 --- PASS: TestAccConditionFixedID (12.46s) === CONT TestAccRingfenceRuleBasicTCP --- PASS: TestAccEntitlementScriptBasic (13.23s) === CONT TestAccRingfenceRuleBasicICMP --- PASS: TestAccLdapCertificateIdentityProvidervBasic55OrGreater (14.96s) === CONT TestAccadministrativeMultiplePrivilegesValidation --- SKIP: TestAccApplianceAdminInterfaceAddRemove (2.02s) === CONT TestAccApplianceBasicGateway === CONT TestAccApplianceBasicControllerOverriderSPADisabled resource_appgate_appliance_test.go:23: Test is only for 5.5 === CONT TestAccAppliancePortalSetup resource_appgate_appliance_test.go:2230: Test only for 5.5 and above, appliance.portal is only supported in 5.4 and above. --- PASS: TestAccRadiusIdentityProviderBasic55OrGreater (15.76s) === CONT TestAccApplianceConnector --- PASS: TestAccLdapIdentityProviderBasic55OrGreater (15.98s) === CONT TestAccApplianceCustomizationBasic --- SKIP: TestAccApplianceBasicControllerOverriderSPADisabled (1.77s) === CONT TestAccadministrativeRoleWtihAssignFunction === CONT TestAccApplianceBasicGateway resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccAppliancePortalSetup (2.03s) === CONT TestAccadministrativeMultiplePrivilegesValidation52 --- PASS: TestAccEntitlementBasicPing (15.16s) === CONT TestAccAppgateUserClaimScriptataSource --- PASS: TestAccSamlIdentityProviderBasic55OrGreater (16.71s) === CONT TestAccadministrativeRoleWithScope --- SKIP: TestAccApplianceBasicGateway (1.85s) === CONT TestAccadministrativeRoleBasic === CONT TestAccApplianceConnector resource_appgate_appliance_test.go:23: Test is only for 5.5 === CONT TestAccadministrativeMultiplePrivilegesValidation52 resource_appgate_administrative_role_test.go:267: Test is only for 5.2, privileges.target OnBoardedDevice --- SKIP: TestAccApplianceConnector (1.98s) === CONT TestAccAppgateMfaProviderDataSource --- SKIP: TestAccadministrativeMultiplePrivilegesValidation52 (2.04s) === CONT TestAccAppgateTrustedCertificateDataSource --- PASS: TestAccBlacklistUserBasic (11.86s) === CONT TestAccIPPoolV6 --- PASS: TestAccConditionBasic (13.60s) === CONT TestAccLocalUserBasic --- PASS: TestAccUserClaimScriptBasic (24.57s) === CONT TestAccPolicyClientSettings55 --- PASS: TestAccEntitlementUpdateActionPortsSetOrder (25.49s) === CONT TestAccPolicyBasic --- PASS: TestAccAppgateUserClaimScriptataSource (10.01s) === CONT TestAccIPPoolBasic --- PASS: TestAccEntitlementUpdateActionHostOrder (26.39s) === CONT TestAccSamlIdentityProviderUserScripts55OrGreater --- PASS: TestAccAppgateMfaProviderDataSource (9.07s) === CONT TestAccAppgateApplianceCustomizationDataSource --- PASS: TestAccEntitlementUpdateActionOrder (27.55s) --- PASS: TestAccadministrativeMultiplePrivilegesValidation (13.27s) --- PASS: TestAccEntitlementRiskSensitivity (28.51s) --- PASS: TestAccRingfenceRuleBasicICMP (13.90s) --- PASS: TestAccAppgateTrustedCertificateDataSource (10.39s) --- PASS: TestAccEntitlementBasicWithMonitor (28.78s) --- PASS: TestAccRingfenceRuleBasicTCP (14.31s) --- PASS: TestAccadministrativeRoleBasic (12.82s) --- PASS: TestAccadministrativeRoleWithScope (13.62s) --- PASS: TestAccIPPoolV6 (9.52s) --- PASS: TestAccApplianceCustomizationBasic (16.87s) --- PASS: TestAccLocalUserBasic (9.38s) --- PASS: TestAccAppgateApplianceCustomizationDataSource (6.88s) --- PASS: TestAccIPPoolBasic (7.98s) --- PASS: TestAccPolicyBasic (8.91s) --- PASS: TestAccadministrativeRoleWtihAssignFunction (18.80s) --- PASS: TestAccSamlIdentityProviderUserScripts55OrGreater (9.48s) --- PASS: TestAccPolicyClientSettings55 (12.31s) --- PASS: TestAccPolicyDnsSettings55 (22.92s) --- PASS: TestAccAppliancePortalSetup6 (65.32s) PASS ok github.com/appgate/terraform-provider-appgatesdp/appgate 235.979s ```
dlnilsson commented 1 year ago

Acceptance test for 6.1.0-31572-master

```sh > make testacc ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./appgate -v -count 1 -parallel 20 -timeout 120m === RUN TestNewClient --- PASS: TestNewClient (0.00s) === RUN TestLoginInternalServerError --- PASS: TestLoginInternalServerError (0.00s) === RUN TestClient === RUN TestClient/test_before_5.4 2022/11/30 14:46:47 [DEBUG] Login OK === RUN TestClient/test_5.4_login 2022/11/30 14:46:47 [DEBUG] Login OK === RUN TestClient/invalid_client_version === RUN TestClient/500_login_response 2022/11/30 14:46:47 [DEBUG] Login failed, controller not responding, got HTTP 500 2022/11/30 14:46:48 [DEBUG] Login failed, controller not responding, got HTTP 500 === RUN TestClient/502_login_response 2022/11/30 14:46:48 [DEBUG] Login failed, controller not responding, got HTTP 502 2022/11/30 14:46:48 [DEBUG] Login failed, controller not responding, got HTTP 502 === RUN TestClient/503_login_response 2022/11/30 14:46:48 [DEBUG] Login failed, controller not responding, got HTTP 503 2022/11/30 14:46:49 [DEBUG] Login failed, controller not responding, got HTTP 503 === RUN TestClient/406_login_response === RUN TestClient/test_with_invalid_pem === RUN TestClient/test_with_pem_file 2022/11/30 14:46:49 [DEBUG] Login OK --- PASS: TestClient (1.75s) --- PASS: TestClient/test_before_5.4 (0.14s) --- PASS: TestClient/test_5.4_login (0.00s) --- PASS: TestClient/invalid_client_version (0.00s) --- PASS: TestClient/500_login_response (0.56s) --- PASS: TestClient/502_login_response (0.58s) --- PASS: TestClient/503_login_response (0.46s) --- PASS: TestClient/406_login_response (0.00s) --- PASS: TestClient/test_with_invalid_pem (0.00s) --- PASS: TestClient/test_with_pem_file (0.00s) === RUN TestConfigValidate === RUN TestConfigValidate/ok_config_minimum_required === RUN TestConfigValidate/invalid_appgate_URL === RUN TestConfigValidate/invalid_token === RUN TestConfigValidate/base64_token === RUN TestConfigValidate/invalid_client_version === RUN TestConfigValidate/invalid_username_password --- PASS: TestConfigValidate (0.00s) --- PASS: TestConfigValidate/ok_config_minimum_required (0.00s) --- PASS: TestConfigValidate/invalid_appgate_URL (0.00s) --- PASS: TestConfigValidate/invalid_token (0.00s) --- PASS: TestConfigValidate/base64_token (0.00s) --- PASS: TestConfigValidate/invalid_client_version (0.00s) --- PASS: TestConfigValidate/invalid_username_password (0.00s) === RUN TestAccAppgateAdministrativeRoleDataSource === PAUSE TestAccAppgateAdministrativeRoleDataSource === RUN TestAccAppgateApplianceCustomizationDataSource === PAUSE TestAccAppgateApplianceCustomizationDataSource === RUN TestAccAppgateApplianceSeedDataSource resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccAppgateApplianceSeedDataSource (0.72s) === RUN TestAccAppgateCADataSource --- PASS: TestAccAppgateCADataSource (3.24s) === RUN TestAccAppgateConditionDataSource --- PASS: TestAccAppgateConditionDataSource (4.29s) === RUN TestAccAppgateEntitlementDataSource --- PASS: TestAccAppgateEntitlementDataSource (20.30s) === RUN TestAccAppgateGlobalSettingsDataSource --- PASS: TestAccAppgateGlobalSettingsDataSource (3.78s) === RUN TestAccAppgateIdentityProviderDataSource --- PASS: TestAccAppgateIdentityProviderDataSource (3.82s) === RUN TestAccAppgateIPPoolDataSource --- PASS: TestAccAppgateIPPoolDataSource (4.19s) === RUN TestAccAppgateLocalUserDataSource --- PASS: TestAccAppgateLocalUserDataSource (4.19s) === RUN TestAccAppgateMfaProviderDataSource === PAUSE TestAccAppgateMfaProviderDataSource === RUN TestAccAppgateTrustedCertificateDataSource === PAUSE TestAccAppgateTrustedCertificateDataSource === RUN TestAccAppgateUserClaimScriptataSource === PAUSE TestAccAppgateUserClaimScriptataSource === RUN TestResourceExampleInstanceStateUpgradeV0 === RUN TestResourceExampleInstanceStateUpgradeV0/missing_state === RUN TestResourceExampleInstanceStateUpgradeV0/move_device_limit_per_user_to_root_level === RUN TestResourceExampleInstanceStateUpgradeV0/5.4_do_nothing --- PASS: TestResourceExampleInstanceStateUpgradeV0 (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/missing_state (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/move_device_limit_per_user_to_root_level (0.00s) --- PASS: TestResourceExampleInstanceStateUpgradeV0/5.4_do_nothing (0.00s) === RUN TestProvider --- PASS: TestProvider (0.00s) === RUN TestProvider_impl --- PASS: TestProvider_impl (0.00s) === RUN TestAccadministrativeRoleBasic === PAUSE TestAccadministrativeRoleBasic === RUN TestAccadministrativeRoleWithScope === PAUSE TestAccadministrativeRoleWithScope === RUN TestAccadministrativeMultiplePrivilegesValidation === PAUSE TestAccadministrativeMultiplePrivilegesValidation === RUN TestAccadministrativeMultiplePrivilegesValidation52 === PAUSE TestAccadministrativeMultiplePrivilegesValidation52 === RUN TestAccadministrativeRoleWtihAssignFunction === PAUSE TestAccadministrativeRoleWtihAssignFunction === RUN TestAccApplianceCustomizationBasic === PAUSE TestAccApplianceCustomizationBasic === RUN TestAccApplianceBasicController resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccApplianceBasicController (0.74s) === RUN TestAccApplianceConnector === PAUSE TestAccApplianceConnector === RUN TestAccApplianceBasicGateway === PAUSE TestAccApplianceBasicGateway === RUN TestAccApplianceBasicControllerWithoutOverrideSPA === PAUSE TestAccApplianceBasicControllerWithoutOverrideSPA === RUN TestAccApplianceBasicControllerOverriderSPADisabled === PAUSE TestAccApplianceBasicControllerOverriderSPADisabled === RUN TestAccAppliancePortalSetup === PAUSE TestAccAppliancePortalSetup === RUN TestAccAppliancePortalSetup6 === PAUSE TestAccAppliancePortalSetup6 === RUN TestAccApplianceAdminInterfaceAddRemove === PAUSE TestAccApplianceAdminInterfaceAddRemove === RUN TestAccApplianceLogServerFunction resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccApplianceLogServerFunction (0.77s) === RUN TestAccApplianceLogForwarderElastic55 === PAUSE TestAccApplianceLogForwarderElastic55 === RUN TestAccBlacklistUserBasic === PAUSE TestAccBlacklistUserBasic === RUN TestAccClientConnectionsBasic --- PASS: TestAccClientConnectionsBasic (4.43s) === RUN TestAccClientProfileBasic --- PASS: TestAccClientProfileBasic (25.55s) === RUN TestAccConditionBasic === PAUSE TestAccConditionBasic === RUN TestAccConditionFixedID === PAUSE TestAccConditionFixedID === RUN TestAccCriteriaScriptBasic === PAUSE TestAccCriteriaScriptBasic === RUN TestAccDeviceScriptBasic === PAUSE TestAccDeviceScriptBasic === RUN TestAccEntitlementScriptBasic === PAUSE TestAccEntitlementScriptBasic === RUN TestAccEntitlementBasicPing === PAUSE TestAccEntitlementBasicPing === RUN TestAccEntitlementBasicWithMonitor === PAUSE TestAccEntitlementBasicWithMonitor === RUN TestAccEntitlementUpdateActionOrder === PAUSE TestAccEntitlementUpdateActionOrder === RUN TestAccEntitlementUpdateActionHostOrder === PAUSE TestAccEntitlementUpdateActionHostOrder === RUN TestAccEntitlementUpdateActionPortsSetOrder === PAUSE TestAccEntitlementUpdateActionPortsSetOrder === RUN TestAccEntitlementRiskSensitivity === PAUSE TestAccEntitlementRiskSensitivity === RUN TestAccGlobalSettingsBasic --- PASS: TestAccGlobalSettingsBasic (4.41s) === RUN TestAccGlobalSettings54ProfileHostname === PAUSE TestAccGlobalSettings54ProfileHostname === RUN TestAccGlobalSettings6AndAbove --- PASS: TestAccGlobalSettings6AndAbove (9.07s) === RUN TestAccConnectorIdentityProviderBasic --- PASS: TestAccConnectorIdentityProviderBasic (6.05s) === RUN TestAccLdapCertificateIdentityProvidervBasic === PAUSE TestAccLdapCertificateIdentityProvidervBasic === RUN TestAccLdapCertificateIdentityProvidervBasic55OrGreater === PAUSE TestAccLdapCertificateIdentityProvidervBasic55OrGreater === RUN TestAccLdapIdentityProviderBasic === PAUSE TestAccLdapIdentityProviderBasic === RUN TestAccLdapIdentityProviderBasic55OrGreater === PAUSE TestAccLdapIdentityProviderBasic55OrGreater === RUN TestAccLocalDatabaseIdentityProviderBasic --- PASS: TestAccLocalDatabaseIdentityProviderBasic (5.94s) === RUN TestAccRadiusIdentityProviderBasic === PAUSE TestAccRadiusIdentityProviderBasic === RUN TestAccRadiusIdentityProviderBasic55OrGreater === PAUSE TestAccRadiusIdentityProviderBasic55OrGreater === RUN TestAccSamlIdentityProviderBasic === PAUSE TestAccSamlIdentityProviderBasic === RUN TestAccSamlIdentityProviderBasic55OrGreater === PAUSE TestAccSamlIdentityProviderBasic55OrGreater === RUN TestAccSamlIdentityProviderUserScripts55OrGreater === PAUSE TestAccSamlIdentityProviderUserScripts55OrGreater === RUN TestAccIPPoolBasic === PAUSE TestAccIPPoolBasic === RUN TestAccIPPoolV6 === PAUSE TestAccIPPoolV6 === RUN TestAccLocalUserBasic === PAUSE TestAccLocalUserBasic === RUN TestAccMfaProviderBasic === PAUSE TestAccMfaProviderBasic === RUN TestAccAdminMfaSettingsBasic === PAUSE TestAccAdminMfaSettingsBasic === RUN TestAccPolicyBasic === PAUSE TestAccPolicyBasic === RUN TestAccPolicyClientSettings55 === PAUSE TestAccPolicyClientSettings55 === RUN TestAccPolicyDnsSettings55 === PAUSE TestAccPolicyDnsSettings55 === RUN TestAccRingfenceRuleBasicICMP === PAUSE TestAccRingfenceRuleBasicICMP === RUN TestAccRingfenceRuleBasicTCP === PAUSE TestAccRingfenceRuleBasicTCP === RUN TestAccSiteBasic --- PASS: TestAccSiteBasic (23.47s) === RUN TestAccSiteBasicAwsResolverWithoutSecret --- PASS: TestAccSiteBasicAwsResolverWithoutSecret (4.06s) === RUN TestAccSiteBasicAwsResolverresolveWithMasterCredentials --- PASS: TestAccSiteBasicAwsResolverresolveWithMasterCredentials (11.84s) === RUN TestAccSite55Attributes --- PASS: TestAccSite55Attributes (8.50s) === RUN TestAccSiteVPNRouteVia --- PASS: TestAccSiteVPNRouteVia (11.63s) === RUN TestAccSiteVPNRouteViaIpv4Only --- PASS: TestAccSiteVPNRouteViaIpv4Only (11.44s) === RUN TestAccSiteNameResolver6 --- PASS: TestAccSiteNameResolver6 (8.49s) === RUN TestAccTrustedCertificateBasic === PAUSE TestAccTrustedCertificateBasic === RUN TestAccUserClaimScriptBasic === PAUSE TestAccUserClaimScriptBasic === CONT TestAccAppgateAdministrativeRoleDataSource === CONT TestAccEntitlementUpdateActionOrder === CONT TestAccSamlIdentityProviderUserScripts55OrGreater === CONT TestAccPolicyClientSettings55 === CONT TestAccSamlIdentityProviderBasic55OrGreater === CONT TestAccPolicyBasic === CONT TestAccUserClaimScriptBasic === CONT TestAccSamlIdentityProviderBasic === CONT TestAccAdminMfaSettingsBasic === CONT TestAccTrustedCertificateBasic === CONT TestAccRadiusIdentityProviderBasic55OrGreater === CONT TestAccRingfenceRuleBasicTCP === CONT TestAccMfaProviderBasic === CONT TestAccEntitlementBasicWithMonitor === CONT TestAccRadiusIdentityProviderBasic === CONT TestAccRingfenceRuleBasicICMP === CONT TestAccLocalUserBasic === CONT TestAccIPPoolV6 === CONT TestAccIPPoolBasic === CONT TestAccLdapIdentityProviderBasic55OrGreater === CONT TestAccRadiusIdentityProviderBasic resource_appgate_identity_provider_radius_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 === CONT TestAccSamlIdentityProviderBasic resource_appgate_identity_provider_saml_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- SKIP: TestAccRadiusIdentityProviderBasic (1.65s) === CONT TestAccPolicyDnsSettings55 --- SKIP: TestAccSamlIdentityProviderBasic (1.77s) === CONT TestAccEntitlementBasicPing --- PASS: TestAccAppgateAdministrativeRoleDataSource (11.70s) === CONT TestAccEntitlementScriptBasic --- PASS: TestAccRingfenceRuleBasicICMP (12.42s) === CONT TestAccDeviceScriptBasic --- PASS: TestAccIPPoolBasic (12.73s) === CONT TestAccCriteriaScriptBasic --- PASS: TestAccPolicyBasic (12.77s) === CONT TestAccConditionFixedID --- PASS: TestAccAdminMfaSettingsBasic (13.07s) === CONT TestAccConditionBasic --- PASS: TestAccMfaProviderBasic (13.93s) === CONT TestAccBlacklistUserBasic --- PASS: TestAccIPPoolV6 (14.26s) === CONT TestAccApplianceLogForwarderElastic55 --- PASS: TestAccLocalUserBasic (14.30s) === CONT TestAccApplianceAdminInterfaceAddRemove --- PASS: TestAccRingfenceRuleBasicTCP (14.53s) === CONT TestAccAppliancePortalSetup6 --- PASS: TestAccTrustedCertificateBasic (14.75s) === CONT TestAccAppliancePortalSetup === CONT TestAccApplianceAdminInterfaceAddRemove resource_appgate_appliance_test.go:23: Test is only for 5.5 === CONT TestAccApplianceLogForwarderElastic55 resource_appgate_appliance_test.go:23: Test is only for 5.5 === CONT TestAccAppliancePortalSetup resource_appgate_appliance_test.go:2230: Test only for 5.5 and above, appliance.portal is only supported in 5.4 and above. --- SKIP: TestAccApplianceAdminInterfaceAddRemove (2.16s) === CONT TestAccApplianceBasicControllerOverriderSPADisabled --- SKIP: TestAccApplianceLogForwarderElastic55 (2.21s) === CONT TestAccApplianceBasicControllerWithoutOverrideSPA --- SKIP: TestAccAppliancePortalSetup (2.11s) === CONT TestAccApplianceBasicGateway --- PASS: TestAccSamlIdentityProviderBasic55OrGreater (17.65s) === CONT TestAccApplianceConnector === CONT TestAccApplianceBasicControllerWithoutOverrideSPA resource_appgate_appliance_test.go:23: Test is only for 5.5 === CONT TestAccApplianceBasicControllerOverriderSPADisabled resource_appgate_appliance_test.go:23: Test is only for 5.5 --- SKIP: TestAccApplianceBasicControllerWithoutOverrideSPA (1.54s) === CONT TestAccApplianceCustomizationBasic --- SKIP: TestAccApplianceBasicControllerOverriderSPADisabled (1.57s) === CONT TestAccadministrativeRoleWtihAssignFunction === CONT TestAccApplianceBasicGateway resource_appgate_appliance_test.go:23: Test is only for 5.5 --- PASS: TestAccLdapIdentityProviderBasic55OrGreater (18.13s) === CONT TestAccadministrativeMultiplePrivilegesValidation52 --- SKIP: TestAccApplianceBasicGateway (1.67s) === CONT TestAccadministrativeMultiplePrivilegesValidation === CONT TestAccApplianceConnector resource_appgate_appliance_test.go:23: Test is only for 5.5 --- PASS: TestAccEntitlementBasicPing (17.44s) === CONT TestAccadministrativeRoleWithScope --- PASS: TestAccRadiusIdentityProviderBasic55OrGreater (19.22s) === CONT TestAccadministrativeRoleBasic --- SKIP: TestAccApplianceConnector (1.96s) === CONT TestAccAppgateUserClaimScriptataSource === CONT TestAccadministrativeMultiplePrivilegesValidation52 resource_appgate_administrative_role_test.go:267: Test is only for 5.2, privileges.target OnBoardedDevice --- PASS: TestAccSamlIdentityProviderUserScripts55OrGreater (19.81s) === CONT TestAccAppgateTrustedCertificateDataSource --- SKIP: TestAccadministrativeMultiplePrivilegesValidation52 (2.01s) === CONT TestAccAppgateMfaProviderDataSource --- PASS: TestAccEntitlementScriptBasic (13.36s) === CONT TestAccAppgateApplianceCustomizationDataSource --- PASS: TestAccUserClaimScriptBasic (25.40s) === CONT TestAccLdapIdentityProviderBasic --- PASS: TestAccPolicyClientSettings55 (25.67s) === CONT TestAccLdapCertificateIdentityProvidervBasic55OrGreater --- PASS: TestAccBlacklistUserBasic (11.97s) === CONT TestAccLdapCertificateIdentityProvidervBasic --- PASS: TestAccDeviceScriptBasic (14.07s) === CONT TestAccGlobalSettings54ProfileHostname --- PASS: TestAccConditionFixedID (13.92s) === CONT TestAccEntitlementRiskSensitivity === CONT TestAccLdapIdentityProviderBasic resource_appgate_identity_provider_ldap_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 === CONT TestAccLdapCertificateIdentityProvidervBasic resource_appgate_identity_provider_ldap_certificate_test.go:26: Test only for 5.4 and below, on_boarding_two_factor.0.device_limit_per_user updated behaviour in > 5.5 --- PASS: TestAccConditionBasic (14.14s) === CONT TestAccEntitlementUpdateActionPortsSetOrder --- SKIP: TestAccLdapIdentityProviderBasic (1.84s) === CONT TestAccEntitlementUpdateActionHostOrder --- PASS: TestAccCriteriaScriptBasic (14.55s) --- SKIP: TestAccLdapCertificateIdentityProvidervBasic (1.53s) --- PASS: TestAccEntitlementBasicWithMonitor (27.87s) --- PASS: TestAccEntitlementUpdateActionOrder (30.40s) --- PASS: TestAccAppgateUserClaimScriptataSource (10.86s) --- PASS: TestAccAppgateMfaProviderDataSource (11.20s) --- PASS: TestAccAppgateTrustedCertificateDataSource (11.80s) --- PASS: TestAccadministrativeRoleBasic (13.09s) --- PASS: TestAccadministrativeMultiplePrivilegesValidation (13.88s) --- PASS: TestAccadministrativeRoleWithScope (14.59s) --- PASS: TestAccPolicyDnsSettings55 (32.17s) --- PASS: TestAccAppgateApplianceCustomizationDataSource (9.58s) --- PASS: TestAccGlobalSettings54ProfileHostname (8.68s) --- PASS: TestAccApplianceCustomizationBasic (17.79s) --- PASS: TestAccadministrativeRoleWtihAssignFunction (19.56s) --- PASS: TestAccLdapCertificateIdentityProvidervBasic55OrGreater (12.32s) --- PASS: TestAccEntitlementUpdateActionHostOrder (17.58s) --- PASS: TestAccEntitlementRiskSensitivity (18.23s) --- PASS: TestAccEntitlementUpdateActionPortsSetOrder (17.80s) --- PASS: TestAccAppliancePortalSetup6 (58.40s) PASS ok github.com/appgate/terraform-provider-appgatesdp/appgate 255.631s ```