forked from M-Labs/artiq
testing: add coreanalyzer_proxy smoke test
This commit is contained in:
parent
dcf1bba8c6
commit
1e9070a2af
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue