Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ci/vars-autoscaling-tempest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ cifmw_test_operator_tempest_include_list: |
^tempest.*\[.*\bsmoke\b.*\]
telemetry_tempest_plugin.scenario
telemetry_tempest_plugin.aodh
^heat_tempest_plugin.*
cifmw_test_operator_tempest_exclude_list: |
telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest.test_autoscaling
heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition
heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error for this is that the metric endpoint is not registered in keystone.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we try to fix this? Do we expect the metrics endpoint to be in keystone?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. "metric" endpoint means gnocchi.

heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest
heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest
heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest
external_plugin: "opendev.org/openstack/telemetry-tempest-plugin"
change_item: "{{ zuul['items'] | selectattr('project.canonical_name', 'equalto', external_plugin) }}"
cifmw_test_operator_tempest_external_plugin: "{{ [] if change_item | length < 1 else [ { 'repository': 'https://' + external_plugin + '.git', 'changeRepository': 'https://review' + external_plugin, 'changeRefspec': [ 'refs/changes', change_item[0].change[-2:], change_item[0].change, change_item[0].patchset ] | join('/') } ] }}"