Skip to content
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

Update tests to use standard conf dir #4709

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Update tests to use standard conf dir #4709

merged 1 commit into from
Mar 28, 2024

Commits on Mar 27, 2024

  1. Update tests to use standard conf dir

    Normally the Tomcat conf dir is located immediately under the
    instance dir. For PKI server, which is based on Tomcat, the
    location is /var/lib/pki/<instance>/conf.
    
    Depending on the deployment scenario the config files might be
    mounted from a different location (e.g. /etc/pki/<instance> on
    Fedora) and the standard conf dir will be just a link to the
    actual location.
    
    To ensure that the tests are valid for all deployment scenarios
    they have been updated to use the standard conf dir instead of
    the Fedora-specific one.
    edewata committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6c1de35 View commit details
    Browse the repository at this point in the history