Lines Matching full:get
26 ${active_channel_config}= Get Active Channel Config
45 ${active_channel_config}= Get Active Channel Config
58 Get BMC IP Info
59 [Documentation] Get system IP address and prefix length.
62 # Get system IP address and prefix length details using "ip addr"
68 ${active_channel_config}= Get Active Channel Config
73 # Get line having IP address details.
74 ${lines}= Get Lines Containing String ${cmd_output} inet
81 # Get all IP addresses and prefix lengths on system.
84 ${ip_n_prefix}= Get From List ${if_info} 1
90 Get BMC Route Info
91 [Documentation] Get system route info.
103 Get BMC MAC Address
104 [Documentation] Get system MAC address.
109 ${active_channel_config}= Get Active Channel Config
124 Get BMC MAC Address List
125 [Documentation] Get system MAC address
147 Get BMC Hostname
148 [Documentation] Get BMC hostname.
157 Get FW_Env MAC Address
158 [Documentation] Get FW_Env MAC address.
163 ${active_channel_config}= Get Active Channel Config
180 Get List Of IP Address Via REST
181 [Documentation] Get list of IP address via REST.
236 ${ip_data}= Get BMC IP Info
240 Get First Non Pingable IP From Subnet
249 ${host_name} ${ip_addr}= Get Host Name IP ${host}
258 ${network_part}= Get From List ${split_ip} 0
277 ${system_mac}= Get BMC MAC Address
291 ${fw_env_addr}= Get FW_Env MAC Address
313 ${invalid_mac_byte} = Get Regexp Matches ${user_mac_list}[${mac_byte}] [^A-Za-z0-9]+
316 ${user_mac_len} = Get Length ${user_mac_list}
338 ${user_mac_addr_byte}= Get Slice From List ${user_mac_addr_int} 0 2
362 ${active_channel_config}= Get Active Channel Config
377 # Get IP address details on BMC using IP command.
378 @{ip_data}= Get BMC IP Info
390 ${route_info}= Get BMC Route Info
401 Get BMC DNS Info
402 [Documentation] Get system DNS info.
415 CLI Get Nameservers
416 [Documentation] Get the nameserver IPs from /etc/resolv.conf and return as a list.
428 CLI Get and Verify Name Servers
429 [Documentation] Get and Verify the nameserver IPs from /etc/resolv.conf
440 ${cli_nameservers}= CLI Get Nameservers
450 Get Network Configuration
451 [Documentation] Get network configuration.
485 ${active_channel_config}= Get Active Channel Config
486 ${resp}= Redfish.Get
489 @{network_configurations}= Get From Dictionary ${resp.dict} IPv4StaticAddresses
513 ${network_configurations}= Get Network Configuration
514 ${num_entries}= Get Length ${network_configurations}
527 ${active_channel_config}= Get Active Channel Config
563 @{network_configurations}= Get Network Configuration
579 ${active_channel_config}= Get Active Channel Config
608 @{network_configurations}= Get Network Configuration
609 ${ip_data}= Get BMC IP Info
682 Get BMC Default Gateway
683 [Documentation] Get system default gateway.
689 ${route_info}= Get BMC Route Info
691 ${lines}= Get Lines Containing String ${route_info} default via
693 ${active_channel_config}= Get Active Channel Config
697 ${default_gw_line}= Get Lines Containing String ${lines} ${ethernet_interface}
720 ${sys_hostname}= Get BMC Hostname
724 Get Channel Number For All Interface
727 ${valid_channel_number_interface_names}= Get Channel Config
733 Get Valid Channel Number
734 [Documentation] Get Valid Channel Number.
750 Get Invalid Channel Number List
751 [Documentation] Get Invalid Channel and return as list.
753 ${available_channels}= Get Channel Number For All Interface
754 # Get the channel which medium_type as 'reserved' and append it to a list.
766 Get Channel Number For Valid Ethernet Interface
767 [Documentation] Get channel number for all ethernet interface.
786 Get Current Channel Name List
787 [Documentation] Get Current Channel name and append it to active channel list.
803 Get Active Ethernet Channel List
804 [Documentation] Get Available channels from channel_config.json file and return as list.
810 ${valid_channel_number_interface_names}= Get Channel Number For All Interface
812 ${valid_channel_number_interface_name}= Get Valid Channel Number ${valid_channel_number_interface_names}
814 ${channel_number_list}= Get Channel Number For Valid Ethernet Interface
818 ${channel_number_list}= Get Current Channel Name List
843 @{network_configurations}= Get Network Configuration
859 ${active_channel_config}= Get Active Channel Config
872 Get IPv4 DHCP Enabled Status
879 ${active_channel_config}= Get Active Channel Config
881 ${resp}= Redfish.Get Attribute ${REDFISH_NW_ETH_IFACE}${ethernet_interface} DHCPv4
884 Get DHCP IP Info
887 ${active_channel_config}= Get Active Channel Config
889 ${resp_list}= Redfish.Get Attribute ${REDFISH_NW_ETH_IFACE}${ethernet_interface} IPv4Addresses
904 ${active_channel_config}= Get Active Channel Config
907 ${original_nameservers}= Redfish.Get Attribute
922 ${nameservers}= CLI Get Nameservers
942 ${active_channel_config}= Get Active Channel Config
958 CLI Get and Verify Name Servers ${static_name_servers} ${valid_status_codes}
968 ${active_channel_config}= Get Active Channel Config
981 Redfish.Get ${REDFISH_NW_ETH_IFACE}${ethernet_interface}