Description
In rotctl the Easycomm protocol (--model=204) defines a wrong callback easycomm_rot_move_velocity for the \move command.
See Hamlib/Hamlib#1006.
How to reproduce
Run the following integration tests:
|
def _test_easycomm2_rotctl_v4_move_up(): |
|
def _test_easycomm2_rotctl_v4_move_down(): |
|
def _test_easycomm2_rotctl_v4_move_left(): |
|
def _test_easycomm2_rotctl_v4_move_right(): |
|
def _test_easycomm3_rotctl_v4_move_up(): |
|
def _test_easycomm3_rotctl_v4_move_down(): |
|
def _test_easycomm3_rotctl_v4_move_left(): |
|
def _test_easycomm3_rotctl_v4_move_right(): |
Expected behavior
Once the bug Hamlib/Hamlib#1006 is fixed the listed tests have to be updated accordingly.
Description
In
rotctlthe Easycomm protocol (--model=204) defines a wrong callbackeasycomm_rot_move_velocityfor the\movecommand.See Hamlib/Hamlib#1006.
How to reproduce
Run the following integration tests:
hamlib-rotctl-easycomm-parser/test/integration/tests.py
Line 325 in 4edf9bd
hamlib-rotctl-easycomm-parser/test/integration/tests.py
Line 348 in 4edf9bd
hamlib-rotctl-easycomm-parser/test/integration/tests.py
Line 371 in 4edf9bd
hamlib-rotctl-easycomm-parser/test/integration/tests.py
Line 394 in 4edf9bd
hamlib-rotctl-easycomm-parser/test/integration/tests.py
Line 423 in 4edf9bd
hamlib-rotctl-easycomm-parser/test/integration/tests.py
Line 446 in 4edf9bd
hamlib-rotctl-easycomm-parser/test/integration/tests.py
Line 469 in 4edf9bd
hamlib-rotctl-easycomm-parser/test/integration/tests.py
Line 492 in 4edf9bd
Expected behavior
Once the bug Hamlib/Hamlib#1006 is fixed the listed tests have to be updated accordingly.