test/py: test_part: Correct the test case name
Use test_part_types as the name instead of dm_compact. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
7eb2e88ae9
commit
9e892ac276
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user