]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: use absolute dts path in vboot test
authorStephen Warren <swarren@nvidia.com>
Mon, 18 Jul 2016 16:07:25 +0000 (10:07 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 22 Jul 2016 18:46:24 +0000 (14:46 -0400)
commitc9ba60c4385bfbc10dc452a8f79c6db04bf18161
treeb8c6cd9c93d9438e40c2eccfa2c894676b470685
parentb8cb51d0de9457c270e63e876712213c5cbbf5dc
test/py: use absolute dts path in vboot test

Without this, the test fails if the test is run with a cwd other than the
root of the U-Boot source tree.

Fixes: 8729d582595d ("test: Convert the vboot test to test/py")
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_vboot.py