From: Bin Meng Date: Tue, 17 May 2022 15:24:45 +0000 (+0800) Subject: test/py: test_part: Correct the test case name X-Git-Tag: v2022.07~40^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e892ac27670e094ce4bade5a13b4d0e3a7c4da3;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/test/py/tests/test_part.py b/test/py/tests/test_part.py index cba9804..2b51846 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