23 lines
		
	
	
		
			678 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			678 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # 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.
 | |
| """
 | |
| 
 | |
| job.run_test('network_FirewallHolePunch')
 | |
| 
 |