Ticket 49302 - fix dirsrv importst due to lib389 change
Bug Description: We previously relied on:
from lib389.utils import *
When we changed imports from utils to remove:
from lib389._constants import *
This broke the indirect import through utils *.
Fix Description: Add the correct requirements of
constants into ticket/suite tests.
https://pagure.io/389-ds-base/issue/49302
Author: wibrown
Review by: spichugi (Thank you so much!)