To launch tests, a python script `run_sl_test.py` is provided. It provides 2 test modes: one is launching RFSIM, the other is launching USRP. The configurations of different tests are specified in `sl_net_config.json`.
The python run script and configurations files are located under `~/openairinterface5g/ci-scripts`.
The following examples show three nodes tests for each mode.
## Launching in RFSIM test mode ##
Open a terminal and run the following commands.
```
cd ~/openairinterface5g/ci-scripts
```
To run rfsim test with the net 2 specified in `sl_net_config.json`, the following command is used.
```
python3 run_sl_test.py --test rfsim --net 2
```
## Launching in USRP test mode ##
The following is an example to run remote machine (nearby).
The syncref UE is launched on the current machine, and a single
nearby UE is launched on the machine specified by the `--host` and
`--user` flags. The `-r` will enable this simulation to be repeated