Home
last modified time | relevance | path

Searched refs:slave_expect (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/examples/protocols/modbus/serial/
Dexample_test.py31 slave_expect = ('SLAVE_TEST: Modbus slave stack initialized.', 'SLAVE_TEST: Start modbus test...', … variable
204 dut_slave_thread = DutTestThread(dut=dut_slave, name=slave_name, expect=slave_expect)
244 …e_output = test_filter_output(dut_slave_thread.data, slave_expect[0], slave_expect[len(slave_expec…
/hal_espressif-3.5.0/examples/peripherals/twai/twai_network/
Dexample_test.py10 slave_expect = ('TWAI Slave: Driver installed', 'TWAI Slave: Driver uninstalled') variable
49 slave_kwargs = {'dut': dut_slave, 'result': results[1], 'expected': slave_expect}