Skip to content

Commit c072514

Browse files
committed
[#89242] README: Add links to files
1 parent 6725707 commit c072514

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Files in the `artifacts/` directory will automatically be saved as build artifac
4343
4444
## Important files in this repo
4545
46-
* `test.resc` - Renode script file, this is where you load the platform and set up simulation
47-
* `test.robot` - [Robot Framework](https://robotframework.org/) test file, where you instruct Renode how to reproduce the erroneous behaviour
48-
* `.github/workflows` - the GH Actions script, modify it when you need to change `renode-revision`, `renode-repository` or to make fundamental changes to the pipeline
49-
* `artifacts` - any files you want the CI to store for demonstration (e.g. logs) should end up here during the CI job
50-
* `build.sh` - a stub of a potential build script for your [test software](#providing-test-software)
51-
* `requirements.txt` - add any Python requirements here, if needed
46+
* [test.resc](./test.resc) - Renode script file, this is where you load the platform and set up simulation
47+
* [test.robot](./test.robot) - [Robot Framework](https://robotframework.org/) test file, where you instruct Renode how to reproduce the erroneous behaviour
48+
* [test.yml](./.github/workflows/test.yml#L21) - the GH Actions script, here you can add your fork of Renode to the suite or make fundamental changes to the pipeline
49+
* [artifacts](./artifacts) - any files you want the testing CI to use or store for demonstration (e.g. built binaries, logs) should end up here during the CI job
50+
* [build.sh](./build.sh) - a stub of a potential build script for your [test software](#providing-test-software)
51+
* [requirements.txt](./requirements.txt) - add any Python requirements here, if needed
5252
5353
## Providing fixes
5454

0 commit comments

Comments
 (0)