blob: 6fd4ad560c46c544d8a519547e390b30d28a6429 [file] [log] [blame]
# Copyright (c) 2013 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.
TIME='FAST'
AUTHOR = 'deymo,zeuthen,chromeos-installer'
BUG_TEMPLATE = {
'labels': ['Cr-Internals-Installer'],
}
DOC = """\
This test runs the p2p-server daemon on the DUT and checks that a peer on the
network can discover both the P2P service and the files shared on this service
simulating a fake client on the network.
"""
NAME = 'p2p_ShareFiles'
PURPOSE = 'Check that P2P daemon shares files on the network.'
CRITERIA = "Fails if p2p-server doesn't announce its shared files via mDNS."
SUITE = 'bvt-cq'
TEST_CLASS = 'platform'
TEST_CATEGORY = 'Functional'
TEST_TYPE = 'client'
JOB_RETRIES = 1
job.run_test('p2p_ShareFiles')