1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5TIME='FAST' 6AUTHOR = 'deymo,zeuthen,chromeos-installer' 7BUG_TEMPLATE = { 8 'cc': ['chromeos-installer-alerts@google.com'], 9 'components': ['Internals>Installer'], 10} 11 12DOC = """\ 13This test runs the p2p-server daemon on the DUT and checks that a peer on the 14network can discover both the P2P service and the files shared on this service 15simulating a fake client on the network. 16""" 17NAME = 'p2p_ShareFiles' 18PURPOSE = 'Check that P2P daemon shares files on the network.' 19CRITERIA = "Fails if p2p-server doesn't announce its shared files via mDNS." 20ATTRIBUTES = "suite:bvt-cq" 21TEST_CLASS = 'platform' 22TEST_CATEGORY = 'Functional' 23TEST_TYPE = 'client' 24JOB_RETRIES = 2 25 26job.run_test('p2p_ShareFiles') 27