lulu: Add lulu autotest config

Lulu references the Auron autotest config

BUG=chrome-os-partner:35841
TEST=emerge-lulu autotest autotest-tests
BRANCH=None

Change-Id: I8180b50621f2686afc4c34beb6ae1eabaa9214bf
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-on: https://chromium-review.googlesource.com/243852
Reviewed-by: Shawn N <shawnn@chromium.org>
(cherry picked from commit a61fcd08e2d0581120736af31da275598f9e838d)
Reviewed-on: https://chromium-review.googlesource.com/273650
Reviewed-by: Bernie Thompson <bhthompson@chromium.org>
Tested-by: Sean Chiang <sean_fs_chiang@wistron.com>
Commit-Queue: Sean Chiang <sean_fs_chiang@wistron.com>
diff --git a/server/cros/faft/config/lulu.py b/server/cros/faft/config/lulu.py
new file mode 100644
index 0000000..a6810c8
--- /dev/null
+++ b/server/cros/faft/config/lulu.py
@@ -0,0 +1,12 @@
+# Copyright 2014-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 Lulu."""
+
+from autotest_lib.server.cros.faft.config import auron
+
+
+class Values(auron.Values):
+    """Inherit overrides from Auron."""
+    pass