-
- Downloads
Fix execution of client context tests.
When running the tests that can be executed either on server or client context, without defining 'ipa_context', the context is automatically identified. Currently, the tests in upstream CI run only on a server, and the context is identified as "server" context, and in order to run the test using a client context 'ipa_context' must be set to 'client'. This patch fixes all the client context tests by correctly setting ipa_context when running the client context tests in a server host.
Showing
- tests/server/test_server_client_context.yml 2 additions, 0 deletionstests/server/test_server_client_context.yml
- tests/service/test_service_client_context.yml 2 additions, 0 deletionstests/service/test_service_client_context.yml
- tests/sudocmd/test_sudocmd_client_context.yml 2 additions, 0 deletionstests/sudocmd/test_sudocmd_client_context.yml
- tests/sudocmdgroup/test_sudocmdgroup_client_context.yml 2 additions, 0 deletionstests/sudocmdgroup/test_sudocmdgroup_client_context.yml
- tests/sudorule/test_sudorule_client_context.yml 2 additions, 0 deletionstests/sudorule/test_sudorule_client_context.yml
- tests/trust/test_trust_client_context.yml 2 additions, 0 deletionstests/trust/test_trust_client_context.yml
- tests/user/test_user_client_context.yml 2 additions, 0 deletionstests/user/test_user_client_context.yml
Loading
Please register or sign in to comment