Relm: Add FAFT config for Relm

BUG=None
TEST=None

Change-Id: Icbb720966d80763f3359730fad3c5463bb092924
Reviewed-on: https://chromium-review.googlesource.com/344091
Reviewed-by: Trevor Tsang <ttsang@google.com>
Commit-Queue: Keith Tzeng <keith.tzeng@quantatw.com>
Tested-by: Keith Tzeng <keith.tzeng@quantatw.com>
diff --git a/server/cros/faft/config/relm.py b/server/cros/faft/config/relm.py
new file mode 100644
index 0000000..435d030
--- /dev/null
+++ b/server/cros/faft/config/relm.py
@@ -0,0 +1,11 @@
+# Copyright 2016 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 config setting overrides for Relm."""
+
+from autotest_lib.server.cros.faft.config import strago
+
+class Values(strago.Values):
+    """Inherit overrides from Strago."""
+    pass