You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's expected; all of that was deprecated in the major version update to consolidate all testing into a single tool. We've removed such documentation from the README.
python3 Redfish-Usecase-Checkers/redfish_use_case_checkers/account_management.py -r https://<bmc_ip> -u root -p 0penBmc
Traceback (most recent call last):
File "/home/ausvrl55001m4/vrl/do_not_delete/ganesan/oberon-gb_nightly_sanity/openbmc-test-automation/Redfish-Usecase-Checkers/redfish_use_case_checkers/account_management.py", line 18, in
from redfish_use_case_checkers.system_under_test import SystemUnderTest
ModuleNotFoundError: No module named 'redfish_use_case_checkers'
python3 Redfish-Usecase-Checkers/redfish_use_case_checkers/power_control.py -r https://<bmc_ip> -u root -p 0penBmc
Traceback (most recent call last):
File "/home/ausvrl55001m4/vrl/do_not_delete/ganesan/oberon-gb_nightly_sanity/openbmc-test-automation/Redfish-Usecase-Checkers/redfish_use_case_checkers/power_control.py", line 19, in
from redfish_use_case_checkers.system_under_test import SystemUnderTest
ModuleNotFoundError: No module named 'redfish_use_case_checkers'
The text was updated successfully, but these errors were encountered: