mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
tests: Test allow_brick is required for i2c programmers init
Add tests for i2c programmers that assert that initialisation fails when allow_brick parameter is not provided. Example of logs from test run: [ RUN ] parade_lspcon_no_allow_brick_test_success Testing init error path for programmer=parade_lspcon with params: bus=254 ... ... init failed with error code -1 as expected [ OK ] parade_lspcon_no_allow_brick_test_success BUG=b:181803212 TEST=ninja test Change-Id: I382f563016502f3342131d5f9c0de41dc665b03a Signed-off-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66508 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Thomas Heijligen <src@posteo.de>
This commit is contained in:
@ -416,8 +416,11 @@ int main(int argc, char *argv[])
|
||||
cmocka_unit_test(linux_mtd_probe_lifecycle_test_success),
|
||||
cmocka_unit_test(linux_spi_probe_lifecycle_test_success),
|
||||
cmocka_unit_test(parade_lspcon_basic_lifecycle_test_success),
|
||||
cmocka_unit_test(parade_lspcon_no_allow_brick_test_success),
|
||||
cmocka_unit_test(mediatek_i2c_spi_basic_lifecycle_test_success),
|
||||
cmocka_unit_test(mediatek_i2c_no_allow_brick_test_success),
|
||||
cmocka_unit_test(realtek_mst_basic_lifecycle_test_success),
|
||||
cmocka_unit_test(realtek_mst_no_allow_brick_test_success),
|
||||
};
|
||||
ret |= cmocka_run_group_tests_name("lifecycle.c tests", lifecycle_tests, NULL, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user