X-Git-Url: http://www.average.org/gitweb/?a=blobdiff_plain;f=test%2Ftest_storage.py;h=57c1d70d6cf50c230d78ad82e623c202d29c6973;hb=HEAD;hp=4737f52bdddf94f403a91298513c8e2a9c0fd24d;hpb=dbdf9d63af31770ad57302e16b17a2fdc526773f;p=loctrkd.git diff --git a/test/test_storage.py b/test/test_storage.py index 4737f52..57c1d70 100644 --- a/test/test_storage.py +++ b/test/test_storage.py @@ -8,13 +8,22 @@ from typing import Any import unittest from .common import send_and_drain, TestWithServers 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)