Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to run individual use case test cases for redfish use case checkers #68

Open
Ganesan149 opened this issue Feb 23, 2025 · 1 comment

Comments

@Ganesan149
Copy link

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'

@mraineri
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants