From 59703ad31d1ae120200e8c9d7944fbba84cca059 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 15 Oct 2020 16:18:56 +0800 Subject: [PATCH] test: stop checking for artiq_netboot --- artiq/test/test_frontends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/test_frontends.py b/artiq/test/test_frontends.py index c433fca71..a52d4a17c 100644 --- a/artiq/test/test_frontends.py +++ b/artiq/test/test_frontends.py @@ -13,7 +13,7 @@ class TestFrontends(unittest.TestCase): ], "artiq": [ "client", "compile", "coreanalyzer", "coremgmt", - "netboot", "flash", "master", "mkfs", "route", + "flash", "master", "mkfs", "route", "rtiomon", "run", "session", "browser", "dashboard" ] }