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

No keyword with name 'Boot From USB' found. #279

Open
pkubaj opened this issue Apr 25, 2024 · 4 comments · May be fixed by #312
Open

No keyword with name 'Boot From USB' found. #279

pkubaj opened this issue Apr 25, 2024 · 4 comments · May be fixed by #312
Assignees
Labels
bug Something isn't working usb

Comments

@pkubaj
Copy link
Contributor

pkubaj commented Apr 25, 2024

Device

VP66?0

RTE version

1.1.0

Affected component(s) or functionality

No response

Brief summary

UBT* and UDT* tests fail with No keyword with name 'Boot From USB' found.

How reproducible

No response

How to reproduce

robot -b command_log.txt -v snipeit:no -L TRACE -v rte_ip:192.168.10.110 -v device_ip:192.168.10.114 -v fw_file:protectli_vp66xx_v0.9.0-rc2.rom -v config:protectli-vp6670 -t UBT001.001* dasharo-compatibility/usb-boot.robot

Expected behavior

Test should finish.

Actual behavior

Logs indicate that in Try block, Boot From USB fails:
No keyword with name 'Boot From USB' found.

Link to screenshots or logs

log.html.gz

Additional context

No response

Solutions you've tried

No response

@pkubaj pkubaj added the bug Something isn't working label Apr 25, 2024
@macpijan
Copy link
Contributor

This is still up to date and might need more rework of the USB tests.

@macpijan macpijan added this to the OSFV release v0.3.0 milestone May 10, 2024
@macpijan
Copy link
Contributor

It falls under USB problems: #216

@m-iwanicki
Copy link
Contributor

Should be fixed by #312
Some other errors that would also make UDT* tests fail were fixed in #350

Checked on Protectli VP2410

logs:

robot -v snipeit:no -L TRACE -v rte_ip:192.168.10.233 -v config:protectli-vp2410 dasharo-compatibility/usb-detect.robot
==============================================================================
Usb-Detect
==============================================================================
UDT001.001 USB detection after coldboot :: Check whether the DUT d... | PASS |
------------------------------------------------------------------------------
UDT002.001 USB detection after warmboot :: Check whether the DUT d... | PASS |
------------------------------------------------------------------------------
UDT003.001 USB detection after system reboot :: Check whether the ... | PASS |
------------------------------------------------------------------------------
Usb-Detect                                                            | PASS |
3 tests, 3 passed, 0 failed
==============================================================================

robot -v snipeit:no -L TRACE -v rte_ip:192.168.10.233 -v config:protectli-vp2410 dasharo-compatibility/usb-boot.robot
==============================================================================
Usb-Boot
==============================================================================
UBT001.001 USB detect and boot after coldboot :: Check whether the... | PASS |
------------------------------------------------------------------------------
UBT002.001 USB detect and boot after warmboot :: Check whether the... | PASS |
------------------------------------------------------------------------------
UBT003.001 USB detect and boot after system reboot :: Check whethe... | PASS |
------------------------------------------------------------------------------
Usb-Boot                                                              | PASS |
3 tests, 3 passed, 0 failed
==============================================================================

log.html files: logs.tar.gz

@philipandag
Copy link
Contributor

The related issues and the #312 PR weren't active in the recent months, but the UBT and UDT tests still fail, which is not documented on the test matrix.
Suite Setup fails: dasharo-compatibility_log.zip
No Boot From USB keyword: dasharo-compatibility_log.zip
The UDT test and the test module setup assume that after Power Cycle On the DUT will turn on automatically, but it is not the case on Optiplex 7010. After fixing it there is an undefined keyword used: dasharo-compatibility_log.zip

Will the PR be merged into develop in the near future?

@philipandag philipandag mentioned this issue Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working usb
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants