Skip to content

Commit

Permalink
[#39] Updates tests section
Browse files Browse the repository at this point in the history
  • Loading branch information
navarrothiago committed Oct 24, 2021
1 parent 74c9994 commit 0ef0b38
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,14 @@ package

## How to test the software

The instructions here is still missing. If you need to know how to test, contact me. For your information, there are UTs for Session Management layers. Also, you can check the video [Performance Evaluation with UPF eBPF/XDP Library for 5G Core Network](https://www.youtube.com/watch?v=6KYFDMJJH2o) to see the performance evaluation (deprecated).
The instructions here is still missing. If you need to know how to test, contact me. There is a lot of script that make the deployment and configuration easier. As you can see in [[.env.sample.sh](.env.sample.sh), there are variables to configure the jump server, trex version, GTP and UDP interfaces (downlink and uplink), etc. Besides, there are UTs for Session Management layers. You can execute with (inside the container).

```
make config-veth-pair
make build-tests
make run-session-manager-tests
```
If you face any problem, feel free to open an issue or contact me.

## :rocket: Benchmark

Expand Down Expand Up @@ -166,8 +173,6 @@ Check the [Jupyter notebook](notebook.ipynb) to how the graphics are generated.

> :memo: For more graphics, check [this](tests/reports/img) folder.


## Tree

The directory structure was created based on this [notes](https://blogs.oracle.com/linux/notes-on-bpf-4).
Expand Down

0 comments on commit 0ef0b38

Please sign in to comment.