URL: https://github.com/freeipa/freeipa/pull/5938 Author: mrizwan93 Title: #5938: ipatests: Look for warning into stderr instead of stdout Action: opened
PR body: """ In https://github.com/freeipa/freeipa/pull/5855 was looking into stdout_text for warning instead of stderr_text, hence was failing for pki version > 10.11.0.
related: https://pagure.io/freeipa/issue/8890
Signed-off-by: Mohammad Rizwan myusuf@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5938/head:pr5938 git checkout pr5938