Searched refs:os_password (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | state.py | 463 os_password="", argument 507 if os_password == "": 508 os_password = BuiltIn().get_variable_value("${OS_PASSWORD}") 509 error_message = gv.valid_value(os_password, invalid_values=[None, ""]) 560 os_password=os_password, 583 os_password="", argument 650 if os_password == "": 651 os_password = BuiltIn().get_variable_value("${OS_PASSWORD}") 652 if os_password is None: 653 os_password = "" [all …]
|
H A D | ffdc_cli_robot_script.py | 228 os_password = robotBuildIn().get_variable_value( 232 if os_host and os_username and os_password: 233 os_type = get_os_type(os_host, os_username, os_password) 238 os_password, 250 def get_os_type(os_host, os_username, os_password): argument 258 ssh_remoteclient = SSHRemoteclient(os_host, os_username, os_password)
|
H A D | bmc_ssh_utils.py | 106 os_password="", argument 139 if os_password == "": 140 os_password = BuiltIn().get_variable_value( 148 if not gv.valid_value(os_password): 152 login_args = {"username": os_username, "password": os_password}
|
H A D | utils.robot | 134 ... ${os_password}=${OS_PASSWORD} 139 # ${os_password} OS Host Login passwrd. 144 ${resp}= SSHLibrary.Login ${os_username} ${os_password} 164 ... ${os_password}=${OS_PASSWORD} 169 # os_password The password to be used to sign in to the OS. 174 ... Set Variable echo ${os_password} | sudo -S reboot 183 ... ${os_password}=${OS_PASSWORD} ${hard}=${0} 188 # os_password The password to be used to sign in to the OS. 197 ... Set Variable echo ${os_password} | sudo -S shutdown${time_string}
|
H A D | ipmi_client.robot | 102 ... ${os_password}=${OS_PASSWORD} 109 # os_password The OS host passwrd. 111 Login To OS Host ${os_host} ${os_username} ${os_password} 125 ... ${os_username}=${OS_USERNAME} ${os_password}=${OS_PASSWORD} 133 # os_password The OS host passwrd. 137 ... Login To OS Host ${os_host} ${os_username} ${os_password}
|
H A D | common_utils.robot | 157 ... ${os_password}=${OS_PASSWORD} ${quiet}=${QUIET} 164 # os_password The password to be used to sign on to the OS host. 176 ... ${os_password} 205 ... ${os_password}=${OS_PASSWORD} ${timeout}=${OS_WAIT_TIMEOUT} 213 # os_password The password to be used to sign on to the OS host. 226 ... ${os_host} ${os_username} ${os_password}
|
H A D | os_utilities.robot | 41 ... ${os_password}=${OS_PASSWORD} 46 # os_password OS Host Login passwrd. 51 SSHLibrary.Login ${os_username} ${os_password}
|
H A D | obmc_boot_test.py | 571 gv.valid_value(os_password) 865 os_password,
|
/openbmc/openbmc-test-automation/bin/ |
H A D | sol_utils.tcl | 34 os_password [list "The OS password." "password"]\ 91 valid_password os_password 265 global openbmc_host os_username os_password 282 send_wrap "${os_password}" 606 global os_password 618 send_wrap "$os_password" 622 send_wrap "$os_password" 648 global os_host os_username os_password 651 set netmask [get_host_netmask $os_host $os_username $os_password {} 0] 652 set gateway [get_host_gateway $os_host $os_username $os_password 0] [all …]
|
/openbmc/openbmc-test-automation/extended/ |
H A D | obmc_boot_test_resource.robot | 17 ... ipmi_password os_host os_username os_password pdu_host pdu_username 38 ${os_password} P@ssw0rd variable
|