2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

testing: add coreanalyzer_proxy smoke test

This commit is contained in:
Simon Renblad 2024-02-01 17:43:47 +08:00 committed by Sébastien Bourdeauducq
parent dcf1bba8c6
commit 1e9070a2af

View File

@ -9,7 +9,7 @@ class TestFrontends(unittest.TestCase):
"""Test --help as a simple smoke test against catastrophic breakage."""
commands = {
"aqctl": [
"corelog", "moninj_proxy"
"corelog", "moninj_proxy", "coreanalyzer_proxy"
],
"artiq": [
"client", "compile", "coreanalyzer", "coremgmt",