eo hil tag
eo hil tag
Manage device tags
Synopsis
Add, list, or remove tags from HIL fleet devices.
Tags are manual labels that describe device capabilities. Use them with @pytest.mark.hil_requires("tag-name") in your tests to skip tests on devices that lack the required capability.
Examples: eo hil tag nrf54-debug --device my-device # Add tag eo hil tag --list --device my-device # List tags eo hil tag --delete nrf54-debug --device my-device # Remove tag
In your test: @pytest.mark.hil_requires("nrf54-debug") def test_ble_shell(): ...
Options
--delete string Tag to delete
-d, --device string Device name (required)
-h, --help help for tag
--list List tags for the device
SEE ALSO
- eo hil - Perform hardware-in-the-loop testing commands