more test_agnos.py TODOs

This commit is contained in:
Adeeb Shihadeh
2023-03-05 16:08:17 -08:00
committed by GitHub
parent 5e437911f9
commit c14cb4356e
+8
View File
@@ -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