
6 May
2016
6 May
'16
5:25 p.m.
On 05/05/2016 11:33 PM, Heiko Schocher wrote:
test/py raises an error, if a board has not enabled bdi command
pytest.skip('bdinfo command not supported')
E NameError: global name 'pytest' is not defined
import pytest in test/py/u_boot_utils.py fixes this.
Reviewed-by: Stephen Warren swarren@nvidia.com
Nit: The import statements were sorted before this patch.