URL: https://github.com/freeipa/freeipa/pull/4471
Author: rcritten
Title: #4471: [Backport][ipa-4-86 Test to check if Certmonger tracks certs in between reboots/interruptions ack
Action: opened
PR body:
"""
This PR was opened as a manual cherry-pick of PR #4373 which was pushed to master and backport to ipa-4-6 is required.
Rebased ipatests/pytest_ipa/integration/tasks.py
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4471/head:pr4471
git checkout pr4471
URL: https://github.com/freeipa/freeipa/pull/4299
Author: miskopo
Title: #4299: Test for output being indented by default.
Action: opened
PR body:
"""
Test checks whether beginnings of at least some lines start with
whitespaces.
Automates: 02272ff39d76f1412483c5e3289564c93d196a03
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4299/head:pr4299
git checkout pr4299
URL: https://github.com/freeipa/freeipa/pull/3924
Author: wladich
Title: #3924: ipatests: add test for sssd behavior with disabled trustdomains
Action: opened
PR body:
"""
When a trusted subdomain is disabled in ipa, users from this domain should not be able to access resources ipa resources.
Related to: https://pagure.io/SSSD/sssd/issue/4078
This PR also adds
* utility function for getting sssd version on remore host
* a context manager for declaring part of test as xfail
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3924/head:pr3924
git checkout pr3924
URL: https://github.com/freeipa/freeipa/pull/4315
Author: mrizwan93
Title: #4315: ipatests:Test if proper error thrown when AD user tries to run IPA commands
Action: opened
PR body:
"""
Before fix the error used to implies that the ipa setup is broken.
Fix is to throw the proper error. This test is to check that the
error with 'Invalid credentials' thrown when AD user tries to run
IPA commands.
related: https://pagure.io/freeipa/issue/8163
Signed-off-by: Mohammad Rizwan Yusuf <myusuf(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4315/head:pr4315
git checkout pr4315