old-commit-hash: fbcf6ced51
fbcf6ced51
@ -162,6 +162,10 @@ class TestOnroad(unittest.TestCase):
if s in ('initData', 'sentinel'):
continue
# skip gps services for now
if s in ('ubloxGnss', 'ubloxRaw', 'gnssMeasurements'):
with self.subTest(service=s):
assert len(msgs) >= math.floor(service_list[s].frequency*55)