1# Copyright 2015 The Chromium 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 5AUTHOR = "krisr@chromium.org" 6NAME = "network_FirewallHolePunch" 7PURPOSE = "Verifies the Chrome applications can punch a hole in the firewall" 8CRITERIA = """ 9This test will fail if a Chrome application is unable to punch a hole in the 10firewall or if the socket is not closed when no longer in use. 11""" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "network" 15TEST_TYPE = "client" 16 17DOC = """ 18This test verifies holes can be punched in the ChromeOS firewall. 19""" 20 21job.run_test('network_FirewallHolePunch') 22 23