fix onroad test

old-commit-hash: 76d49e84100269dd7ca75445a56835a3a7fa14ee
This commit is contained in:
Adeeb Shihadeh
2021-06-01 19:32:50 -07:00
parent 71994f4e64
commit 58769b5550
+1 -1
View File
@@ -102,7 +102,7 @@ class TestOnroad(unittest.TestCase):
# Make sure athena isn't running
Params().delete("DongleId")
Params().delete("AthenadPid")
subprocess.check_call(["pkill", "-9", "-f", "athena"])
os.system("pkill -9 -f athena")
logger_root = Path(ROOT)
initial_segments = set()