Skip to content

Commit

Permalink
Merge pull request #116 from coreycb/disable-watcher-tests
Browse files Browse the repository at this point in the history
Disable watcher tests until failures fixed
  • Loading branch information
freyes authored Sep 20, 2023
2 parents bbc35ae + 40f6599 commit f87c94e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/distro-regression/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,17 @@ tests_options:
- "manila_tempest_tests.tests.api.admin.test_share_snapshot_instances.ShareSnapshotInstancesTest.*"
- "manila_tempest_tests.tests.api.admin.test_share_types.ShareTypesAdminTest.*"
- "manila_tempest_tests.tests.api.admin.test_shares_actions.SharesActionsAdminTest.*"
- "watcher_tempest_plugin.tests.api"
- "watcher_tempest_plugin.tests.scenario.test_execute_host_maintenance"
- "watcher_tempest_plugin.tests.scenario.test_execute_vm_workload_consolidation"
# Note(coreycb): Disable watcher tests until all the failures can be debugged.
# - "watcher_tempest_plugin.tests.api"
# - "watcher_tempest_plugin.tests.scenario.test_execute_host_maintenance"
# - "watcher_tempest_plugin.tests.scenario.test_execute_vm_workload_consolidation"
exclude-list:
# Exclude the known failures due to issues with octavia/manila policy
- "manila_tempest_tests.tests.api.admin.test_share_networks.ShareNetworkAdminTest"
- "manila_tempest_tests.tests.api.test_share_networks.ShareNetworksTest"
- "octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest"
# Note(coreycb): Disable watcher tests until all the failures can be debugged.
- "watcher_tempest_plugin.*"
keystone_v3_smoke_focal_security:
smoke: True
include-list:
Expand Down

0 comments on commit f87c94e

Please sign in to comment.