Home
last modified time | relevance | path

Searched refs:HostName (Results 1 – 19 of 19) sorted by relevance

/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md100 ### Configure HostName
107 xyz.openbmc_project.Network.SystemConfiguration HostName
110 https://<hostname/ip>/xyz/openbmc_project/network/config/attr/HostName
118 xyz.openbmc_project.Network.SystemConfiguration HostName s "<HostName>"
122 https://<hostname/ip>/xyz/openbmc_project/network/config/attr/HostName
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md144 ### HostName subsection
151 xyz.openbmc_project.Network.SystemConfiguration HostName
156 https://${bmc}/xyz/openbmc_project/network/config/attr/HostName
164 xyz.openbmc_project.Network.SystemConfiguration HostName s "<HostName>"
169 -d '{"data": "<HostName>"}' \
170 https://${bmc}/xyz/openbmc_project/network/config/attr/HostName
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_connection.robot50 ${hostname}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_multiple_interfaces.robot52 ${hostname}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
53 ${data}= Create Dictionary HostName=openbmc
61 Should Be Equal ${resp1.dict['HostName']} ${resp2.dict['HostName']}
H A Dtest_bmc_network_conf.robot106 ${hostname}= Redfish_Utils.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
116 ${hostname}= Redfish_Utils.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
122 ${new_hostname}= Redfish_Utils.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
125 Configure Invalid HostName And Verify
133 Configure Empty HostName And Verify If LocalHost Is Assigned
139 ${hostname}= Redfish_Utils.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
145 ${new_hostname}= Redfish_Utils.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
H A Dtest_bmc_ipv6.robot175 # "HostName": "localhost",
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js33 HostName,
54 hostname: HostName,
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalHostname.vue99 this.$emit('ok', { HostName: this.form.hostname });
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_connections.robot46 Redfish.Patch ${REDFISH_NW_ETH_IFACE}${ethernet_interface} body={'HostName': '${hostname}'}
62 … Redfish.Patch ${REDFISH_NW_ETH_IFACE}${ethernet_interface} body={'HostName': '${hostname}'}
302 Redfish.Patch ${ethernet_interface_uri} body={'HostName': '${hostname}'}
/openbmc/openbmc-test-automation/lib/
H A Dprotocol_setting_utils.robot71 # "HostName": "xxxxbmc",
H A Dbmc_network_utils.robot355 ${data}= Create Dictionary HostName=${hostname}
/openbmc/bmcweb/
H A DRedfish.md121 - HostName
588 - HostName
683 - HostName
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md260 ${HostName}
277 ${HostName}
674 ${HostName}
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ldap_configuration.robot580 # HostName. See prolog of rest_request
588 Redfish.Patch ${REDFISH_NW_ETH0_URI} body={'HostName': '${hostname}'}
662 ${hostname}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_ldap_sub_menu.robot375 ${host_name}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h3527 HostName[MPI2_ETHERNET_HOST_NAME_LENGTH];/*0x7C */ member
3600 HostName[MPI2_ETHERNET_HOST_NAME_LENGTH];/*0x7C */ member
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js342 .HostName;
/openbmc/phosphor-logging/
H A DREADME.md450 https://<BMC IP address>//xyz/openbmc_project/network/config/attr/HostName
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py3629 data = {"data": args.HostName}