forked from M-Labs/artiq
test: run test_help for browser and dashboard
This commit is contained in:
parent
ac09f3a5da
commit
8d13aeb96c
|
@ -7,7 +7,6 @@ import unittest
|
||||||
class TestFrontends(unittest.TestCase):
|
class TestFrontends(unittest.TestCase):
|
||||||
def test_help(self):
|
def test_help(self):
|
||||||
"""Test --help as a simple smoke test against catastrophic breakage."""
|
"""Test --help as a simple smoke test against catastrophic breakage."""
|
||||||
# Skip tests for GUI programs on headless CI environments.
|
|
||||||
commands = {
|
commands = {
|
||||||
"aqctl": [
|
"aqctl": [
|
||||||
"corelog"
|
"corelog"
|
||||||
|
@ -15,7 +14,7 @@ class TestFrontends(unittest.TestCase):
|
||||||
"artiq": [
|
"artiq": [
|
||||||
"client", "compile", "coreanalyzer", "coremgmt",
|
"client", "compile", "coreanalyzer", "coremgmt",
|
||||||
"netboot", "flash", "master", "mkfs", "route",
|
"netboot", "flash", "master", "mkfs", "route",
|
||||||
"rtiomon", "run", "session"
|
"rtiomon", "run", "session", "browser", "dashboard"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue