From 36cf947244bcb981d31f523c34d3f23f99a00f8d Mon Sep 17 00:00:00 2001 From: Hemanth Nakkina Date: Wed, 11 Sep 2024 10:39:46 +0530 Subject: [PATCH] [tempest] Add watcher tempest tests to exclude Add watcher tempest tests to exclude that requires admin credentials. Change-Id: Ia59f6cc16e81d06a2c0040af346052308309bc5b --- .../tempest-k8s/src/utils/tempest_exclude_list.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charms/tempest-k8s/src/utils/tempest_exclude_list.txt b/charms/tempest-k8s/src/utils/tempest_exclude_list.txt index 17066ddc..bc918ab6 100644 --- a/charms/tempest-k8s/src/utils/tempest_exclude_list.txt +++ b/charms/tempest-k8s/src/utils/tempest_exclude_list.txt @@ -23,3 +23,15 @@ 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 +watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery +watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit +watcher_tempest_plugin.tests.api.admin.test_scoring_engine.TestShowListScoringEngine +watcher_tempest_plugin.tests.api.admin.test_action_plan.TestCreateDeleteExecuteActionPlan +watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit +watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction +watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan +watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate +watcher_tempest_plugin.tests.api.admin.test_audit_template.TestCreateDeleteAuditTemplate +watcher_tempest_plugin.tests.api.admin.test_goal.TestShowListGoal +watcher_tempest_plugin.tests.api.admin.test_strategy.TestShowListStrategy +watcher_tempest_plugin.tests.api.admin.test_service.TestShowListService