Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed May 24, 2024
1 parent 333ec05 commit f91d640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/sim/bridge/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,5 @@ def _run(self, q: Queue):

self.started.value = True

print("frame:", self.rk.frame)
self.rk.keep_time()
1 change: 1 addition & 0 deletions tools/sim/tests/test_sim_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def test_driving(self):
shutil.copytree(Paths.log_root(), SIM_LOG_DEST)

assert len(failure_states) == 0, f"Simulator fails to finish a loop. Failure states: {failure_states}"
assert 0

def teardown_method(self):
print("Test shutting down. CommIssues are acceptable")
Expand Down

0 comments on commit f91d640

Please sign in to comment.