test/py: avb: fix test_avb_persistent_values fail
authorIgor Opaniuk <igor.opaniuk@gmail.com>
Mon, 6 May 2019 09:07:31 +0000 (12:07 +0300)
committerTom Rini <trini@konsulko.com>
Thu, 9 May 2019 23:52:55 +0000 (19:52 -0400)
commit34501d6713d2ba9d6a8e8c7a1f2942cc16ef9043
treee9bf4fa0bdda0cb310d5c81060c8a9cef60a5882
parent28b4ba94811122d7a91924f62d63d8b25bfa979c
test/py: avb: fix test_avb_persistent_values fail

Fix test_avb_persistent_values() pytest, which was failing because of
wrong size value provided from tee sandbox driver.

Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
drivers/tee/sandbox.c