mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 16:21:00 +01:00 
			
		
		
		
	- separate I/O thread and message dispatch threads Change-Id: I11a10a47de451a9e3063b62f9450be19c3a9dae7
		
			
				
	
	
		
			16 lines
		
	
	
		
			239 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			239 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| COMPILE_DEPS = [
 | |
|     '//lib:CORE_DEPS',
 | |
|     '//lib:openflowj',
 | |
|     '//lib:netty-transport',
 | |
| ]
 | |
| 
 | |
| TEST_DEPS = [
 | |
|     '//lib:TEST',
 | |
|     '//core/api:onos-api-tests',
 | |
| ]
 | |
| 
 | |
| osgi_jar_with_tests (
 | |
|     deps = COMPILE_DEPS,
 | |
|     test_deps = TEST_DEPS,
 | |
| )
 |