Searched refs:os_username (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | state.py | 462 os_username="", argument 501 if os_username == "": 559 os_username=os_username, 582 os_username="", argument 645 if os_username == "": 647 if os_username is None: 648 os_username = "" 909 os_username=os_username, 948 os_username="", argument 1005 os_username=os_username, [all …]
|
H A D | ffdc_cli_robot_script.py | 225 os_username = 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) 237 os_username, 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 | 105 os_username="", argument 135 if os_username == "": 136 os_username = BuiltIn().get_variable_value( 146 if not gv.valid_value(os_username): 152 login_args = {"username": os_username, "password": os_password}
|
H A D | utils.robot | 133 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 138 # ${os_username} OS Host Login user name. 144 ${resp}= SSHLibrary.Login ${os_username} ${os_password} 163 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 168 # os_username The username to be used to sign in to the OS. 171 ${cmd_buf}= Run Keyword If '${os_username}' == 'root' 182 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 187 # os_username The username to be used to sign in to the OS. 194 ${cmd_buf}= Run Keyword If '${os_username}' == 'root'
|
H A D | ipmi_client.robot | 101 … [Arguments] ${command} ${fail_on_err}=${1} ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 108 # os_username The OS host user name. 111 Login To OS Host ${os_host} ${os_username} ${os_password} 125 ... ${os_username}=${OS_USERNAME} ${os_password}=${OS_PASSWORD} 132 # os_username The OS host user name. 137 ... Login To OS Host ${os_host} ${os_username} ${os_password}
|
H A D | common_utils.robot | 156 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 163 # os_username The username to be used to sign on to the OS host. 175 ${status} ${msg}= Run Keyword And Ignore Error SSHLibrary.Login ${os_username} 204 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 212 # os_username The username to be used to sign on to the OS host. 226 ... ${os_host} ${os_username} ${os_password}
|
H A D | os_utilities.robot | 40 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 45 # os_username OS Host Login user name. 51 SSHLibrary.Login ${os_username} ${os_password}
|
H A D | obmc_boot_test.py | 570 gv.valid_value(os_username) 864 os_username,
|
/openbmc/openbmc-test-automation/bin/ |
H A D | sol_utils.tcl | 33 os_username [list "The OS username." "username"]\ 90 valid_value os_username 265 global openbmc_host os_username os_password 274 send_wrap "${os_username}" 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] 654 [get_host_mac_address $os_host $os_username $os_password {} 0] 655 set name_servers [get_host_name_servers $os_host $os_username $os_password 0] 657 set domain [get_host_domain $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 37 ${os_username} root variable
|