#50651 Support running tests with python installer and perl tools
Closed: wontfix by vashirov. Opened by vashirov.

https://pagure.io/lib389/issue/88 introduced python installer, but it's coupled with the absence of perl tools:
https://pagure.io/389-ds-base/blob/c95f6cfb4b6c79cd95dc9270cb5fa71196aff6f6/f/src/lib389/lib389/init.py#_886-890

        # Time to create the instance and retrieve the effective sroot
        if (not self.ds_paths.perl_enabled or pyinstall):
            self._createPythonDirsrv(version)
        else:
            self._createDirsrv()

I'd like to have ability to run tests using python installer, but use perl tools where it's appropriate.


Metadata Update from @mreynolds:
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None
- Issue set to the milestone: 1.4.2

Metadata Update from @vashirov:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/3706

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

Metadata