Home
last modified time | relevance | path

Searched refs:DHCPv4 (Results 1 – 15 of 15) sorted by relevance

/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js31 DHCPv4,
52 dhcpEnabled: DHCPv4.DHCPEnabled,
59 useDnsEnabled: DHCPv4.UseDNSServers,
60 useDomainNameEnabled: DHCPv4.UseDomainName,
61 useNtpEnabled: DHCPv4.UseNTPServers,
111 DHCPv4: { class in NetworkStore.actions.saveDhcpEnabledState.data
166 DHCPv4: { class in NetworkStore.actions.saveDomainNameState.data
207 DHCPv4: { class in NetworkStore.actions.saveDnsState.data
247 DHCPv4: { class in NetworkStore.actions.saveNtpState.data
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dvmi_utils.robot17 &{ENABLE_DHCP} DHCPv4=&{DHCP_ENABLED}
18 &{DISABLE_DHCP} DHCPv4=&{DHCP_DISABLED}
112 Should Be Equal ${resp.dict["DHCPv4"]["DHCPEnabled"]} ${dhcp_enabled}
135 ... Create Dictionary DHCPv4=${${ip_resp["DHCPv4"]["DHCPEnabled"]}} Id=${ip_resp["Id"]}
143 ... Create Dictionary DHCPv4=${${ip_resp["DHCPv4"]["DHCPEnabled"]}} Id=${ip_resp["Id"]}
/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/
H A Ddhcpcd.service2 Description=A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A Dkea-dhcp4.service2 Description=Kea DHCPv4 Server
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_multiple_interfaces_dhcp.robot19 &{ENABLE_DHCP} DHCPv4=${DHCP_ENABLED}
20 &{DISABLE_DHCP} DHCPv4=${DHCP_DISABLED}
175 ... body={"DHCPv4":${property}} valid_status_codes=[${HTTP_OK}, ${HTTP_NO_CONTENT}]
179 Verify Ethernet Config Property ${property} ${resp.dict["DHCPv4"]}
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_network_conf.robot853 ${DHCPv4}= Create Dictionary DHCPEnabled=${status}
855 ${payload}= Create Dictionary DHCPv4=${DHCPv4}
H A Dtest_bmc_ipv6.robot131 # "DHCPv4": {
/openbmc/openbmc-test-automation/network/
H A Dtest_bmc_dhcp_conf.robot104 ... body={"DHCPv4":${property}} valid_status_codes=[${HTTP_OK}, ${HTTP_NO_CONTENT}]
108 Verify Ethernet Config Property ${property} ${resp.dict["DHCPv4"]}
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_network_sub_menu.robot202 [Template] Toggle DHCPv4 property And Verify
359 Toggle DHCPv4 Property And Verify
365 # xpath_property xpath of the DHCPv4 property.
387 [Documentation] Get DHCPv4 property value via redfish.
396 RETURN ${resp.dict["DHCPv4"]["${property}"]}
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot28 &{ENABLE_DHCP} DHCPv4=&{DHCP_ENABLED}
29 &{DISABLE_DHCP} DHCPv4=&{DHCP_DISABLED}
62 ${origin}= Set Variable If ${vmi_ip["DHCPv4"]} == ${False} Static DHCP
63 Should Not Be Equal ${vmi_ip["DHCPv4"]} ${vmi_ip["IPv4StaticAddresses"]}
544 Disable VMI DHCPv4 When SLAAC Is Enabled And Verify
545 [Documentation] Disable VMI DHCPv4 parameter when SLAACv6 is enabled
547 ... DHCPv4 address is getting erased.
555 # Disable VMI DHCPv4 and check IPv4 address origin is set to static.
590 Enable VMI SLAAC When DHCPv4 Is Enabled And Verify
591 [Documentation] On VMI enable SLAAC when DHCPv4 i
[all...]
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/
H A Dkea_2.6.1.bb2 … the next generation of DHCP software developed by ISC. It supports both DHCPv4 and DHCPv6 protoco…
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/
H A Dtest_overview_menu.robot292 Page Should Contain DHCPv4
/openbmc/bmcweb/
H A DRedfish.md583 - DHCPv4
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.robot841 ${resp}= Redfish.Get Attribute ${REDFISH_NW_ETH_IFACE}${ethernet_interface} DHCPv4