mirror of https://github.com/m-labs/artiq.git
test: run test_help for browser and dashboard
This commit is contained in:
parent
007a98bac4
commit
cb0515e677
|
@ -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