Lines Matching refs:Get

23     ${active_channel_config}=  Get Active Channel Config
41 ${active_channel_config}= Get Active Channel Config
54 Get BMC IP Info
55 [Documentation] Get system IP address and prefix length.
58 # Get system IP address and prefix length details using "ip addr"
64 ${active_channel_config}= Get Active Channel Config
69 # Get line having IP address details.
70 ${lines}= Get Lines Containing String ${cmd_output} inet
77 # Get all IP addresses and prefix lengths on system.
80 ${ip_n_prefix}= Get From List ${if_info} 1
86 Get BMC Route Info
87 [Documentation] Get system route info.
101 Get BMC MAC Address
102 [Documentation] Get system MAC address.
108 ${active_channel_config}= Get Active Channel Config
123 Get BMC MAC Address List
124 [Documentation] Get system MAC address
146 Get BMC Hostname
147 [Documentation] Get BMC hostname.
156 Get FW_Env MAC Address
157 [Documentation] Get FW_Env MAC address.
162 ${active_channel_config}= Get Active Channel Config
179 Get List Of IP Address Via REST
180 [Documentation] Get list of IP address via REST.
233 ${ip_data}= Get BMC IP Info
237 Get First Non Pingable IP From Subnet
246 ${host_name} ${ip_addr}= Get Host Name IP ${host}
255 ${network_part}= Get From List ${split_ip} 0
274 ${system_mac}= Get BMC MAC Address
288 ${fw_env_addr}= Get FW_Env MAC Address
310 ${invalid_mac_byte} = Get Regexp Matches ${user_mac_list}[${mac_byte}] [^A-Za-z0-9]+
313 ${user_mac_len} = Get Length ${user_mac_list}
334 ${user_mac_addr_byte}= Get Slice From List ${user_mac_addr_int} 0 2
355 ${active_channel_config}= Get Active Channel Config
370 # Get IP address details on BMC using IP command.
371 @{ip_data}= Get BMC IP Info
383 ${route_info}= Get BMC Route Info
394 Get BMC DNS Info
395 [Documentation] Get system DNS info.
408 CLI Get Nameservers
409 [Documentation] Get the nameserver IPs from /etc/resolv.conf and return as a list.
421 CLI Get and Verify Name Servers
422 …[Documentation] Get and Verify the nameserver IPs from /etc/resolv.conf and compare with redfis…
429 ${cli_nameservers}= CLI Get Nameservers
437 Get Network Configuration
438 [Documentation] Get network configuration.
472 ${active_channel_config}= Get Active Channel Config
473 ${resp}= Redfish.Get
476 @{network_configurations}= Get From Dictionary ${resp.dict} IPv4StaticAddresses
499 ${network_configurations}= Get Network Configuration
500 ${num_entries}= Get Length ${network_configurations}
514 ${active_channel_config}= Get Active Channel Config
543 @{network_configurations}= Get Network Configuration
557 ${active_channel_config}= Get Active Channel Config
579 @{network_configurations}= Get Network Configuration
580 ${ip_data}= Get BMC IP Info
655 Get BMC Default Gateway
656 [Documentation] Get system default gateway.
658 ${route_info}= Get BMC Route Info
660 ${lines}= Get Lines Containing String ${route_info} default via
662 ${active_channel_config}= Get Active Channel Config
666 ${default_gw_line}= Get Lines Containing String ${lines} ${ethernet_interface}
689 ${sys_hostname}= Get BMC Hostname
693 Get Channel Number For All Interface
696 ${valid_channel_number_interface_names}= Get Channel Config
702 Get Valid Channel Number
703 [Documentation] Get Valid Channel Number.
718 Get Invalid Channel Number List
719 [Documentation] Get Invalid Channel and return as list.
721 ${available_channels}= Get Channel Number For All Interface
722 # Get the channel which medium_type as 'reserved' and append it to a list.
733 Get Channel Number For Valid Ethernet Interface
734 [Documentation] Get channel number for all ethernet interface.
752 Get Current Channel Name List
753 [Documentation] Get Current Channel name and append it to active channel list.
768 Get Active Ethernet Channel List
769 [Documentation] Get Available channels from channel_config.json file and return as list.
772 ${valid_channel_number_interface_names}= Get Channel Number For All Interface
774 …${valid_channel_number_interface_name}= Get Valid Channel Number ${valid_channel_number_interfac…
776 ${channel_number_list}= Get Channel Number For Valid Ethernet Interface
780 ${channel_number_list}= Get Current Channel Name List
805 @{network_configurations}= Get Network Configuration
819 ${active_channel_config}= Get Active Channel Config
832 Get IPv4 DHCP Enabled Status
839 ${active_channel_config}= Get Active Channel Config
841 ${resp}= Redfish.Get Attribute ${REDFISH_NW_ETH_IFACE}${ethernet_interface} DHCPv4
844 Get DHCP IP Info
847 ${active_channel_config}= Get Active Channel Config
849 … ${resp_list}= Redfish.Get Attribute ${REDFISH_NW_ETH_IFACE}${ethernet_interface} IPv4Addresses
864 ${active_channel_config}= Get Active Channel Config
867 ${original_nameservers}= Redfish.Get Attribute
882 ${nameservers}= CLI Get Nameservers
899 ${active_channel_config}= Get Active Channel Config
915 CLI Get and Verify Name Servers ${static_name_servers} ${valid_status_codes}