20 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # A Simple netty unit test usage demo
 | |
| 
 | |
| This demo demonstrates how to verify the completeness of Netty on Occlum.
 | |
| 
 | |
| ### 1. Preinstall dependencies
 | |
| Related dependencies: OpenJDK 11 (Glibc)
 | |
| ```
 | |
| ./preinstall_deps.sh
 | |
| ```
 | |
| 
 | |
| ### 2. Download junit and related netty jars
 | |
| ```
 | |
| ./build.sh
 | |
| ```
 | |
| 
 | |
| ### 3. Run `netty unit test ` on Occlum
 | |
| ```
 | |
| ./run_netty_ut_jdk11.sh
 | |
| ```
 |