Add tests to exclude list

Add following test cases to exclude list. Skipping due to
Invalid Credentials

neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest
tempest.api.identity.admin.v3.test_domains.DomainsTestJSON
tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON
tempest.api.identity.admin.v3.test_services.ServicesTestJSON
tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON

Change-Id: If0d3e707e0be89789c79d020c0bf5c307e3c25ed
This commit is contained in:
Hemanth Nakkina 2024-08-07 09:26:06 +05:30
parent ecce46fab7
commit 2934d6bd38
No known key found for this signature in database
GPG Key ID: 2E4970F7B143168E

View File

@ -5,6 +5,12 @@ tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_e
tempest.scenario.test_unified_limits.ImageQuotaTest
# Skip because of "Invalid Credentials" test accounts does not have admin credential
barbican_tempest_plugin.tests.api.test_secrets.SecretsTest
barbican_tempest_plugin.tests.api.test_containers.ContainersTest
barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest
barbican_tempest_plugin.tests.api.test_quotas.QuotasTest
barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest
barbican_tempest_plugin.tests.api.test_orders.OrdersTest
keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest
keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest
keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication
@ -12,9 +18,8 @@ keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTes
keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest
keystone_tempest_plugin.tests.scenario.test_oidc_federated_authentication.TestOidcFederatedAuthentication
keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication
barbican_tempest_plugin.tests.api.test_secrets.SecretsTest
barbican_tempest_plugin.tests.api.test_containers.ContainersTest
barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest
barbican_tempest_plugin.tests.api.test_quotas.QuotasTest
barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest
barbican_tempest_plugin.tests.api.test_orders.OrdersTest
neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest
tempest.api.identity.admin.v3.test_domains.DomainsTestJSON
tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON
tempest.api.identity.admin.v3.test_services.ServicesTestJSON
tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON