Home
last modified time | relevance | path

Searched full:validator (Results 1 – 25 of 97) sorted by relevance

1234

/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Service_Validator.robot2 Documentation Test BMC using https://github.com/DMTF/Redfish-Service-Validator.
16 ${rsv_dir_path} Redfish-Service-Validator
17 ${rsv_github_url} https://github.com/DMTF/Redfish-Service-Validator.git
25 Test BMC Redfish Using Redfish Service Validator
33 Redfish Service Validator Result ${output}
34 IF ${rc} != 0 Fail Redfish-Service-Validator Failed.
37 Run Redfish Service Validator With Additional Roles
38 [Documentation] Check Redfish conformance using the Redfish Service Validator.
39 ... Run the validator as additional non-admin user roles.
41 [Template] Create User And Run Service Validator
[all …]
H A DRedfish_Protocol_Validator.robot3 ... https://github.com/DMTF/Redfish-Protocol-Validator
17 ${rsv_github_url} https://github.com/DMTF/Redfish-Protocol-Validator
18 ${rsv_dir_path} Redfish-Protocol-Validator
31 Test BMC Redfish Protocol Validator
32 [Documentation] The Redfish Protocol Validator tests the HTTP protocol
45 IF ${fail_count[1]} != 0 Fail Redfish Protocol Validator Failed
H A DRedfish_Interop_Validator.robot3 ... https://github.com/DMTF/Redfish-Interop-Validator.
15 ${rsv_dir_path} Redfish-Interop-Validator
16 ${rsv_github_url} https://github.com/DMTF/Redfish-Interop-Validator.git
32 Test BMC Redfish Using Redfish Interop Validator
40 IF ${rc} != 0 Fail Redfish-Interop-Validator Failed.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0003-For-root-value-use-empty-pointer.patch6 Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/59c9d6200bf3cd5…
10 src/json-validator.cpp | 8 ++++++++
13 diff --git a/src/json-validator.cpp b/src/json-validator.cpp
15 --- a/src/json-validator.cpp
16 +++ b/src/json-validator.cpp
H A D0002-Fix-assumed-signed-char.patch10 …smtp-address-validator.cpp:213:1: error: narrowing conversion of '-32' from 'int' to 'char' [-Wnar…
14 Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/491ac44026e08f3…
18 src/smtp-address-validator.cpp | 16 ++++++++--------
21 diff --git a/src/smtp-address-validator.cpp b/src/smtp-address-validator.cpp
23 --- a/src/smtp-address-validator.cpp
24 +++ b/src/smtp-address-validator.cpp
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonschema/
H A Dd71f96a6523875c9694fcdf468c9f458323d07f2.patch23 +_LATEST_VERSION: type[Validator] = Draft202012Validator
31 - default: Validator | _utils.Unset = _UNSET,
32 + default: type[Validator] | _utils.Unset = _UNSET,
33 ) -> type[Validator]:
35 Retrieve the validator class appropriate for validating the given schema.
/openbmc/openpower-hw-diags/util/
H A Ddata_file.cpp5 #include <valijson/validator.hpp>
38 valijson::Validator validator; in validateJson() local
41 return validator.validate(schema, targetAdapter, nullptr); in validateJson()
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-rfc3339-validator_0.1.4.bb1 SUMMARY = "A pure python RFC3339 validator"
2 HOMEPAGE = "https://github.com/naimetti/rfc3339-validator"
6 FILESEXTRAPATHS:prepend := "${THISDIR}/python-rfc3339-validator:"
H A Dpython3-jsonschema_4.23.0.bb24 python3-rfc3339-validator \
30 python3-rfc3986-validator \
31 python3-rfc3339-validator \
/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
/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").
33 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator").
42 Redfish Service Validator Result
/openbmc/bmcweb/docs/
H A DTESTING.md124 ### Redfish Validator
127 [Redfish Validator](https://github.com/DMTF/Redfish-Service-Validator.git)
134 # run validator and inspect the report for failures
140 Your change should not introduce any new validator errors. Please include
141 something to the effect of "Redfish service validator passing" in your commit
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>
/openbmc/linux/Documentation/locking/
Dlockdep-design.rst
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dvalid-dists.patch88 + If you specify a *validator* function, selected buckets will instead be
94 + >>> validator = lambda x: x in {1, 3, 5, 7, 9} # Odd digits only
95 + >>> s = bucket(it, key=key, validator=validator)
103 + def __init__(self, iterable, key, validator=None):
107 + self._validator = validator or (lambda x: True)
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py51 description="Entity manager configuration validator",
246 # Create the validator instance with the schema content and the configured registry.
247 validator = jsonschema.validators.Draft202012Validator(
251 return validator
263 validator = validator_from_file(schema_file)
264 validator.validate(config)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-rfc3986-validator_0.1.1.bb1 SUMMARY = "Pure python rfc3986 validator"
2 HOMEPAGE = "https://github.com/naimetti/rfc3986-validator"
/openbmc/pldm/
H A D.eslintignore2 # be ignored by the eslint json validator
6 # required to be ignored by the json validator.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/
H A Djson-schema-validator_2.2.0.bb1 SUMMARY = "JSON schema validator for JSON for Modern C++"
5 SRC_URI = "git://github.com/pboettch/json-schema-validator;branch=main;protocol=https \
/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-webui/app/access-control/directives/
H A Dusername-validator.js5 * Username validator
11 * <input username-validator existing-usernames="[]"/>
/openbmc/entity-manager/src/entity_manager/
H A Dconfiguration.cpp11 #include <valijson/validator.hpp>
127 valijson::Validator validator; in validateJson() local
129 return validator.validate(schema, targetAdapter, nullptr); in validateJson()
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/
H A DSConstruct.stop.creating.directories.without.sandbox-install.prefix.patch15 option.validator(option.key, env.subst('${%s}'%option.key), env)
30 validator in serf's SConstruct, removing that stops touching host
44 -# Custom path validator, creates directory when a specified option is set.
/openbmc/phosphor-power/tools/power-utils/
H A Dvalidator.cpp1 #include "validator.hpp"
9 namespace validator namespace
168 } // namespace validator
/openbmc/phosphor-settingsd/
H A Dsettings_example.yaml31 Validator: "^([0-9A-F]{2}[:-]){5}([0-9A-F]{2})$"
40 Validator: "0..1000"

1234