Home
last modified time | relevance | path

Searched refs:UseDNSServers (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc-test-automation/network/
H A Dtest_bmc_dhcp_conf.robot18 &{dns_enable_dict} UseDNSServers=${True}
19 &{dns_disable_dict} UseDNSServers=${False}
29 ... UseDNSServers=${True}
33 ... UseDNSServers=${False}
127 # UseDNSServers :True
134 # UseDNSServers :True
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_multiple_interfaces_dhcp.robot25 &{dns_enable_dict} UseDNSServers=${True}
26 &{dns_disable_dict} UseDNSServers=${False}
33 ... UseDNSServers=${True}
36 ... UseDNSServers=${False}
193 # UseDNSServers :True
200 # UseDNSServers :True
H A Dtest_multiple_interfaces.robot125 ... Redfish.patch ${REDFISH_NW_ETH_IFACE}eth0 body={'DHCPv4':{'UseDNSServers':${True}}}
126 ... Redfish1.patch ${REDFISH_NW_ETH_IFACE}eth1 body={'DHCPv4':{'UseDNSServers':${True}}}
134 Should Be Equal ${resp.dict["DHCPv4"]['UseDNSServers']} ${True}
135 Should Be Equal ${resp1.dict["DHCPv4"]['UseDNSServers']} ${True}
H A Dtest_bmc_ipv6.robot148 # "UseDNSServers": false,
154 # "UseDNSServers": false,
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js59 useDnsEnabled: DHCPv4.UseDNSServers,
62 useDnsEnabledIpv6: DHCPv6.UseDNSServers,
208 UseDNSServers: dnsState, property in NetworkStore.actions.saveDnsState.data.DHCPv4
215 UseDNSServers: dnsState, property in NetworkStore.actions.saveDnsState.data.DHCPv6
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_network_sub_menu.robot207 UseDNSServers ${xpath_dns_switch_button}
364 # property DHCP Property name (e.g. UseDNSServers, UseDomainName, etc.).