Redfish Use Case Checkers
Copyright 2017-2025 DMTF. All rights reserved.
About
The Redfish Use Case Checkers performs common management use cases to ensure a Redfish service meets functional expectations.
Installation
From PyPI:
pip install redfish_use_case_checkers
From GitHub:
git clone https://github.com/DMTF/Redfish-Use-Case-Checkers.git
cd Redfish-Use-Case-Checkers
python setup.py sdist
pip install dist/redfish_use_case_checkers-x.x.x.tar.gz
Requirements
The Redfish Use Case Checkers requires Python3.
Required external packages:
colorama
redfish
redfish_utilities
If installing from GitHub, you may install the external packages by running:
pip install -r requirements.txt
Usage
usage: rf_use_case_checkers.py [-h] --user USER --password PASSWORD --rhost
RHOST [--report-dir REPORT_DIR] [--relaxed]
[--test-list [{AccountManagement,PowerControl,BootOverride,ManagerEthernetInterfaces,QueryParameters} ...]]
[--debugging]
Validate Redfish services against use cases
options:
-h, --help show this help message and exit
--user USER, -u USER The username for authentication
--password PASSWORD, -p PASSWORD
The password for authentication
--rhost RHOST, -r RHOST
The address of the Redfish service (with scheme)
--report-dir REPORT_DIR
The directory for generated report files (default:
'reports')
--relaxed Allows for some failures to be logged as warnings;
useful if the criteria is to meet the literal 'shall'
statements in the specification.
--test-list [{AccountManagement,PowerControl,BootOverride,ManagerEthernetInterfaces,QueryParameters} ...]
Selects specific tests to perform instead of running
the entire test suite.
--debugging Controls the verbosity of the debugging output; if not
specified only INFO and higher are logged.
Example:
rf_use_case_checkers -r https://192.168.1.100 -u USERNAME -p PASSWORD
Release Process
- Go to the "Actions" page
- Select the "Release and Publish" workflow
- Click "Run workflow"
- Fill out the form
- Click "Run workflow"
Release files for redfish-use-case-checkers 2.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redfish_use_case_checkers-2.1.0.tar.gz | 27.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redfish_use_case_checkers-2.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 62.0 kB
Release files / redfish_use_case_checkers-2.1.0.tar.gz
| Download URL | redfish_use_case_checkers-2.1.0.tar.gz |
|---|---|
| Size | 27.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce39cab6c6888b529ee4528a916d3def08d7118d7418308098e6fb7cfce54a9a
|
|
BLAKE2b-256 checksum How to use checksums |
7bba03366a697639b887c9bc76b51376b3dbcdf3f1fbcbf24c91e5f853eef90b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / redfish_use_case_checkers-2.1.0-py3-none-any.whl
| Download URL | redfish_use_case_checkers-2.1.0-py3-none-any.whl |
|---|---|
| Size | 34.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7c12235149b12ab2a4e032796d7ed7fdd7d324674ac8cccc730e7a7dd3f5adbc
|
|
BLAKE2b-256 checksum How to use checksums |
a239887839f6586e448009abb74831692529790b3d792a9be61d04f34aa8ceaf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|