New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests: support subid ranges managed by FreeIPA #5755
Conversation
|
This awaits finalization of RedHatQE/shadow-utils#1 first. |
|
Hi @aborah-sudo, is this ready for review? |
yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes to be done but generally it seems good.
By the way, have you ported all the possible improvements that were done in the shadow-utils PR review?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your work.
|
@aborah-sudo, is this test executed in PR CI? |
the fixture "create_bkp_for_subid_files" will modify the /etc/nsswitch.conf file before every test function |
|
Ok, thanks. Looks much better. ACK. Please run latest version in idm-ci. I will leave this to @sgoveas for a final ACK. |
|
This PR is pass again in IDM-CI : |
? |
exit_status was catching some weird errors which is not related to this test at all: Check test run with empty list: https://ci-jenkins-csb-idmops.apps.ocp-c1.prod.psi.redhat.com/job/trigger-test-suite-tool/556/console ---- ['Could not chdir to home directory /home/admin: No such file or directory\n'] which not relevant and we need to check newuidmap relate errors which is not The error we are looking for is : "write to uid_map failed" that is the exact error now configured with the test script . And after puting the exact error which is not occurring at the run time . The test run in IDM CI passed With exact error code: https://ci-jenkins-csb-idmops.apps.ocp-c1.prod.psi.redhat.com/job/trigger-test-suite-tool/558/console
|
|
Frankly, I don't understand what |
|
@sgoveas IDMCI passed with this PR without external repo . Every thing is working as expected : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
issue: #5197
bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1803943