• Dimitris Lampridis's avatar
    tst: improve the HMQ multi sync test · 522441ae
    Dimitris Lampridis authored
    This modification makes sure that all device handles (to the same MT
    devid) are opened at the start of the test and kept open for the
    duration of the test. This allows catching race conditions between the
    read/write pointers in the HMQ buffers (because the read pointer is
    initialised to the value of the write pointer when the device handle is
    first acquired, so the sooner we open it, the more such errors we will
    detect).
    522441ae
Name
Last commit
Last update
..
firmware Loading commit data...
.gitlab-ci.yml Loading commit data...
conftest.py Loading commit data...
pytest.ini Loading commit data...
requirements.txt Loading commit data...
test_config.py Loading commit data...
test_cpu.py Loading commit data...
test_device.py Loading commit data...
test_hmq.py Loading commit data...
test_rt_frm.py Loading commit data...
test_serial.py Loading commit data...
test_shm.py Loading commit data...