Skip to content

Commit

Permalink
Add new heat_plugin section to tempest.conf
Browse files Browse the repository at this point in the history
The heat tepest tests have moved out of tempest proper into a plugin.
This updates the tempest.conf accordingly.
  • Loading branch information
Corey Bryant committed Oct 31, 2023
1 parent 014c4fa commit f1081a8
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,29 @@ port_security = true
{% endif %}

{% if 'heat' in enabled_services %}
[orchestration]
stack_owner_role = Admin
instance_type = m1.small
[heat_plugin]
keypair_name = testkey
username = demo
password = password
project_name = demoProject
user_domain_name = demoDomain
project_domain_name = demoDomain
admin_username = {{ admin_username }}
admin_password = {{ admin_password }}
admin_project_name = {{ admin_project_name }}
admin_user_domain_name = admin_domain
admin_project_domain_name = admin_domain
auth_url = {{ proto }}://{{ keystone }}:5000//v3
auth_version = 3
disable_ssl_certificate_validation = true
ca_file=/home/ubuntu/.cache/openstack-root-ca.crt
region = RegionOne
instance_type = m1.small
minimal_instance_type = m1.small
image_ref = {{ image_id }}
minimal_image_ref = {{ image_id }}
skip_functional_test_list = LoadBalancerv2Test,NotificationTest,UpdateStackTest.test_stack_update_with_replacing_userdata,CancelUpdateTest.test_cancel_update_server_with_port
skip_scenario_test_list = SoftwareConfigIntegrationTest,AutoscalingLoadBalancerTest,AutoscalingLoadBalancerv2Test,AodhAlarmTest,CfnInitIntegrationTest,BasicResourcesTest
{% endif %}

[oslo_concurrency]
Expand Down

0 comments on commit f1081a8

Please sign in to comment.