From 7d5465eb8b7fc3aad76816fc6992d5bbd78212a1 Mon Sep 17 00:00:00 2001 From: zhangshoukui Date: Thu, 16 Jan 2025 10:38:58 +0800 Subject: [PATCH] Update cmocka --skip test command Signed-off-by: zhangshoukui --- tools/ci/testrun/script/test_framework/test_cmocka.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/testrun/script/test_framework/test_cmocka.py b/tools/ci/testrun/script/test_framework/test_cmocka.py index dd10e2a7381..cd5635f58a5 100644 --- a/tools/ci/testrun/script/test_framework/test_cmocka.py +++ b/tools/ci/testrun/script/test_framework/test_cmocka.py @@ -49,7 +49,7 @@ def test_cmocka(p): p.sendCommand(f"echo {cmocka_test_start}") ret = p.sendCommand( "cmocka --skip test_case_posix_timer|test_case_oneshot|write_default|read_default|burst_test|gpiotest01|" - "test_playback.*|test_interaction.*|test_stress.*|test_capture.*", + "test_playback.*|test_interaction.*|test_stress.*|test_capture.*|drivertest*", "Cmocka Test Completed", timeout=1200, )