CHERRY-PICK: Gandof: Add faft config for Gandof

Inherit the Auron config.

BUG=none
TEST=none

Original-Change-Id: I1a644148f163e6ad025bb58e19767a4b2c0afb4f
Signed-off-by: David Wu <David_Wu@quantatw.com>
Reviewed-on: https://chromium-review.googlesource.com/265402
Reviewed-by: Ryan Lin <ryan.lin@intel.com>
Reviewed-by: Shawn N <shawnn@chromium.org>
Commit-Queue: David Wu <david_wu@quantatw.com>
Tested-by: David Wu <david_wu@quantatw.com>
(cherry picked from commit 242b7acbfba3199a739b83ca1ed29ae23d9c02fb)

Change-Id: Ia20cad4dc372ad468760824dfb804cbb0ad639f8
Reviewed-on: https://chromium-review.googlesource.com/277925
Reviewed-by: Bernie Thompson <bhthompson@chromium.org>
Commit-Queue: David Wu <david_wu@quantatw.com>
Tested-by: David Wu <david_wu@quantatw.com>
diff --git a/server/cros/faft/config/gandof.py b/server/cros/faft/config/gandof.py
new file mode 100644
index 0000000..296dccc
--- /dev/null
+++ b/server/cros/faft/config/gandof.py
@@ -0,0 +1,12 @@
+# Copyright (c) 2015 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.
+
+"""FAFT configuration overrides for Gandof."""
+
+from autotest_lib.server.cros.faft.config import auron
+
+
+class Values(auron.Values):
+    """Inherit overrides from auron."""
+    pass