mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
tests: Add basic lifecycle test for parade_lspcon
This unit test does not require any additional mocks because init and shutdown of i2c infra was covered in realtek programmer lifecycle. Default mocking of i2c is sufficient to run a basic lifecycle. To run the test, config option for the programmer needs to be enabled explicitly, since by default this programmer is disabled. BUG=b:238816889 TEST=meson configure -Dconfig_parade_lspcon=true ninja test Change-Id: I0dcfae4a58c64b2e8d56ec51b4b050534cbb4cd2 Signed-off-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66003 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Thomas Heijligen <src@posteo.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@ -50,6 +50,7 @@ void raiden_debug_basic_lifecycle_test_success(void **state);
|
||||
void dediprog_basic_lifecycle_test_success(void **state);
|
||||
void linux_mtd_probe_lifecycle_test_success(void **state);
|
||||
void linux_spi_probe_lifecycle_test_success(void **state);
|
||||
void parade_lspcon_basic_lifecycle_test_success(void **state);
|
||||
void realtek_mst_basic_lifecycle_test_success(void **state);
|
||||
|
||||
/* layout.c */
|
||||
|
Reference in New Issue
Block a user