Skip to content

Commit

Permalink
added more info about how to use renode
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed Apr 13, 2024
1 parent 7ccbc20 commit 3d02f9f
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,28 @@ A demo is located in the samples folder. This demo can be used as a reference on

# Tests

Some basic tests are done with [Renode](https://renode.readthedocs.io/en/latest/) to simulate the correct setup of the BLE Services and characteristics. Please
refer to the github actions (`.github/workflows/build_test.yml`) to run the tests locally.
Some basic tests are done with [Renode](https://renode.readthedocs.io/en/latest/) to simulate the correct setup of the BLE Services and characteristics.

## Requirements

- Renode v1.13.3
- Robot framework

## Robot

To run the unit test suite with robot execute:

```bash
renode-test -t tests/renode/uptime_test.robot
```

## Debug

If you want to manually debug the tests instead load the Renode script script

```bash
renode tests/renode/uptime.resc
```


## Contact
Expand Down

0 comments on commit 3d02f9f

Please sign in to comment.