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 which in turns runs the p2p-http-server 14 daemon on the DUT and checks that a peer on the network can download a shared 15 file but, for security reasons, localhost can't. 16 """ 17 NAME = 'p2p_ServeFiles' 18 PURPOSE = 'Check that p2p-http-server daemon serves files over HTTP.' 19 CRITERIA = "Fails if the DUT can't serve a HTTP request from the network." 20 ATTRIBUTES = "suite:bvt-cq" 21 SUITE = 'bvt-cq' 22 # See chromium:337726 for ongoing work to remove the experimental tag. 23 TEST_CLASS = 'platform' 24 TEST_CATEGORY = 'Functional' 25 TEST_TYPE = 'client' 26 JOB_RETRIES = 2 27 28 job.run_test('p2p_ServeFiles') 29 30