Skip to content
Snippets Groups Projects
Verified Commit eb53fc84 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

tests/test_fwenv: check if we can read uboot environment

parent 0c611719
1 merge request!5tests/test_fwenv: check if we can read uboot environment
"""This checks that we have correctly configured access to uboot environment using uboot-tools.
"""
import pytest
def test_fw_printenv(client_board):
"""Check that we can access uboot environment.
"""
client_board.run("fw_printenv")
assert "Warning: Bad CRC, using default environment" not in client_board.output
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment