| .. | ||
| build.sh | ||
| netty-ut-jdk8.yaml | ||
| preinstall_deps.sh | ||
| README | ||
| run_netty_ut_jdk8.sh | ||
| ut-jar.url | ||
# 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 ```