FAFT: Add config settings for yuna for FAFT tests

Inherit the auron config.

BUG=chrome-os-partner:33073
TEST=None

Change-Id: Icddb512305d4a591e62e4a569f1f33610413f6cc
Signed-off-by: Tim Chen <Tim-Chen@quantatw.com>
Reviewed-on: https://chromium-review.googlesource.com/224599
Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org>
(cherry picked from commit 836492dfec8403aed139a1b14e66684aff4f37f9)
Reviewed-on: https://chromium-review.googlesource.com/231723
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/yuna.py b/server/cros/faft/config/yuna.py
new file mode 100644
index 0000000..f8e8830
--- /dev/null
+++ b/server/cros/faft/config/yuna.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 Yuna."""
+
+from autotest_lib.server.cros.faft.config import auron
+
+
+class Values(auron.Values):
+    """Inherit overrides from auron."""
+    pass