Home
last modified time | relevance | path

Searched refs:ProtocolEnabled (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dprotocol_setting_utils.robot23 ${ssh_state}= Create Dictionary ProtocolEnabled=${enable_value}
62 # "ProtocolEnabled": false
69 # "ProtocolEnabled": true
74 # "ProtocolEnabled": true
83 # "ProtocolEnabled": true
88 # "ProtocolEnabled": true
97 Should Be Equal As Strings ${resp.dict['SSH']['ProtocolEnabled']} ${state}
108 ${ipmi_state}= Create Dictionary ProtocolEnabled=${enable_value}
139 Should Be Equal As Strings ${resp.dict['IPMI']['ProtocolEnabled']} ${state}
H A Dbmc_date_and_time_utils.robot61 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
88 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}}
102 Run Keyword If '${original_ntp["ProtocolEnabled"]}' == 'True'
161 ... body={'NTP':{'ProtocolEnabled': ${original_ntp["ProtocolEnabled"]}}}
H A Dcertificate_utils.robot316 ... body={'NTP':{'ProtocolEnabled': ${False}}}
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_protocol.robot67 # The following patch command should set the ["NTP"]["ProtocolEnabled"] property to "True".
68 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}}
74 Valid Value ntp["ProtocolEnabled"] valid_values=[True]
81 # The following patch command should set the ["NTP"]["ProtocolEnabled"] property to "False".
82 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
88 Valid Value ntp["ProtocolEnabled"] valid_values=[False]
94 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}}
97 Valid Value ntp["ProtocolEnabled"] valid_values=[True]
H A Dtest_managers_bmc.robot217 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}}
224 Run Keyword If '${original_ntp["ProtocolEnabled"]}' == 'True'
H A Dtest_bmc_protocol_settings.robot253 ${ssh_protocol_state}= Create Dictionary ProtocolEnabled=${ssh_state}
254 ${ipmi_protocol_state}= Create Dictionary ProtocolEnabled=${ipmi_state}
H A Dtest_multiple_interfaces.robot332 ${ssh_state}= Create Dictionary ProtocolEnabled=${enable_value}
350 Should Be Equal As Strings ${resp.dict['SSH']['ProtocolEnabled']} ${state}
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DPoliciesStore.js36 const sshProtocol = response.data.SSH.ProtocolEnabled;
37 const ipmiProtocol = response.data.IPMI.ProtocolEnabled;
65 ProtocolEnabled: protocolEnabled, property in PoliciesStore.actions.saveIpmiProtocolState.ipmi.IPMI
98 ProtocolEnabled: protocolEnabled, property in PoliciesStore.actions.saveSshProtocolState.ssh.SSH
/openbmc/webui-vue/src/store/modules/Settings/
H A DDateTimeStore.js25 const isNtpProtocolEnabled = response.data.NTP.ProtocolEnabled;
36 ProtocolEnabled: dateTimeForm.ntpProtocolEnabled, property in DateTimeStore.actions.updateDateTime.ntpData.NTP
/openbmc/docs/
H A DREDFISH-cheatsheet.md205 …PATCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtocol -d '{"NTP":{"ProtocolEnabled": true}}'
213 …TCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtocol -d '{"IPMI":{"ProtocolEnabled": false}}'
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios.robot140 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel_time.robot435 ${mode}= Create Dictionary ProtocolEnabled=${value}