Home
last modified time | relevance | path

Searched refs:UseDNSServers (Results 1 – 7 of 7) 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}
137 # UseDNSServers :True
144 # UseDNSServers :True
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_multiple_interfaces_dhcp.robot21 &{dns_enable_dict} UseDNSServers=${True}
22 &{dns_disable_dict} UseDNSServers=${False}
29 ... UseDNSServers=${True}
32 ... UseDNSServers=${False}
196 # UseDNSServers :True
203 # UseDNSServers :True
H A Dtest_multiple_interfaces.robot127 ... Redfish.patch ${REDFISH_NW_ETH_IFACE}eth0 body={'DHCPv4':{'UseDNSServers':${True}}}
128 ... Redfish1.patch ${REDFISH_NW_ETH_IFACE}eth1 body={'DHCPv4':{'UseDNSServers':${True}}}
136 Should Be Equal ${resp.dict["DHCPv4"]['UseDNSServers']} ${True}
137 Should Be Equal ${resp1.dict["DHCPv4"]['UseDNSServers']} ${True}
H A Dtest_bmc_config_ipv6.robot99 ... Redfish.patch ${REDFISH_NW_ETH_IFACE}eth0 body={'DHCPv4':{'UseDNSServers':${True}}}
100 ... RedfishIPv6.patch ${REDFISH_NW_ETH_IFACE}eth0 body={'DHCPv4':{'UseDNSServers':${True}}}
105 Should Be Equal ${resp.dict["DHCPv4"]['UseDNSServers']} ${True}
106 Should Be Equal ${resp1.dict["DHCPv4"]['UseDNSServers']} ${True}
/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/lib/
H A Dbmc_ipv6_utils.robot301 # "UseDNSServers": false,
307 # "UseDNSServers": false,
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_network_sub_menu.robot332 UseDNSServers ${xpath_dns_switch_button}
1065 # property DHCP Property name (e.g. UseDNSServers, UseDomainName, etc.).