diff options
Diffstat (limited to 'test/py/tests/test_optee_rpmb.py')
-rw-r--r-- | test/py/tests/test_optee_rpmb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_optee_rpmb.py b/test/py/tests/test_optee_rpmb.py index 1ef1c117d27..04b3b5e41ef 100644 --- a/test/py/tests/test_optee_rpmb.py +++ b/test/py/tests/test_optee_rpmb.py @@ -7,7 +7,7 @@ This tests optee_rpmb cmd in U-Boot """ import pytest -import utils as util +import utils @pytest.mark.buildconfigspec('cmd_optee_rpmb') def test_optee_rpmb_read_write(ubman): |