spi_master:modify test case name for spi sio mode test

This commit is contained in:
wanlei 2022-08-18 20:14:54 +08:00
parent 6c35aa6868
commit a462022205

View File

@ -333,4 +333,4 @@ void test_slave_run(void)
test_sio_slave_emulate(true); test_sio_slave_emulate(true);
} }
TEST_CASE_MULTIPLE_DEVICES("test sio all", "[spi_ms][test_env=Example_SPI_Multi_device]", test_master_run, test_slave_run); TEST_CASE_MULTIPLE_DEVICES("SPI_Master:Test_SIO_Mode_Multi_Board", "[spi_ms][test_env=Example_SPI_Multi_device]", test_master_run, test_slave_run);