Revert "ci: temporarily disable RS485 related tests"

This reverts commit 983220e216
This commit is contained in:
Michael (XIAO Xufeng)
2020-09-04 12:57:08 +08:00
parent cec605f74d
commit 4941cf58d0
2 changed files with 2 additions and 2 deletions

View File

@@ -281,6 +281,6 @@ static void rs485_master(void)
* correctness of RS485 interface channel communication. It requires * correctness of RS485 interface channel communication. It requires
* RS485 bus driver hardware to be connected to boards. * RS485 bus driver hardware to be connected to boards.
*/ */
TEST_CASE_MULTIPLE_DEVICES("RS485 half duplex uart multiple devices test.", "[driver_RS485][ignore][test_env=UT_T2_RS485]", rs485_master, rs485_slave); TEST_CASE_MULTIPLE_DEVICES("RS485 half duplex uart multiple devices test.", "[driver_RS485][test_env=UT_T2_RS485]", rs485_master, rs485_slave);
#endif #endif

View File

@@ -165,7 +165,7 @@ def test_check_mode(dut=None, mode_str=None, value=None):
return False return False
@ttfw_idf.idf_example_test(env_tag='UT_T2_RS485', ignore=True) @ttfw_idf.idf_example_test(env_tag='UT_T2_RS485')
def test_modbus_communication(env, comm_mode): def test_modbus_communication(env, comm_mode):
global logger global logger