test: verify gb32960 history tables in production smoke

This commit is contained in:
lingniu
2026-07-02 01:39:45 +08:00
parent 9bd48c5781
commit 576644eb65
3 changed files with 10 additions and 4 deletions

View File

@@ -73,6 +73,8 @@ class GoNativeProdSmokeTest(unittest.TestCase):
self.assertIn("gb32960.raw", names)
self.assertIn("jt808.raw", names)
self.assertIn("yutong_mqtt.raw", names)
self.assertIn("gb32960.locations", names)
self.assertIn("gb32960.mileage_points", names)
self.assertIn("jt808.locations", names)
self.assertIn("jt808.mileage_points", names)
self.assertIn("gb32960.daily_mileage", names)