diff --git a/userspace/usr/comma/tests/test_agnos.py b/userspace/usr/comma/tests/test_agnos.py index 5acf83e..4150367 100755 --- a/userspace/usr/comma/tests/test_agnos.py +++ b/userspace/usr/comma/tests/test_agnos.py @@ -51,6 +51,14 @@ def test_color_calibration(): def test_python_shims(): subprocess.check_call("cd /data/openpilot && scons -h", shell=True, stdout=subprocess.DEVNULL) +def test_set_time(): + # TODO: ensure time is set from panda RTC + pass + +def test_dmesg(): + # TODO: ensure no new errors in dmesg. would catch things like the brightness setting bug + pass + def test_systemd_services(): pass