8116a7b py3: test_kerberos_principal_aliases: fix code scope

Authored and Committed by mbasti 7 years ago
    py3: test_kerberos_principal_aliases: fix code scope
    
    In py3 the variable is valid only in the block where it is defined. We
    must move test definition to global scope.
    
    https://pagure.io/freeipa/issue/4985
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+2 -2