Skip to content

Commit

Permalink
Add tempest confirmation for octavia tests
Browse files Browse the repository at this point in the history
This sets new tempest config options for octavia, including the setting
of log_user_roles=False, which allows tests to avoid the optional
list_role_assignments call that was resulting in 403 Forbidden for all
octavia tests.
  • Loading branch information
Corey Bryant committed Nov 6, 2023
1 parent 4bffe6c commit 0fdf38f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ enable_security_groups = true
test_with_ipv6 = false
test_server_path = {{ workspace_path }}/test_server.bin
provider = amphora
octavia_svc_username = octavia
member_role = load-balancer_member
admin_role = Admin
RBAC_test_type = none
log_user_roles = False
{% endif %}

{%- if 'magnum' in enabled_services %}
Expand Down

0 comments on commit 0fdf38f

Please sign in to comment.