aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_android/test_avb.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/test_android/test_avb.py')
-rw-r--r--test/py/tests/test_android/test_avb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_android/test_avb.py b/test/py/tests/test_android/test_avb.py
index a04a7ff..a3f8831 100644
--- a/test/py/tests/test_android/test_avb.py
+++ b/test/py/tests/test_android/test_avb.py
@@ -66,7 +66,7 @@ def test_avb_mmc_uuid(u_boot_console):
part_list[cur_partname] = guid_to_check[1]
# lets check all guids with avb get_guid
- for part, guid in part_list.iteritems():
+ for part, guid in part_list.items():
avb_guid_resp = u_boot_console.run_command('avb get_uuid %s' % part)
assert guid == avb_guid_resp.split('UUID: ')[1]