summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <etanous@nvidia.com>2024-10-16 22:41:13 +0300
committerEd Tanous <ed@tanous.net>2024-10-19 00:27:32 +0300
commit29d7ca982d61f3cb83e98e44e585d42f2f1b803c (patch)
tree473d1b038a8a1994fd34e89201474230ee1e4f57
parent116370d8b7d4a7fa273796a875697f168d04465f (diff)
downloadbmcweb-29d7ca982d61f3cb83e98e44e585d42f2f1b803c.tar.xz
Fix out of date validator instructionsHEADmaster
Redfish service validator has been a properly installable package since[1] Update the instructions to make it trivial to install and use. [1] https://github.com/DMTF/Redfish-Service-Validator/commit/51d4c0dddc0fc5a3697839bf0683f965a9464941 Change-Id: Ib94a7983e5cf2759561205c44549cf144d26a61e Signed-off-by: Ed Tanous <etanous@nvidia.com>
-rw-r--r--TESTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TESTING.md b/TESTING.md
index 2847214e85..111d61ade4 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -129,10 +129,10 @@ anytime they make a change to the GET behavior of the redfish tree. The test
must run on real hardware since the resource tree will be more complete.
```bash
-$ git clone https://github.com/DMTF/Redfish-Service-Validator.git
+sudo pip3 install redfish_service_validator
# run validator and inspect the report for failures
-$ python3 RedfishServiceValidator.py \
+rf_service_validator \
--auth Session -i https://1.2.3.4:443 \
-u root -p 0penBmc
```