test/py: UEFI helloworld requires OF_CONTROL
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 28 Mar 2020 09:41:20 +0000 (10:41 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 28 Mar 2020 09:45:03 +0000 (10:45 +0100)
commit5721df32a37acb04c380a4f1d564f40f0b236e60
tree19834c7ce6f73f4c38b0f0d877143b0b9749f146
parent350c44dfb99017e9147ee07d37a40626bde62250
test/py: UEFI helloworld requires OF_CONTROL

With CONFIG_OF_CONTROL environment variable $fdtcontroladdr is not defined
and test_efi_helloworld_net() fails.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/py/tests/test_efi_loader.py