1c2c2ee tests: add xmlrpc test for ipa user-add --radius-username

1 file Authored by frenaud 5 years ago, Committed by cheimes 5 years ago,
    tests: add xmlrpc test for ipa user-add --radius-username
    
    Add a xmlrpc test for ipa user-add/user-mod --radius-username
    The command were previously failing because the objectclass
    ipatokenradiusproxyuser was not automatically added when the
    attribute ipatokenRadiusUserName was added to the entry.
    
    The test ensures that the command is now succeeding.
    
    Related to https://pagure.io/freeipa/issue/7569
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>