URL: https://github.com/freeipa/freeipa/pull/6054 Author: stanislavlevin Title: #6054: ipatests: TestMultipleExternalCA: Create tempfiles on remote host Action: opened
PR body: """ Previously, `test_master_install_ca1` and `test_master_install_ca2` attempt to create tempdirs on local host and later write some content into the returned paths on remote host. This fails if a remote host is a local one.
The existent `create_temp_file` function has been extended to support `suffix` option of `mktemp`.
Fixes: https://pagure.io/freeipa/issue/9013 Signed-off-by: Stanislav Levin slev@altlinux.org """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6054/head:pr6054 git checkout pr6054
URL: https://github.com/freeipa/freeipa/pull/6054 Author: stanislavlevin Title: #6054: ipatests: TestMultipleExternalCA: Create tempfiles on remote host Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6054/head:pr6054 git checkout pr6054
freeipa-devel@lists.fedorahosted.org