Skip to content

Commit d3cc5f3

Browse files
committed
[ci] Add heat tempest tests to autoscaling-tempest job
Autoscaling feature rely on heat working. Adding the heat-tempest-plugin would help to ensure this dependency is working as expected.
1 parent a0641a2 commit d3cc5f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/vars-autoscaling-tempest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ cifmw_test_operator_tempest_include_list: |
2727
^tempest.*\[.*\bsmoke\b.*\]
2828
telemetry_tempest_plugin.scenario
2929
telemetry_tempest_plugin.aodh
30+
^heat_tempest_plugin.*
3031
cifmw_test_operator_tempest_exclude_list: |
3132
telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest.test_autoscaling
33+
heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition
34+
heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest
35+
heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest
36+
heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest
37+
heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest
3238
external_plugin: "opendev.org/openstack/telemetry-tempest-plugin"
3339
change_item: "{{ zuul['items'] | selectattr('project.canonical_name', 'equalto', external_plugin) }}"
3440
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('/') } ] }}"

0 commit comments

Comments
 (0)