blob: c830407275e45b7c8ec2144f7a644dba7fa32752 [file] [log] [blame]
Sushma M M87a5b2d2020-07-31 00:58:48 -05001*** Settings ***
2
3Documentation Test OpenBMC GUI "Local user management" sub-menu of "Access control".
4
5Resource ../../lib/resource.robot
6
7Suite Setup Launch Browser And Login GUI
8Suite Teardown Close Browser
9Test Setup Test Setup Execution
10
11
12*** Variables ***
Sushma M M26302992020-08-31 01:15:26 -050013${xpath_local_user_management_heading } //h1[text()="Local user management"]
14${xpath_select_user} //input[contains(@class,"custom-control-input")]
15${xpath_account_policy} //button[contains(text(),'Account policy settings')]
16${xpath_add_user} //button[contains(text(),'Add user')]
17${xpath_edit_user} //button[@aria-label="Edit user"]
18${xpath_delete_user} //button[@aria-label="Delete user"]
manashsarmac67f2262020-09-24 08:16:08 -050019${xpath_account_status_enabled_button} //*[@data-test-id='localUserManagement-radioButton-statusEnabled']
20${xpath_account_status_disabled_button} //*[@data-test-id='localUserManagement-radioButton-statusDisabled']
21${xpath_username_input_button} //*[@data-test-id='localUserManagement-input-username']
22${xpath_privilege_list_button} //*[@data-test-id='localUserManagement-select-privilege']
23${xpath_password_input_button} //*[@data-test-id='localUserManagement-input-password']
24${xpath_password_confirm_button} //*[@data-test-id='localUserManagement-input-passwordConfirmation']
25${xpath_cancel_button} //*[@data-test-id='localUserManagement-button-cancel']
26${xpath_submit_button} //*[@data-test-id='localUserManagement-button-submit']
27${xpath_add_user_heading} //h5[contains(text(),'Add user')]
manashsarma66f03842020-09-23 08:52:38 -050028${xpath_policy_settings_header} //*[text()="Account policy settings"]
29${xpath_auto_unlock} //*[@data-test-id='localUserManagement-radio-automaticUnlock']
30${xpath_manual_unlock} //*[@data-test-id='localUserManagement-radio-manualUnlock']
31${xpath_max_failed_login} //*[@data-test-id='localUserManagement-input-lockoutThreshold']
manashsarmacc35bad2020-09-30 04:19:01 -050032${test_user_password} TestPwd1
Sushma M M87a5b2d2020-07-31 00:58:48 -050033
34*** Test Cases ***
35
Sushma M M26302992020-08-31 01:15:26 -050036Verify Navigation To Local User Management Page
37 [Documentation] Verify navigation to local user management page.
38 [Tags] Verify_Navigation_To_Local_User_Management_Page
39
40 Page Should Contain Element ${xpath_local_user_management_heading}
41
42
Sushma M M87a5b2d2020-07-31 00:58:48 -050043Verify Existence Of All Sections In Local User Management Page
44 [Documentation] Verify existence of all sections in local user management page.
45 [Tags] Verify_Existence_Of_All_Sections_In_Local_User_Management_Page
46
47 Page should contain View privilege role descriptions
48
49
50Verify Existence Of All Input Boxes In Local User Management Page
51 [Documentation] Verify existence of all sections in Manage Power Usage page.
52 [Tags] Verify_Existence_Of_All_Input_Boxes_In_Local_User_Management_Page
53
54 Page Should Contain Checkbox ${xpath_select_user}
55
56
57Verify Existence Of All Buttons In Local User Management Page
58 [Documentation] Verify existence of all buttons in local user management page.
59 [Tags] Verify_Existence_Of_All_Buttons_In_Local_User_Management_Page
60
61 Page should contain Button ${xpath_account_policy}
62 Page should contain Button ${xpath_add_user}
63 Page Should Contain Button ${xpath_edit_user}
64 Page Should Contain Button ${xpath_delete_user}
65
66
manashsarmac67f2262020-09-24 08:16:08 -050067Verify Existence Of All Button And Fields In Add User
68 [Documentation] Verify existence of all buttons and fields in add user page.
69 [Tags] Verify_Existence_Of_All_Button_And_Fields_In_Add_User
manashsarma9d67d262020-10-15 11:20:48 -050070 [Teardown] Click Element ${xpath_cancel_button}
manashsarmac67f2262020-09-24 08:16:08 -050071
72 Click Element ${xpath_add_user}
73 Wait Until Page Contains Element ${xpath_add_user_heading}
74 Page Should Contain Element ${xpath_account_status_enabled_button}
75 Page Should Contain Element ${xpath_account_status_disabled_button}
76 Page Should Contain Element ${xpath_username_input_button}
77 Page Should Contain Element ${xpath_privilege_list_button}
78 Page Should Contain Element ${xpath_password_input_button}
79 Page Should Contain Element ${xpath_password_confirm_button}
80 Page Should Contain Element ${xpath_cancel_button}
81 Page Should Contain Element ${xpath_submit_button}
82
manashsarma66f03842020-09-23 08:52:38 -050083
84Verify Existence Of All Buttons And Fields In Account Policy Settings
85 [Documentation] Verify existence of all buttons and fields in account policy settings page.
86 [Tags] Verify_Existence_Of_All_Buttons_And_Fields_In_Account_Policy_Settings
manashsarma5c4a7d12020-10-21 05:21:37 -050087 [Teardown] Click Element ${xpath_cancel_button}
manashsarma66f03842020-09-23 08:52:38 -050088
89 Click Element ${xpath_account_policy}
manashsarma5c4a7d12020-10-21 05:21:37 -050090 Wait Until Page Contains Element ${xpath_policy_settings_header}
manashsarma66f03842020-09-23 08:52:38 -050091 Page Should Contain Element ${xpath_auto_unlock}
92 Page Should Contain Element ${xpath_manual_unlock}
93 Page Should Contain Element ${xpath_max_failed_login}
94 Page Should Contain Element ${xpath_submit_button}
95 Page Should Contain Element ${xpath_cancel_button}
96
manashsarma95777412020-09-28 09:52:41 -050097
manashsarmada29e552020-10-04 12:34:01 -050098Verify User Access Privilege
99 [Documentation] Create a new user with a priviledge and verify that user is created.
100 [Tags] Verify_User_Access_Privilege
101 [Template] Create User And Verify
102
103 # username privilege_level
104 admin_user Administrator
105 operator_user Operator
106 readonly_user ReadOnly
107 noaccess_user NoAccess
108
109*** Keywords ***
110
111Create User And Verify
112 [Documentation] Create a user with given user name and privilege and verify that the
113 ... user is created successfully via GUI and Redfish.
114 [Teardown] Redfish.Delete /redfish/v1/AccountService/Accounts/${user_name}
115 [Arguments] ${user_name} ${user_privilege}
116
117 # Description of argument(s):
118 # user_name The name of the user to be created (e.g. "test", "robert", etc.).
119 # user_privilege Privilege of the user.
manashsarma95777412020-09-28 09:52:41 -0500120
121 Click Element ${xpath_add_user}
122 Wait Until Page Contains Element ${xpath_add_user_heading}
123
124 # Input username, password and privilege.
manashsarmada29e552020-10-04 12:34:01 -0500125 Input Text ${xpath_username_input_button} ${user_name}
126 Select From List by Value ${xpath_privilege_list_button} ${user_privilege}
manashsarma95777412020-09-28 09:52:41 -0500127
manashsarmacc35bad2020-09-30 04:19:01 -0500128 Input Text ${xpath_password_input_button} ${test_user_password}
manashsarma95777412020-09-28 09:52:41 -0500129
manashsarmacc35bad2020-09-30 04:19:01 -0500130 Input Text ${xpath_password_confirm_button} ${test_user_password}
manashsarma95777412020-09-28 09:52:41 -0500131
132 # Submit.
133 Click Element ${xpath_submit_button}
134
135 # Refresh page and check new user is available.
136 Wait Until Page Contains Element ${xpath_add_user}
137 Click Element ${xpath_refresh_button}
manashsarmada29e552020-10-04 12:34:01 -0500138 Wait Until Page Contains ${user_name} timeout=15
manashsarma95777412020-09-28 09:52:41 -0500139
140 # Cross check the privilege of newly added user via Redfish.
141 ${user_priv_redfish}= Redfish_Utils.Get Attribute
manashsarmada29e552020-10-04 12:34:01 -0500142 ... /redfish/v1/AccountService/Accounts/${user_name} RoleId
143 Should Be Equal ${user_privilege} ${user_priv_redfish}
Sushma M M87a5b2d2020-07-31 00:58:48 -0500144
145Test Setup Execution
146 [Documentation] Do test case setup tasks.
147
148 # Navigate to https://xx.xx.xx.xx/#/access-control/local-user-management Local users page.
149
150 Click Element ${xpath_access_control_menu}
151 Click Element ${xpath_local_user_management_sub_menu}
manashsarmada29e552020-10-04 12:34:01 -0500152 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain local-user-managemen