URL: https://github.com/freeipa/freeipa/pull/1378
Author: ndehadrai
Title: #1378: test_server_del: Added automation for bugzilla bz1506188.
Action: opened
PR body:
"""
Patch1:
1) Added automation for verification steps for bz1506188.
2) The code setusp up IPA-Master/ Replica and then checks for
deletion of Replica using 'ipa server-del' command.
3) It also checks for verification of 'ipa dnsserver-find' command
output once the replica server details are removed.
Patch2:
1) Removed unsed assert statement inside code.
2) Realigned code for doc-string information within
80 character limit length.
Signed-off-by: Nikhil Dehadrai <ndehadra(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1378/head:pr1378
git checkout pr1378
URL: https://github.com/freeipa/freeipa/pull/1430
Author: pilou-
Title: #1430: Avoid to use non existent attributes
Action: opened
PR body:
"""
Closes: https://pagure.io/freeipa/issue/7345
2nd commit: about `path` used by `ServerInfo._read` and `ServerInfo._write`, I am not sure what value could be used here (with this patch both methods do nothing). Should the domain be used there (for example: `~/.cache/ipa/servers/ipa.test`) or network location extracted from `ipalib.request.context.request_url` ?
Related: 3f6411a49c49da7013341ff8feae3a63e75e0fbf.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1430/head:pr1430
git checkout pr1430
URL: https://github.com/freeipa/freeipa/pull/1460
Author: mrizwan93
Title: #1460: test to check if recommended replication agreement exceeds
Action: opened
PR body:
"""
Maximum recommended number of agreements per replica is 4.
This test checks if number of agreement exceeds the recommendation,
warning should be given to the user
related ticket : https://pagure.io/freeipa/issue/6533
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1460/head:pr1460
git checkout pr1460
URL: https://github.com/freeipa/freeipa/pull/1650
Author: akokshar
Title: #1650: Remove unnecessary code form test_backup_restore
Action: opened
PR body:
"""
Check_admin_in_cli can keep only data necessary to vefiry
command result.
The other thing this code is not fully correct is that it
is breacking 'command' abstraction by setting property value
controlled by the 'command' object itself. The class instance
have to be as much independant and self-sufficient as
possible.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1650/head:pr1650
git checkout pr1650
URL: https://github.com/freeipa/freeipa/pull/1809
Author: menonsudhir
Title: #1809: Fixes for test_server_del failures.
Action: opened
PR body:
"""
Fixes for test_server_del failures.
Modified assert text for the failures seen in TC
Signed-off-by: Sudhir Menon <sumenon(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1809/head:pr1809
git checkout pr1809
URL: https://github.com/freeipa/freeipa/pull/1929
Author: Rezney
Title: #1929: [Backport][ipa-4-6] ui_tests: improve "field_validation" method
Action: opened
PR body:
"""
This PR was opened automatically because PR #1920 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1929/head:pr1929
git checkout pr1929
URL: https://github.com/freeipa/freeipa/pull/1928
Author: Rezney
Title: #1928: [Backport][ipa-4-6] ui_tests: checkbox click fix
Action: opened
PR body:
"""
This PR was opened automatically because PR #1919 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1928/head:pr1928
git checkout pr1928
URL: https://github.com/freeipa/freeipa/pull/1930
Author: flo-renaud
Title: #1930: [Backport][ipa-4-5] Don't try to backup CS.cfg during upgrade if CA is not configured
Action: opened
PR body:
"""
This is a manual backport of PR #1637 to ipa-4-5
https://pagure.io/freeipa/issue/7409
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1930/head:pr1930
git checkout pr1930
URL: https://github.com/freeipa/freeipa/pull/1920
Author: Rezney
Title: #1920: ui_tests: improve "field_validation" method
Action: opened
PR body:
"""
Often when trying to check e.g. required field we pass the method another element as parent in order to narrow down a scope for validation. This way we can just pass "field" name to make the process easier.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1920/head:pr1920
git checkout pr1920
URL: https://github.com/freeipa/freeipa/pull/1919
Author: Rezney
Title: #1919: ui_tests: checkbox click fix
Action: opened
PR body:
"""
We check a box with clicking on label by default however sometimes when a label is too short
(1-2 letters) we are hitting an issue that the checkbox obscures the label.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1919/head:pr1919
git checkout pr1919