20 lines
		
	
	
		
			351 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			351 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 8 (Glibc)
 | 
						|
```
 | 
						|
./preinstall_deps.sh
 | 
						|
```
 | 
						|
 | 
						|
### 2. Download junit and related netty jars
 | 
						|
```
 | 
						|
./build.sh
 | 
						|
```
 | 
						|
 | 
						|
### 3. Run `netty unit test ` on Occlum
 | 
						|
```
 | 
						|
./run_netty_ut_jdk8.sh
 | 
						|
```
 |