Add tests from existing old-style control.faft to new-style faft suite.

Added SUITE tag to control files. Also noticed that a few control
files lacked explicit specification of dev_mode and tag so added that.

BUG=chromium-os:32859
TEST=run_remote_tests.sh --board=daisy --remote=... suite:faft

Change-Id: I16ce7c08b4e046dfbca9147ecac05743db475577
Reviewed-on: https://gerrit.chromium.org/gerrit/28303
Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org>
Commit-Ready: Mike Truty <truty@chromium.org>
Tested-by: Mike Truty <truty@chromium.org>
diff --git a/server/site_tests/firmware_CgptState/control b/server/site_tests/firmware_CgptState/control
index 423c862..87b3ab3 100644
--- a/server/site_tests/firmware_CgptState/control
+++ b/server/site_tests/firmware_CgptState/control
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
@@ -6,6 +6,7 @@
 NAME = "firmware_CgptState"
 PURPOSE = "Servo based executing the CgptState test on client side."
 CRITERIA = "This test will fail if cgpt mis-behaves"
+SUITE = "faft"
 TIME = "LONG"
 TEST_CATEGORY = "Functional"
 TEST_CLASS = "firmware"
@@ -24,6 +25,7 @@
 def run_cgptstate(machine):
     host = hosts.create_host(machine)
     job.run_test("firmware_CgptState", host=host, cmdline_args=args,
-                 use_faft=True, disable_sysinfo=True)
+                 use_faft=True, disable_sysinfo=True,
+                 dev_mode=False, tag="normal")
 
 parallel_simple(run_cgptstate, machines)