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
Some model names changed in SnipeIT, osfv_cli does not recognize them. I've found that the MSI Z790-p DDR5 is no longer "supported" because it's name has changed. There might be more broken configurations there.
Traceback (most recent call last):
File "/home/fgolas/work/open-source-firmware-validation2/venv/lib/python3.12/site-packages/osfv/rf/rte_robot.py", line 52, in __init__
self.rte = RTE(rte_ip, dut_model_name, self.sonoff)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/fgolas/work/open-source-firmware-validation2/venv/lib/python3.12/site-packages/osfv/libs/rte.py", line 39, in __init__
self.dut_data = self.load_model_data()
^^^^^^^^^^^^^^^^^^^^^^
File "/home/fgolas/work/open-source-firmware-validation2/venv/lib/python3.12/site-packages/osfv/libs/rte.py", line 50, in load_model_data
raise UnsupportedDUTModel(f"The {file_path} model is not yet supported")
osfv.libs.rte.UnsupportedDUTModel: The /home/fgolas/work/open-source-firmware-validation2/venv/lib/python3.12/site-packages/osfv/models/MSI PRO Z790-P WIFI DDR5.yml model is not yet supported
MSI PRO Z790-P WIFI DDR5 is the name received from SnipeIT, but there is only a config for MSI PRO Z790-P DDR5.
RTE constructor called by RobotRTE constructor at src/osfv/rf/rte_robot.py:54
The dut_model_name is received via snipe-it api
Some model names changed in SnipeIT, osfv_cli does not recognize them. I've found that the MSI Z790-p DDR5 is no longer "supported" because it's name has changed. There might be more broken configurations there.
MSI PRO Z790-P WIFI DDR5
is the name received from SnipeIT, but there is only a config forMSI PRO Z790-P DDR5
.RTE constructor called by RobotRTE constructor at src/osfv/rf/rte_robot.py:54
The
dut_model_name
is received via snipe-it apiEither the names at SnipeIT need to be reverted or the model config names need to be updated
The text was updated successfully, but these errors were encountered: