Home
last modified time | relevance | path

Searched refs:ProtocolEnabled (Results 1 – 13 of 13) 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}
125 ${ntp_state}= Create Dictionary ProtocolEnabled=${enable_value}
156 Should Be Equal As Strings ${resp.dict['IPMI']['ProtocolEnabled']} ${state}
[all …]
H A Dbmc_date_and_time_utils.robot62 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
93 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}}
107 IF '${original_ntp["ProtocolEnabled"]}' == 'True'
169 ... body={'NTP':{'ProtocolEnabled': ${original_ntp["ProtocolEnabled"]}}}
H A Dcertificate_utils.robot356 ${ntp_dict}= Create Dictionary ProtocolEnabled=${False}
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_protocol.robot68 # The following patch command should set the ["NTP"]["ProtocolEnabled"] property to "True".
69 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}}
75 Valid Value ntp["ProtocolEnabled"] valid_values=[True]
82 # The following patch command should set the ["NTP"]["ProtocolEnabled"] property to "False".
83 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
89 Valid Value ntp["ProtocolEnabled"] valid_values=[False]
95 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}}
98 Valid Value ntp["ProtocolEnabled"] valid_values=[True]
H A Dtest_bmc_protocol_settings.robot291 ${ssh_protocol_state}= Create Dictionary ProtocolEnabled=${ssh_state}
292 ${ipmi_protocol_state}= Create Dictionary ProtocolEnabled=${ipmi_state}
295 ${ntp_protocol_state}= Create Dictionary ProtocolEnabled=${ntp_state}
338 Should Be Equal As Strings ${resp.dict['NTP']['ProtocolEnabled']} ${ntp_state}
H A Dtest_managers_bmc.robot277 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}}
284 IF '${original_ntp["ProtocolEnabled"]}' == 'True'
H A Dtest_bmc_config_ipv6.robot275 ${ssh_state}= Create Dictionary ProtocolEnabled=${enable_value}
287 Should Be Equal As Strings ${resp.dict['SSH']['ProtocolEnabled']} ${enable_value}
H A Dtest_multiple_interfaces.robot347 ${ssh_state}= Create Dictionary ProtocolEnabled=${enable_value}
365 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/openbmc-test-automation/pldm/
H A Dtest_pldm_bios.robot141 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
/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/ipmi/
H A Dtest_ipmi_sel_time.robot427 ${mode}= Create Dictionary ProtocolEnabled=${value}