Skip to content
Snippets Groups Projects
Commit 09fc85cc authored by Robin.Mueller's avatar Robin.Mueller
Browse files

pus tc packer dummy test adaptions

parent 143527ef
No related branches found
No related tags found
No related merge requests found
......@@ -128,10 +128,10 @@ def pack_service17_test_into(tc_queue: TcQueueT) -> TcQueueT:
def pack_dummy_device_test_into(tc_queue: TcQueueT) -> TcQueueT:
tc_queue.appendleft(("print", "Testing Dummy Device"))
# Object ID: Dummy Device
objectId = bytearray([0x44, 0x00, 0xAF, 0xFE])
object_id = g.DUMMY_DEVICE_ID
# Set On Mode
tc_queue.appendleft(("print", "\n\rTesting Service Dummy: Set On"))
modeData = packModeData(objectId, 1, 0)
mode_data = packModeData(object_id, 1, 0)
command = PusTelecommand(service=200, subservice=1, ssc=1, data=modeData)
tc_queue.appendleft(command.pack_command_tuple())
# Test Service 2 commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment