occlum/demos/netty_ut
2023-02-27 09:06:31 +08:00
..
build.sh [Demo] Add Netty unit test demo 2023-02-27 09:06:31 +08:00
netty-ut-jdk11.yaml [Demo] Add Netty unit test demo 2023-02-27 09:06:31 +08:00
README [Demo] Add Netty unit test demo 2023-02-27 09:06:31 +08:00
run_netty_ut_jdk11.sh [Demo] Add Netty unit test demo 2023-02-27 09:06:31 +08:00
ut-jar.url [Demo] Add Netty unit test demo 2023-02-27 09:06:31 +08:00

# A Simple netty unit test usage demo

This project demonstrates how to verify the completeness of Netty on Occlum.

1. Download junit and related netty jars
```
./build.sh
```

2. Run `netty unit test ` on Occlum
```
./run_netty_ut_jdk11.sh
```