blob: 28b6eb918055b432d24c3a234b85a3544d190206 [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'
DOC = """\
This test runs the p2p-server daemon which in turns runs the p2p-http-server
daemon on the DUT and checks that a peer on the network can download a shared
file but, for security reasons, localhost can't.
"""
NAME = 'p2p_ServeFiles'
PURPOSE = 'Check that p2p-http-server daemon serves files over HTTP.'
CRITERIA = "Fails if the DUT can't serve a HTTP request from the network."
SUITE = 'experimental'
TEST_CLASS = 'platform'
TEST_CATEGORY = 'Functional'
TEST_TYPE = 'client'
job.run_test('p2p_ServeFiles')