linuxcnc/tests/mdi-queue-length
Sebastian Kuzminsky 9e2a8e2078 tests: add a test of stat.queued_mdi_commands
This test verifies that stat->task.queuedMDIcommands (aka
stat.queued_mdi_command in python-land) grows as we add MDI commands to
Task's MDI queue and shrinks as Task executes them.

This test currently fails because queuedMDIcommands is always 0.  I fix
Task in the following commit to set it correctly.

Signed-off-by: Sebastian Kuzminsky <seb@highlab.com>
2017-02-10 15:02:14 -07:00
..
.gitignore tests: add a test of stat.queued_mdi_commands 2017-02-10 15:02:14 -07:00
checkresult tests: add a test of stat.queued_mdi_commands 2017-02-10 15:02:14 -07:00
core_sim.hal tests: add a test of stat.queued_mdi_commands 2017-02-10 15:02:14 -07:00
README tests: add a test of stat.queued_mdi_commands 2017-02-10 15:02:14 -07:00
sim.var tests: add a test of stat.queued_mdi_commands 2017-02-10 15:02:14 -07:00
test-ui.py tests: add a test of stat.queued_mdi_commands 2017-02-10 15:02:14 -07:00
test.ini tests: add a test of stat.queued_mdi_commands 2017-02-10 15:02:14 -07:00
test.sh tests: add a test of stat.queued_mdi_commands 2017-02-10 15:02:14 -07:00

This test verifies some of Motion's Status variables.