Skip to content

Commit e14421d

Browse files
committed
[zuul][tempest] Configure tempest job to run telemetry test
One telemetry test has been enabled. The telemetry_tempest_plugin.scenario.telemetry_integration_prometheus_gabbits test does not require any additional services to be enabled.
1 parent c08cf8d commit e14421d

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

zuul.d/projects.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,12 @@
2222
# instability.
2323
identity.v3_endpoint_type: public
2424
identity.v2_admin_endpoint_type: public
25+
service_available.ceilometer: true
2526
# NOTE(efoley): First step is to get ANY tempest jobs running to confirm a working config
2627
cifmw_tempest_tests_allowed: # need to see ciframwework roles that use these vars, to see how to enable telemetry
27-
- neutron_tempest_plugin.api
28-
- neutron_tempest_plugin.scenario
29-
# To check metadata with and without config drive
30-
- tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops
31-
cifmw_tempest_tests_skipped:
32-
# https://issues.redhat.com/browse/OSPRH-3099
33-
- test_list_pagination_page_reverse_with_href_links
34-
- test_list_pagination_with_href_links
35-
# https://review.opendev.org/892839
36-
- neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest
37-
# missing https://review.opendev.org/882818 in antelope
38-
- test_qos_dscp_create_and_update
39-
# Limit job runtime
40-
- NetworkSecGroupTest
28+
- telemetry_tempest_plugin.scenario.telemetry_integration_prometheus_gabbits
29+
cifmw_tempest_tests_skipped: []
30+
4131
- project:
4232
name: openstack-k8s-operators/telemetry-operator
4333
# templates:

0 commit comments

Comments
 (0)