This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/02-Keyword/tsg_ui/ldap/Ldappages.robot

28 lines
722 B
Plaintext
Raw Normal View History

*** Settings ***
Library Selenium2Library
Resource Ldap.robot
Resource ../Menu.robot
Library Collections
*** Keywords ***
CreatePage
[Arguments] ${name} ${host} ${port} ${username} ${usermapperprefix} ${usermappersuffix} ${password}
Menu administartion LDAP Server
sleep 3
Ldap.CreateButton
Ldap.Create-Name ${name}
Ldap.Create-Host ${host}
Ldap.Create-Port ${port}
Ldap.Create-Username ${username}
Ldap.Create-Usermapperprefix ${usermapperprefix}
Ldap.Create-Usermappersuffix ${usermappersuffix}
Ldap.Create-Password ${password}
Ldap.Create-Testconnection