Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
Fix: `renode-keywords.robot` url
  • Loading branch information
Willmish authored and mateusz-holenko committed Apr 19, 2024
1 parent ba9a23c commit b77d8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/introduction/testing.md
Expand Up @@ -79,7 +79,7 @@ Should Print Help
The `Should Print Help` test case executes the `help` command in Renode's monitor and verifies the result.

Integration with Renode is achieved by adding entries to the settings section.
The `RENODEKEYWORDS` variable (initialized by the `renode-test` script) contains the path to the [renode-keywords.robot](https://github.com/renode/renode/blob/master/src/Renode/RobotFrameworkEngine/renode-keywords.robot) script responsible for setting up the connection with Renode.
The `RENODEKEYWORDS` variable (initialized by the `renode-test` script) contains the path to the [renode-keywords.robot](https://github.com/renode/renode/blob/master/tests/renode-keywords.robot) script responsible for setting up the connection with Renode.
Other settings configure the suite/test setup and teardowns.

It is recommended to copy the above `Settings` section to each new robot test file.
Expand Down

0 comments on commit b77d8b2

Please sign in to comment.