Merge branch 'feature/master_test_macos_virtualization' into 'master'

master(6.0): Migrate macOS to VM parallels

See merge request espressif/esp-idf!39373
This commit is contained in:
Peter Macko
2025-06-13 16:50:58 +08:00
6 changed files with 16 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ def test_hello_world_linux(dut: IdfDut) -> None:
@pytest.mark.host_test
@pytest.mark.macos_shell
@pytest.mark.macos
@idf_parametrize('target', ['linux'], indirect=['target'])
def test_hello_world_macos(dut: IdfDut) -> None:
dut.expect('Hello world!')