Home | History | Annotate | Download | only in p2p_ShareFiles
      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 
      5 TIME='FAST'
      6 AUTHOR = 'deymo,zeuthen,chromeos-installer'
      7 BUG_TEMPLATE = {
      8     'cc': ['chromeos-installer-alerts (a] google.com'],
      9     'labels': ['Cr-Internals-Installer'],
     10 }
     11 
     12 DOC = """\
     13 This test runs the p2p-server daemon on the DUT and checks that a peer on the
     14 network can discover both the P2P service and the files shared on this service
     15 simulating a fake client on the network.
     16 """
     17 NAME = 'p2p_ShareFiles'
     18 PURPOSE = 'Check that P2P daemon shares files on the network.'
     19 CRITERIA = "Fails if p2p-server doesn't announce its shared files via mDNS."
     20 ATTRIBUTES = "suite:bvt-cq"
     21 SUITE = 'bvt-cq'
     22 TEST_CLASS = 'platform'
     23 TEST_CATEGORY = 'Functional'
     24 TEST_TYPE = 'client'
     25 JOB_RETRIES = 2
     26 
     27 job.run_test('p2p_ShareFiles')
     28