X-Git-Url: http://www.average.org/gitweb/?a=blobdiff_plain;f=test%2Ftest_storage.py;h=57c1d70d6cf50c230d78ad82e623c202d29c6973;hb=HEAD;hp=869ab180a79233c3832add7b4114562e978f1020;hpb=bf48ccad4b4b91e7d7e09d1087f5953bc2db97d7;p=loctrkd.git diff --git a/test/test_storage.py b/test/test_storage.py index 869ab18..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.zx303proto 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)