Skip to content

Commit

Permalink
Fix test-dds-control-reply
Browse files Browse the repository at this point in the history
  • Loading branch information
OhadMeir committed Feb 5, 2025
1 parent eb889f6 commit f38ce33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unit-tests/dds/test-control-reply.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#test:retries 2

from rspy import log, test
import time
import pyrealdds as dds
dds.debug( log.is_debug_on() )

Expand Down Expand Up @@ -139,6 +140,6 @@ def control( device, json, n=1 ):
test.check_equal( reply_count[device.guid()], dev1_replies + 1 )
test.check_equal( reply_count[device2.guid()], dev2_replies + 1 )

device = None

test.print_results()

0 comments on commit f38ce33

Please sign in to comment.