Searched refs:os_host (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | state.py | 461 os_host="", argument 495 if os_host == "": 558 os_host=os_host, 581 os_host="", argument 640 if os_host == "": 643 os_host = "" 886 if os_host == "": 908 os_host=os_host, 947 os_host="", argument 1004 os_host=os_host, [all …]
|
H A D | ffdc_cli_robot_script.py | 222 os_host = 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) 236 os_host, 250 def get_os_type(os_host, os_username, os_password): argument 254 if os.system("ping -c 1 " + os_host) == 0: 258 ssh_remoteclient = SSHRemoteclient(os_host, os_username, os_password)
|
H A D | bmc_ssh_utils.py | 104 os_host="", argument 133 if os_host == "": 134 os_host = BuiltIn().get_variable_value("${OS_HOST}", default="") 144 if not gv.valid_value(os_host): 151 open_connection_args = {"host": os_host, "alias": "os_connection"}
|
H A D | boot_data.py | 41 def create_boot_table(file_path=None, os_host=""): argument 88 if os_host == "":
|
H A D | obmc_boot_test.py | 54 os_host = BuiltIn().get_variable_value("${OS_HOST}", default="") variable 263 boot_table = create_boot_table(boot_table_path, os_host=os_host) 569 if os_host != "": 861 os_host,
|
H A D | ipmi_client.robot | 101 … [Arguments] ${command} ${fail_on_err}=${1} ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 107 # os_host The host name or IP address of the OS Host. 111 Login To OS Host ${os_host} ${os_username} ${os_password} 124 [Arguments] ${command} ${fail_on_err}=${1} ${os_host}=${OS_HOST} 131 # os_host The host name or IP address of the OS Host. 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} 162 # os_host The DNS name/IP of the OS host associated with our BMC. 171 ${ping_rc}= Run Keyword and Return Status Ping Host ${os_host} 173 SSHLibrary.Open connection ${os_host} 204 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 210 # os_host The DNS name or IP of the OS host associated with our 226 ... ${os_host} ${os_username} ${os_password}
|
H A D | utils.robot | 133 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 137 # ${os_host} IP address of the OS Host. 143 SSHLibrary.Open Connection ${os_host} 163 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 167 # os_host The host name or IP address of the OS. 182 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 186 # os_host The DNS name or IP of the OS.
|
H A D | os_utilities.robot | 40 [Arguments] ${os_host}=${OS_HOST} ${os_username}=${OS_USERNAME} 44 # os_host IP address of the OS Host. 49 Ping Host ${os_host} 50 SSHLibrary.Open Connection ${os_host} alias=${alias_name}
|
/openbmc/openbmc-test-automation/bin/ |
H A D | sol_utils.tcl | 32 os_host [list "The OS host name or IP address." "host"]\ 89 valid_value os_host 648 global os_host os_username os_password 650 lassign [get_host_name_ip $os_host 0] os_hostname short_host_name ip_address 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] 679 ip=$os_host$colon$gateway:$netmask:$os_hostname:net0:none nameserver=$dns\
|
/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 36 ${os_host} ${EMPTY} variable
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 335 os_host 692 os_host
|