[moblab] Add in an AU test suite.

The testing team are going to enable partners to do some AU testing
this just give them a suite to add the correct tests.

BUG=None
TEST=Local moblab testing.

Change-Id: I934041f52869dca1b2f4b5d258e171049997f963
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1735843
Reviewed-by: Keith Haddow <haddowk@chromium.org>
Commit-Queue: Keith Haddow <haddowk@chromium.org>
Tested-by: Keith Haddow <haddowk@chromium.org>
diff --git a/frontend/client/src/autotest/moblab/SuiteRunnerView.java b/frontend/client/src/autotest/moblab/SuiteRunnerView.java
index 3eb4000..7a4c6b9 100644
--- a/frontend/client/src/autotest/moblab/SuiteRunnerView.java
+++ b/frontend/client/src/autotest/moblab/SuiteRunnerView.java
@@ -55,6 +55,7 @@
   private HashMap<String, String> modelBoardMap;
 
   private static List<String> suiteNames = Arrays.asList(
+    "au_fsi",
     "bvt-cq",
     "bvt-inline",
     "bvt-tast-cq",