forked from M-Labs/artiq
test: stop checking for artiq_netboot
This commit is contained in:
parent
7a5996ba79
commit
59703ad31d
|
@ -13,7 +13,7 @@ class TestFrontends(unittest.TestCase):
|
||||||
],
|
],
|
||||||
"artiq": [
|
"artiq": [
|
||||||
"client", "compile", "coreanalyzer", "coremgmt",
|
"client", "compile", "coreanalyzer", "coremgmt",
|
||||||
"netboot", "flash", "master", "mkfs", "route",
|
"flash", "master", "mkfs", "route",
|
||||||
"rtiomon", "run", "session", "browser", "dashboard"
|
"rtiomon", "run", "session", "browser", "dashboard"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue