You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,12 @@ Files in the `artifacts/` directory will automatically be saved as build artifac
43
43
44
44
## Important files in this repo
45
45
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
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) - the GH Actions script, here you can add your fork of Renode to the suite or make fundamental changes to the pipeline
49
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
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
0 commit comments