bcornec / python-redfish

Python library for RedFish RESTful API
Apache License 2.0
8 stars 19 forks source link

updated OS versions for the test suite #103

Closed SylvanBrocard closed 2 years ago

SylvanBrocard commented 2 years ago

Updated OS and python versions for the tests:

Current pytest status: 2 failed, 3 passed, 113 warnings First failure message:

Testing : rf-debian-11-src-p3
Traceback (most recent call last):
  File "/usr/bin/redfish-client", line 28, in <module>
    import redfish
ModuleNotFoundError: No module named 'redfish'
bcornec commented 2 years ago

Thanks for this work !