f803c2c ipatests: fix DNS forwarders setup for AD trust tests with non-root domains

Authored and Committed by sorlov 4 years ago
    ipatests: fix DNS forwarders setup for AD trust tests with non-root domains
    
    The tests are failing to establish trust with AD subdomain and tree domain
    controllers. This happens because IPA server needs to contact root domain
    controller to fetch domain-wide UPN suffixes but can not do it because we
    setup DNS forwarding only for the domains with which we try to establish
    trust.
    To establish trust with AD subdomain we now setup forwarder for root AD
    domain, and to establish trust with AD treedomain  -- two forwarders:
    one for root domain and another one for treedomain.
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>