blob: 75e9fa611fd4f67b00ad9be6088a3dbbe235e4ed [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "krisr@chromium.org"
NAME = "network_FirewallHolePunch"
PURPOSE = "Verifies the Chrome applications can punch a hole in the firewall"
CRITERIA = """
This test will fail if a Chrome application is unable to punch a hole in the
firewall or if the socket is not closed when no longer in use.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
This test verifies holes can be punched in the ChromeOS firewall.
"""
def run_FirewallHolePunch(machine):
host = host.create_host(machine)
job.run_test('network_FirewallHolePunch', host=host)
parallel_simple(run_FirewallHolePunch, machines)