Skip to content

Commit 1706769

Browse files
committed
chore(smoke_test): wait for trigger string that applies to _all_ sensors
Because Robosense sensors need to receive at least one DIFOP packet to initialize their decoder, the "Wrapper=OK" trigger times out in smoke tests. Change to the common "Hardware connection disabled" instead. Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
1 parent b8609e3 commit 1706769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nebula_ros/test/smoke_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def generate_test_description():
3737
class TestCorrectStartup(unittest.TestCase):
3838
def test_wait_for_startup_then_shutdown(self):
3939
self.proc_output: launch_testing.ActiveIoHandler
40-
self.proc_output.assertWaitFor("Wrapper=OK", timeout=2)
40+
self.proc_output.assertWaitFor("Hardware connection disabled", timeout=2)
4141

4242

4343
@launch_testing.post_shutdown_test()

0 commit comments

Comments
 (0)