提交孙姜月ui-administrator代码,其中create-user-001和create-001两个case存在定位问题。
This commit is contained in:
19
01-TestCase/tsg_ui/ui_ldap/Ldapcase.robot
Normal file
19
01-TestCase/tsg_ui/ui_ldap/Ldapcase.robot
Normal file
@@ -0,0 +1,19 @@
|
||||
*** 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 localhost 25 test ou=People,dc=bifang,dc=com uid 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
|
||||
|
||||
Reference in New Issue
Block a user