aboutsummaryrefslogtreecommitdiff
path: root/util/mma/mma.conf
diff options
context:
space:
mode:
Diffstat (limited to 'util/mma/mma.conf')
-rw-r--r--util/mma/mma.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/mma/mma.conf b/util/mma/mma.conf
new file mode 100644
index 0000000000..29c1f220d0
--- /dev/null
+++ b/util/mma/mma.conf
@@ -0,0 +1,11 @@
+# Copyright (c) 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.
+
+description "Run the mma automation tests"
+author "chromium-os-dev@chromium.org"
+
+start on started boot-services
+script
+ bash mma_automated_test.sh
+end script