20 lines
613 B
Plaintext
20 lines
613 B
Plaintext
*** Settings ***
|
|
Force Tags tsg-ui accounts
|
|
Resource ../../../02-Keyword/tsg_ui/ldap/Ldappages.robot
|
|
Library OperatingSystem
|
|
Resource ../../../02-Keyword/tsg_ui/ldap/Ldap.robot
|
|
|
|
*** Test Cases ***
|
|
create-user-001
|
|
#界面
|
|
#Ui-login
|
|
#新建
|
|
CreatePage test 192.168.40.130 389 cn=root,dc=bifang,dc=com uid ou=dev,dc=bifang,dc=com 111111
|
|
|
|
create-user-002
|
|
#界面
|
|
#Ui-login
|
|
#新建
|
|
CreatePage lucy 192.168.40.204 389 cn=root,dc=bifang,dc=com ou=People,dc=bifang,dc=com uid 11221
|
|
|