| # 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 = 'peerd_DiscoverServices' |
| TIME = 'FAST' |
| TEST_TYPE = 'client' |
| ATTRIBUTES = "suite:smoke, suite:tendo_experimental" |
| |
| DOC = """ |
| This test starts up Avahi inside a network chroot, then watches for |
| services advertised by a fake peer (backed by a Python ZeroconfDaemon) |
| to appear in peerd as they are discovered. |
| |
| """ |
| |
| job.run_test('peerd_DiscoverServices') |