redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

Modify a way to obtain a file from IPA server #121

Closed mahavrila closed 1 year ago

mahavrila commented 1 year ago

To execute tests for kerberos user one need to have IPA server running. As a part of client system setup, the script generated on IPA server is executed on the client. This library tried to generate the script on IPA server using ssh + command and download the script from the server. However, it may be more convenient to to do this manually. This PR modify SCAutolib to check for presence of the script and try to generate it on the server only if it's not found on client machine.