X-Git-Url: http://www.average.org/gitweb/?a=blobdiff_plain;f=test%2Ftest_storage.py;h=57c1d70d6cf50c230d78ad82e623c202d29c6973;hb=ed78cfbeae56fa31e844f2858b409f39464c93a0;hp=17477379edd6b91f8dd7b6c426d4ab04e777305b;hpb=ba54a11f5710a714ae4df0c5d878229872386eb6;p=loctrkd.git diff --git a/test/test_storage.py b/test/test_storage.py index 1747737..57c1d70 100644 --- a/test/test_storage.py +++ b/test/test_storage.py @@ -7,14 +7,23 @@ from time import sleep from typing import Any import unittest from .common import send_and_drain, TestWithServers -from gps303.gps303proto import * -from gps303.ocid_dload import SCHEMA +from loctrkd.zx303proto import * +from loctrkd.zx303proto import ( + STATUS, + WIFI_POSITIONING, + WIFI_OFFLINE_POSITIONING, + WIFI_POSITIONING, + LOGIN, + HIBERNATION, + SETUP, +) +from loctrkd.ocid_dload import SCHEMA class Storage(TestWithServers): def setUp(self, *args: str, **kwargs: Any) -> None: super().setUp( - "collector", "storage", "lookaside", "termconfig", verbose=True + "collector", "storage", "rectifier", "termconfig", verbose=True ) with connect(self.conf.get("opencellid", "dbfn")) as ldb: ldb.execute(SCHEMA)