Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_multiple_interfaces_dhcp.robot40 [Teardown] Set DHCPEnabled To Enable Or Disable True eth1
42 Set DHCPEnabled To Enable Or Disable False eth1
43 ${DHCPEnabled}= Get IPv4 DHCP Enabled Status ${2}
44 Should Be Equal ${DHCPEnabled} ${False}
51 [Setup] Set DHCPEnabled To Enable Or Disable False eth1
53 Set DHCPEnabled To Enable Or Disable True eth1
54 ${DHCPEnabled}= Get IPv4 DHCP Enabled Status ${2}
55 Should Be Equal ${DHCPEnabled} ${True}
91 [Setup] Set DHCPEnabled To Enable Or Disable False eth1
97 Set DHCPEnabled To Enable Or Disable True eth1
[all …]
H A Dtest_bmc_config_ipv6.robot280 Set DHCPEnabled To Enable Or Disable ${DHCP_state} eth1 Version=IPv6
281 ${DHCPEnabled}= Get IPv4 DHCP Enabled Status ${2}
283 Should Be Equal ${DHCPEnabled} ${True}
285 Should Be Equal ${DHCPEnabled} ${False}
H A Dtest_bmc_network_conf.robot752 ${DHCPEnabled}= Get IPv4 DHCP Enabled Status ${CHANNEL_NUMBER}
753 Set Suite Variable ${DHCPEnabled}
755 IF ${DHCPEnabled}==True
771 IF ${DHCPEnabled}==True Enable IPv4 DHCP Settings
847 # status IPv4 DHCPEnabled status which needs to be set.
852 ${DHCPv4}= Create Dictionary DHCPEnabled=${status}
H A Dtest_bmc_ipv6.robot511 ... Set DHCPEnabled To Enable Or Disable True eth1
543 ... Set DHCPEnabled To Enable Or Disable True eth1
1337 ${DHCPEnabled}= Get IPv4 DHCP Enabled Status ${2}
1338 Should Be Equal ${DHCPEnabled} ${True}
/openbmc/openbmc-test-automation/network/
H A Dtest_bmc_dhcp_conf.robot15 &{DHCP_ENABLE_DICT} DHCPEnabled=${True}
16 &{DHCP_DISABLE_DICT} DHCPEnabled=${False}
134 # DHCPEnabled :False
141 # DHCPEnabled :False
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dnetwork-controller.js79 if ($scope.interface.DHCPEnabled != $scope.oldInterface.DHCPEnabled) {
95 if (!$scope.interface.DHCPEnabled) {
204 $scope.selectedInterface, $scope.interface.DHCPEnabled)
/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md148 DHCPEnabled
151 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/DHCPEnabled
159 DHCPEnabled b 1
162 1}' https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/DHCPEnabled
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dvmi_utils.robot14 &{DHCP_ENABLED} DHCPEnabled=${True}
15 &{DHCP_DISABLED} DHCPEnabled=${False}
127 Should Be Equal ${resp.dict["DHCPv4"]["DHCPEnabled"]} ${dhcp_enabled}
150 ... Create Dictionary DHCPv4=${${ip_resp["DHCPv4"]["DHCPEnabled"]}} Id=${ip_resp["Id"]}
158 ... Create Dictionary DHCPv4=${${ip_resp["DHCPv4"]["DHCPEnabled"]}} Id=${ip_resp["Id"]}
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md180 xyz.openbmc_project.Network.EthernetInterface DHCPEnabled
185 https://${bmc}/xyz/openbmc_project/network/eth0/attr/DHCPEnabled
193 xyz.openbmc_project.Network.EthernetInterface DHCPEnabled b 1
199 https://${bmc}/xyz/openbmc_project/network/eth0/attr/DHCPEnabled
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js52 dhcpEnabled: DHCPv4.DHCPEnabled,
112 DHCPEnabled: dhcpState, property in NetworkStore.actions.saveDhcpEnabledState.data.DHCPv4
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot25 &{DHCP_ENABLED} DHCPEnabled=${${True}}
26 &{DHCP_DISABLED} DHCPEnabled=${${False}}
76 ${curr_origin}= Get Immediate Child Parameter From VMI Network Interface DHCPEnabled
88 ${curr_origin}= Get Immediate Child Parameter From VMI Network Interface DHCPEnabled
255 ${curr_origin}= Get Immediate Child Parameter From VMI Network Interface DHCPEnabled
904 ${curr_mode}= Get Immediate Child Parameter From VMI Network Interface DHCPEnabled
919 # parameter parameter for which value is required. Ex: DHCPEnabled, MACAddress etc.
927 ${value}= Set Variable If '${parameter}' != 'DHCPEnabled' ${ip_resp["${parameter}"]}
936 ${dhcp_mode_before}= Get Immediate Child Parameter From VMI Network Interface DHCPEnabled
942 ${dhcp_mode_after}= Get Immediate Child Parameter From VMI Network Interface DHCPEnabled
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp217 TEST_F(TestEthernetInterface, DHCPEnabled) in TEST_F() argument
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js301 DHCPEnabled: 0, property in data.interfaces
311 data.interfaces[interfaceId].DHCPEnabled =
312 content.data[key].DHCPEnabled;
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.robot12 &{DHCP_ENABLED} DHCPEnabled=${True}
13 &{DHCP_DISABLED} DHCPEnabled=${False}
882 Return From Keyword ${resp['DHCPEnabled']}
1018 Set DHCPEnabled To Enable Or Disable
H A Dbmc_ipv6_utils.robot299 # "DHCPEnabled": false,