|
16 | 16 | # - Group P11 : Events (4 endpoints) |
17 | 17 | # - GROUP P12 : GSI (4 endpoints) |
18 | 18 | # - Group P13 : AppEndpoints (16 endpoints) |
| 19 | +# - Group P14 : OIDC Providers (6 endpoints) |
| 20 | +# - Group P15 : Admin Users (6 endpoints) |
19 | 21 |
|
20 | 22 | # Some Params can be specified while running tests in the pipeline or locally by editing the file or passing them in the test configuration. |
21 | 23 | # - `server_version` : The server version for capella cluster to be deployed. DEFAULT = 7.6 |
@@ -112,6 +114,49 @@ Capella.RestAPIv4.AppEndpoints.app_endpoint_online.PostActivationStatus: |
112 | 114 | test_api_path,GROUP=P13;functional |
113 | 115 | test_authorization,GROUP=P13;security;S1 |
114 | 116 |
|
| 117 | +Capella.RestAPIv4.AppEndpoints.get_app_endpoint_o_i_d_c_providers.GetOidcProviders: |
| 118 | + test_api_path,GROUP=P14;functional |
| 119 | + test_authorization,GROUP=P14;security;S1 |
| 120 | +Capella.RestAPIv4.AppEndpoints.list_app_endpoint_o_i_d_c_providers.ListOidcProviders: |
| 121 | + test_api_path,GROUP=P14;functional |
| 122 | + test_authorization,GROUP=P14;security;S1 |
| 123 | +Capella.RestAPIv4.AppEndpoints.create_app_endpoint_o_i_d_c_providers.PostOidcProviders: |
| 124 | + test_api_path,GROUP=P14;functional |
| 125 | + test_authorization,GROUP=P14;security;S1 |
| 126 | + test_payload,GROUP=P14;functional |
| 127 | +Capella.RestAPIv4.AppEndpoints.update_app_endpoint_o_i_d_c_providers.PutOidcProviders: |
| 128 | + test_api_path,GROUP=P14;functional |
| 129 | + test_authorization,GROUP=P14;security;S1 |
| 130 | + test_payload,GROUP=P14;functional |
| 131 | +Capella.RestAPIv4.AppEndpoints.update_app_endpoint_o_i_d_c_default_providers.PutDefaultProvider: |
| 132 | + test_api_path,GROUP=P14;functional |
| 133 | + test_authorization,GROUP=P14;security;S1 |
| 134 | + test_payload,GROUP=P14;functional |
| 135 | +Capella.RestAPIv4.AppEndpoints.delete_app_endpoint_o_i_d_c_providers.DeleteOidcProviders: |
| 136 | + test_api_path,GROUP=P14;functional |
| 137 | + test_authorization,GROUP=P14;security;S1 |
| 138 | + |
| 139 | +Capella.RestAPIv4.AppService.get_app_service_admin_users.GetAdminUsers: |
| 140 | + test_api_path,GROUP=P15;functional |
| 141 | + test_authorization,GROUP=P15;security;S3 |
| 142 | +Capella.RestAPIv4.AppService.add_app_service_admin_users.PostAdminUsers: |
| 143 | + test_api_path,GROUP=P15;functional |
| 144 | + test_authorization,GROUP=P15;security;S3 |
| 145 | + test_payload,GROUP=P15;functional |
| 146 | +Capella.RestAPIv4.AppService.list_app_service_admin_users.ListAdminUsers: |
| 147 | + test_api_path,GROUP=P15;functional |
| 148 | + test_authorization,GROUP=P15;security;S3 |
| 149 | +Capella.RestAPIv4.AppService.list_app_endpoint_admin_users.ListAdminUsers: |
| 150 | + test_api_path,GROUP=P15;functional |
| 151 | + test_authorization,GROUP=P15;security;S3 |
| 152 | +Capella.RestAPIv4.AppService.update_app_service_admin_users.PutAdminUsers: |
| 153 | + test_api_path,GROUP=P15;functional |
| 154 | + test_authorization,GROUP=P15;security;S3 |
| 155 | + test_payload,GROUP=P15;functional |
| 156 | +Capella.RestAPIv4.AppService.delete_app_service_admin_users.DeleteAdminUsers: |
| 157 | + test_api_path,GROUP=P15;functional |
| 158 | + test_authorization,GROUP=P15;security;S3 |
| 159 | + |
115 | 160 | Capella.RestAPIv4.AppServicesAuditLogging.get_app_service_audit_log_states.GetAuditLog: |
116 | 161 | test_api_path,GROUP=P12;functional |
117 | 162 | test_authorization,GROUP=P12;security;S1 |
|
0 commit comments