Home
last modified time | relevance | path

Searched refs:Validator (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Service_Validator.robot2 Documentation Test BMC using https://github.com/DMTF/Redfish-Service-Validator.
14 ${rsv_dir_path} Redfish-Service-Validator
15 ${rsv_github_url} https://github.com/DMTF/Redfish-Service-Validator.git
23 Test BMC Redfish Using Redfish Service Validator
31 Redfish Service Validator Result ${output}
32 Run Keyword If ${rc} != 0 Fail Redfish-Service-Validator Failed.
35 Run Redfish Service Validator With Additional Roles
36 [Documentation] Check Redfish conformance using the Redfish Service Validator.
39 [Template] Create User And Run Service Validator
47 Create User And Run Service Validator
[all …]
H A DRedfish_Interop_Validator.robot2 …ntation Test BMC Redfish conformance using https://github.com/DMTF/Redfish-Interop-Validator.
11 ${rsv_dir_path} Redfish-Interop-Validator
12 ${rsv_github_url} https://github.com/DMTF/Redfish-Interop-Validator.git
28 Test BMC Redfish Using Redfish Interop Validator
36 Run Keyword If ${rc} != 0 Fail Redfish-Interop-Validator Failed.
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/
H A DHypervisorInterface-default-p10bmc.override.yml14 Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$'
29 Validator: 0..32
47 Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$'
62 Validator: 0..32
H A DHypervisorInterface-default-tacoma.override.yml14 Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$'
29 Validator: 0..32
/openbmc/openbmc-test-automation/lib/
H A Ddmtf_tools_utils.robot19 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator").
20 # rsv_github_url Github URL link(e.g "https://github.com/DMTF/Redfish-Service-Validator").
32 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator").
41 Redfish Service Validator Result
/openbmc/bmcweb/
H A DCLIENTS.md18 Redfish-Service-Validator: A tool to verify through GET requests that bmcweb
20 <https://github.com/DMTF/Redfish-Service-Validator.git>
24 Redfish-Protocol-Validator: A tool to verify the protocol-level interactions
26 specification. <https://github.com/DMTF/Redfish-Protocol-Validator>
H A DTESTING.md124 ### Redfish Validator
127 [Redfish Validator](https://github.com/DMTF/Redfish-Service-Validator.git)
H A DREDFISH_CHECKLIST.md24 commit message. Redfish-Service-Validator is the MINIMUM required for any
H A DRedfish.md11 [Redfish Service Validator](https://github.com/DMTF/Redfish-Service-Validator "Validator")
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/
H A Dhost-template.yaml44 Validator: "0..1000"
90 Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$'
102 Validator: 0..128
/openbmc/phosphor-settingsd/
H A Dsettings_example.yaml31 Validator: "^([0-9A-F]{2}[:-]){5}([0-9A-F]{2})$"
40 Validator: "0..1000"
/openbmc/bmcweb/src/
H A Dwebserver_cli.cpp62 const CLI::Validator levelValidator = in main()
63 CLI::Validator(validateLogLevel, "valid level"); in main()
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native/
H A Dmrw-override-settings.yaml8Validator: "[[MRW_OPEN_POWER_SOFT_MIN_PCAP_WATTS/(PS_DERATING/100)]]..[[MRW_OPEN_POWER_N_PLUS_ONE_…
/openbmc/openpower-hw-diags/util/
H A Ddata_file.cpp38 valijson::Validator validator; in validateJson()
/openbmc/docs/designs/
H A Dredfish-pcie.md73 This can be tested using the Redfish Service Validator.
H A Dredfish-postcodes.md213 Compliance with Redfish will be tested using the Redfish Service Validator.
H A Dredfish-spdm-attestation.md294 Validator.
H A Dremote-bios-configuration.md498 Redfish Service Validator
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py9 class Validator: class
561 validator = Validator(args.rule, reportf, debug=args.debug,
/openbmc/entity-manager/src/
H A Dutils.cpp139 valijson::Validator validator; in validateJson()