Home
last modified time | relevance | path

Searched refs:AutomaticRetryConfig (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcomputer_system.hpp128 enum class AutomaticRetryConfig{ enum
359 NLOHMANN_JSON_SERIALIZE_ENUM(AutomaticRetryConfig, {
360 {AutomaticRetryConfig::Invalid, "Invalid"},
361 {AutomaticRetryConfig::Disabled, "Disabled"},
362 {AutomaticRetryConfig::RetryAttempts, "RetryAttempts"},
363 {AutomaticRetryConfig::RetryAlways, "RetryAlways"},
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_systems_inventory.robot215 AutomaticRetryConfig Disabled
216 AutomaticRetryConfig RetryAttempts
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot355 RETURN ${resp["AutomaticRetryConfig"]}
715 …Redfish.Patch /redfish/v1/Systems/${SYSTEM_ID} body={"Boot": {"AutomaticRetryConfig": "${setting…