Skip to content
Snippets Groups Projects
Commit ea759395 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4939 OZG-5045 Replace alfa name with administration

parent f09dfca1
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@
suite: Keycloak User crd
release:
name: alfa
name: administration
namespace: by-helm-test
templates:
- templates/keycloak_user_crd.yaml
......@@ -132,8 +132,8 @@ tests:
last_name: Doe
email: dorothea@ozg-sh.de
client_roles:
- name: alfa
role: VERWALTUNG_USER
- name: administration
role: ROLE_A
asserts:
- equal:
path: spec.keep_after_delete
......@@ -157,8 +157,8 @@ tests:
- contains:
path: spec.keycloak_user.client_roles
content:
name: alfa
role: VERWALTUNG_USER
name: administration
role: ROLE_A
- it: should have Keycloak User with realm role
set:
......@@ -424,10 +424,10 @@ tests:
realm_roles:
- "offline_access"
client_roles:
- name: alfa
role: VERWALTUNG_USER
- name: administration
role: ROLE_A
groups:
- Bauamt
- GroupA
asserts:
- hasDocuments:
count: 2
......@@ -485,13 +485,13 @@ tests:
- contains:
path: spec.keycloak_user.groups
content:
Bauamt
GroupA
documentIndex: 1
- contains:
path: spec.keycloak_user.client_roles
content:
name: alfa
role: VERWALTUNG_USER
name: administration
role: ROLE_A
documentIndex: 1
- contains:
path: spec.keycloak_user.realm_roles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment