CHERRY-PICK: Banon: Add faft config for Banon

Inherit the strago config.

BUG=None
TEST=None

Original-Change-Id: I43637348f6606fb3324e7d84f85be6ebf9ec95f7
Signed-off-by: Katherine <Katherine.Hsieh@quantatw.com>
Reviewed-on: https://chromium-review.googlesource.com/334355
Commit-Ready: Katherine Hsieh <Katherine.Hsieh@quantatw.com>
Tested-by: Katherine Hsieh <Katherine.Hsieh@quantatw.com>
Reviewed-by: Shawn N <shawnn@chromium.org>
(cherry picked from commit 18a6c1d82fb6aa1f1398d6305172ff6d4d7c683c)

Change-Id: Iaf4a2fe1381bc624f095412af9ec01a59215aef0
Reviewed-on: https://chromium-review.googlesource.com/336393
Reviewed-by: Trevor Tsang <ttsang@google.com>
Commit-Queue: David Wu <david_wu@quantatw.com>
Tested-by: David Wu <david_wu@quantatw.com>
diff --git a/server/cros/faft/config/banon.py b/server/cros/faft/config/banon.py
new file mode 100644
index 0000000..038cada
--- /dev/null
+++ b/server/cros/faft/config/banon.py
@@ -0,0 +1,12 @@
+# Copyright 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 Banon."""
+
+from autotest_lib.server.cros.faft.config import strago
+
+
+class Values(strago.Values):
+    """Inherit overrides from strago."""
+    pass