summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-11-21 21:51:30 +0300
committerGunnar Mills <gmills@us.ibm.com>2019-11-26 18:14:37 +0300
commit3e6217d7d4a1523a889b536967cdcec169b3dd1f (patch)
tree5c7590ac7aa72671dffbf12456bf51cda065131c /DEVELOPING.md
parent9536a14f809bdd7aa71c345ade5b55da6e3f2af6 (diff)
downloadbmcweb-3e6217d7d4a1523a889b536967cdcec169b3dd1f.tar.xz
README: Added Redfish Service Validator testing
In the Redfish.md, we state "The redfish implementation shall pass the Redfish Service Validator with no warnings or errors". Added testing the Redfish Service Validator as part of the "Developing and Testing" in DEVELOPING.md. Change-Id: I1688d6a33066d74ca9d6a79d6241e8cc9fe9deb8 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index c277666f2a..3562d9c395 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -197,6 +197,12 @@
See the [REST](https://github.com/openbmc/docs/blob/master/REST-cheatsheet.md)
and [Redfish](https://github.com/openbmc/docs/blob/master/REDFISH-cheatsheet.md) cheatsheets for valid commands.
+ Please test all Redfish changes with the
+ [Redfish Service Validator](https://github.com/DMTF/Redfish-Service-Validator).
+ Your change should not introduce any new validator errors. Please include
+ the Redfish Service Validator results as part of the commit message
+ ["Tested" field](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#testing).
+
## clang-tidy
clang-tidy is a tool that can be used to identify coding style violations, bad