Skip to content

Commit

Permalink
docs(autoware_testing): fix link (tier4#741)
Browse files Browse the repository at this point in the history
* docs(autoware_testing): fix link

* fix typo

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
  • Loading branch information
2 people authored and boyali committed Oct 3, 2022
1 parent 02d94d4 commit c38ad19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/autoware_testing/design/autoware_testing-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Where

`<executable_name>` - [required] tested node executable name.

`<param_filename>` - [optional] param filename. Default value is `test.param.yaml`. Required mostly in situation where there are multiple smoke tests in a package and each requires different paramteres set
`<param_filename>` - [optional] param filename. Default value is `test.param.yaml`. Required mostly in situation where there are multiple smoke tests in a package and each requires different parameters set

`<arguments>` - [optional] arguments passed to executable. By default no arguments are passed.

Expand All @@ -52,7 +52,7 @@ build/<package_name>/test_results/<package_name>/<executable_name>_smoke_test.xu

## References / External links

- <https://en.wikipedia.org/wiki/Smoke_testing_(software>)
- <https://en.wikipedia.org/wiki/Smoke_testing_(software)>
- <https://github.com/ros2/ros_testing>
- <https://github.com/ros2/launch/blob/master/launch_testing>

Expand Down

0 comments on commit c38ad19

Please sign in to comment.