summaryrefslogtreecommitdiff
path: root/CLIENTS.md
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-09-23 19:58:23 +0300
committerEd Tanous <ed@tanous.net>2022-12-12 23:37:54 +0300
commit5647795e65ab9cfabcaf1e9b2a3d3119c96c4ce9 (patch)
tree922088f2cda9f88f762cbf3bf641df3b49b10653 /CLIENTS.md
parent204c376da9f178b8920754f3a7ebd96b136a1a14 (diff)
downloadbmcweb-5647795e65ab9cfabcaf1e9b2a3d3119c96c4ce9.tar.xz
Mark redfish-protocol-validator 100% passing
Redfish, the final frontier. These are the voyages of bmcweb. Its five-year mission: to explore strange new protocols, to seek out new corner cases and new segmentation faults, to boldly go where no web-server has gone before. This commit marks a journey that has taken years, getting a fully compliant, open source Redfish instance. While there is still quite a few things to improve, Redfish Protocol Validator passing means that bmcweb is capable of implementing all the "shall" statements in the protocol standard that are being tested. A great thanks go out to all the 173 unique contributors that got it to this point. Tested: Documentation only. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I786d194c602e4a424f15ddea180da939535e48e9
Diffstat (limited to 'CLIENTS.md')
-rw-r--r--CLIENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLIENTS.md b/CLIENTS.md
index 4978bb699e..c5436bb52e 100644
--- a/CLIENTS.md
+++ b/CLIENTS.md
@@ -25,7 +25,7 @@ Redfish-Protocol-Validator: A tool to verify the protocol-level interactions
with the Redfish wire-protocol, and checks those against the Redfish
specification. git@github.com:DMTF/Redfish-Protocol-Validator.git
-Status: 95+% of assertions passing. No CI integration.
+Status: 100% of assertions passing. No CI integration.
OpenBMC-test-automation: A tool based on robot framework for testing some
portion of the OpenBMC Redfish use cases.