summaryrefslogtreecommitdiff
path: root/test/py/tests/test_part.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-27 08:48:47 -0400
committerTom Rini <trini@konsulko.com>2022-05-27 08:48:47 -0400
commit0fdc468b069b09bf176fe0255f3ef88f88ef3be0 (patch)
tree6d64f247c0585aab38adf27f6b164493f569cdef /test/py/tests/test_part.py
parent661f5400754750df4104b6466942c8b62897340d (diff)
parentd64ac8549d97cfc37bd629a60f0d502bcd3ee9c7 (diff)
Merge branch '2022-05-26-assorted-fixes'
- Fixes for pytest timeout in CI, missing dependency on PCI for the e1000 driver, fix for CVE-2022-30767 (NFS), TI K3 AM642 DTS bugfix, MAINTAINERS updates, mksquashfs version check fix.
Diffstat (limited to 'test/py/tests/test_part.py')
-rw-r--r--test/py/tests/test_part.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_part.py b/test/py/tests/test_part.py
index cba98045101..2b5184654db 100644
--- a/test/py/tests/test_part.py
+++ b/test/py/tests/test_part.py
@@ -7,7 +7,7 @@ import pytest
@pytest.mark.buildconfigspec('cmd_part')
@pytest.mark.buildconfigspec('partitions')
@pytest.mark.buildconfigspec('efi_partition')
-def test_dm_compat(u_boot_console):
+def test_part_types(u_boot_console):
"""Test that `part types` prints a result which includes `EFI`."""
output = u_boot_console.run_command('part types')
assert "Supported partition tables:" in output