From c14cb4356e1204070c43ebf9eff2e37d5852102c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 5 Mar 2023 16:08:17 -0800 Subject: [PATCH] more test_agnos.py TODOs --- userspace/usr/comma/tests/test_agnos.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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