FAFT: Add config settings for paine for FAFT tests

Inherit the auron config.

BUG=chrome-os-partner:33198
TEST=None
Change-Id: I6fecb974831cbca9044841353e71dce8a42c4476
Signed-off-by: Pan Sheng-Liang <Sheng-Liang.Pan@quantatw.com>
Reviewed-on: https://chromium-review.googlesource.com/225031
Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org>
(cherry picked from commit b8bec437931313c6d6065474fc9544e6d40d122e)
Reviewed-on: https://chromium-review.googlesource.com/231730
Reviewed-by: Yusuf Mohsinally <mohsinally@chromium.org>
Commit-Queue: Bernie Thompson <bhthompson@chromium.org>
Tested-by: Bernie Thompson <bhthompson@chromium.org>
diff --git a/server/cros/faft/config/paine.py b/server/cros/faft/config/paine.py
new file mode 100644
index 0000000..45350e4
--- /dev/null
+++ b/server/cros/faft/config/paine.py
@@ -0,0 +1,12 @@
+# Copyright (c) 2014 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 Paine."""
+
+from autotest_lib.server.cros.faft.config import auron
+
+
+class Values(auron.Values):
+    """Inherit overrides from auron."""
+    pass