autotest: remove unnecessary labels in repair am: f46904ca5a

Change-Id: I912be690ab2ece2c2534f60a6c7648466d9e6e90
diff --git a/server/hosts/base_label_unittest.py b/server/hosts/base_label_unittest.py
index 975b792..9710bc6 100755
--- a/server/hosts/base_label_unittest.py
+++ b/server/hosts/base_label_unittest.py
@@ -3,7 +3,6 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-import mock
 import unittest
 
 import common
diff --git a/server/hosts/cros_label.py b/server/hosts/cros_label.py
index 7cf31a2..065ce9e 100644
--- a/server/hosts/cros_label.py
+++ b/server/hosts/cros_label.py
@@ -878,40 +878,16 @@
 
 
 CROS_LABELS = [
-    AccelsLabel(),
-    ArcLabel(),
-    AudioLoopbackDongleLabel(),
-    BluetoothLabel(),
-    BoardLabel(),
-    ModelLabel(),
-    ChameleonConnectionLabel(),
-    ChameleonLabel(),
-    ChameleonPeripheralsLabel(),
+    AudioLoopbackDongleLabel(), #STATECONFIG
+    ChameleonConnectionLabel(), #LABCONFIG
+    ChameleonLabel(), #STATECONFIG
+    ChameleonPeripheralsLabel(), #LABCONFIG
     common_label.OSLabel(),
-    Cr50Label(),
-    Cr50ROKeyidLabel(),
-    Cr50RWKeyidLabel(),
-    Cr50ROVersionLabel(),
-    Cr50RWVersionLabel(),
-    CtsArchLabel(),
-    DetachableBaseLabel(),
-    DeviceSkuLabel(),
-    BrandCodeLabel(),
-    ECLabel(),
-    FingerprintLabel(),
+    DeviceSkuLabel(), #LABCONFIG
     HWIDLabel(),
-    InternalDisplayLabel(),
-    LucidSleepLabel(),
-    PowerSupplyLabel(),
-    ReferenceDesignLabel(),
-    ServoLabel(),
-    StorageLabel(),
-    VideoGlitchLabel(),
+    ServoLabel(), #STATECONFIG
 ]
 
 LABSTATION_LABELS = [
-    BoardLabel(),
-    ModelLabel(),
     common_label.OSLabel(),
-    PowerSupplyLabel(),
 ]