6da5cc3 ipatests: simplify fixture

1 file Authored by sorlov 3 years ago, Committed by rcritten 3 years ago,
    ipatests: simplify fixture
    
    Fixture enable_smb_client_dns_lookup_kdc had an unobvious structure
    "contextmanage inside pytest fixture". Replaced with simple pytest
    fixture.
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>