Home
last modified time | relevance | path

Searched refs:os_username (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dstate.py460 os_username="", argument
499 if os_username == "":
557 os_username=os_username,
580 os_username="", argument
643 if os_username == "":
645 if os_username is None:
646 os_username = ""
907 os_username=os_username,
946 os_username="", argument
1003 os_username=os_username,
[all …]
H A Dffdc_cli_robot_script.py225 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 Dbmc_ssh_utils.py105 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 Dutils.robot133 [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 Dipmi_client.robot101 … [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 Dcommon_utils.robot156 [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 Dos_utilities.robot40 [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 Dobmc_boot_test.py568 gv.valid_value(os_username)
862 os_username,
/openbmc/openbmc-test-automation/bin/
H A Dsol_utils.tcl33 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 Dobmc_boot_test_resource.robot17 ... ipmi_password os_host os_username os_password pdu_host pdu_username
37 ${os_username} root variable