autotest: Add peerd related tests to nightly suite

Should these tests prove reliable, we'll run them as part of
the BVT and remove them from this suite.

BUG=chromium:433090
TEST=None

Change-Id: Ia0491b3e4ae9cf14e33ffb10de35f0e7a32fbb80
Reviewed-on: https://chromium-review.googlesource.com/230840
Reviewed-by: Christopher Wiley <wiley@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
Tested-by: Christopher Wiley <wiley@chromium.org>
diff --git a/client/site_tests/peerd_AdvertiseServices/control b/client/site_tests/peerd_AdvertiseServices/control
index a0313f3..4ff9919 100644
--- a/client/site_tests/peerd_AdvertiseServices/control
+++ b/client/site_tests/peerd_AdvertiseServices/control
@@ -6,6 +6,7 @@
 NAME = 'peerd_AdvertiseServices'
 TIME = 'FAST'
 TEST_TYPE = 'client'
+SUITE = 'tendo_experimental'
 
 DOC = """
 This test starts up Avahi inside a network chroot, then watches for
diff --git a/client/site_tests/peerd_DiscoverServices/control b/client/site_tests/peerd_DiscoverServices/control
index 8e52564..62821f1 100644
--- a/client/site_tests/peerd_DiscoverServices/control
+++ b/client/site_tests/peerd_DiscoverServices/control
@@ -6,6 +6,7 @@
 NAME = 'peerd_DiscoverServices'
 TIME = 'FAST'
 TEST_TYPE = 'client'
+SUITE = 'tendo_experimental'
 
 DOC = """
 This test starts up Avahi inside a network chroot, then watches for
diff --git a/suite_scheduler.ini b/suite_scheduler.ini
index 22bca57..45cad1e 100644
--- a/suite_scheduler.ini
+++ b/suite_scheduler.ini
@@ -721,3 +721,9 @@
 suite: ui
 branch_specs: >=tot-2
 pool: suites
+
+[TendoExperimental]
+run_on: nightly
+suite: tendo_experimental
+branch_specs: ==tot
+pool: suites
diff --git a/test_suites/control.tendo_experimental b/test_suites/control.tendo_experimental
new file mode 100644
index 0000000..242de60
--- /dev/null
+++ b/test_suites/control.tendo_experimental
@@ -0,0 +1,41 @@
+# Copyright 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.
+
+AUTHOR = 'wiley, avakulenko, keybuk'
+NAME = 'tendo_experimental'
+PURPOSE = 'Staging ground for Tendo BVT candidates'
+CRITERIA = 'Failures in this suite do not block release of a build'
+
+TIME = 'SHORT'
+TEST_CATEGORY = 'General'
+TEST_CLASS = 'suite'
+TEST_TYPE = 'Server'
+
+DOC = """
+Before a test is added to the BVT, it must demonstrate a track
+record of stability running in the lab.  The track record is
+created by adding it to a suite and allowing it to run.  This suite
+groups Tendo related tests for this purpose.
+
+@param build: The name of the image to test.
+              Ex: x86-mario-release/R17-1412.33.0-a1-b29
+@param board: The board to test on. Ex: x86-mario
+@param pool: The pool of machines to utilize for scheduling. If pool=None
+             board is used.
+@param check_hosts: require appropriate live hosts to exist in the lab.
+"""
+
+import common
+from autotest_lib.server.cros import provision
+from autotest_lib.server.cros.dynamic_suite import dynamic_suite
+
+
+dynamic_suite.reimage_and_run(
+    build=build, board=board, name=NAME, job=job, pool=pool,
+    check_hosts=check_hosts, add_experimental=False, num=num,
+    file_bugs=file_bugs, priority=priority,
+    timeout_mins=timeout_mins,
+    devserver_url=devserver_url, version_prefix=provision.CROS_VERSION_PREFIX,
+    wait_for_results=wait_for_results, job_retry=job_retry)
+