Home
last modified time | relevance | path

Searched hist:b8218a9146814ad1dba0c21facddce9adca680ef (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Du_boot_utils.pyb8218a9146814ad1dba0c21facddce9adca680ef Mon May 09 08:08:24 UTC 2016 Heiko Schocher <hs@denx.de> tests: py: fix NameError exception if bdi cmd is not supported

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.

Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Stephen Warren <swarren@nvidia.com>