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