Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/upstream/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ distro (otherwise the default would be `centos-stream-8`) and for
expression.
* **tf_post_install_script** - Bash script as a string to run during the guest provisioning.
* **tf_extra_params** - A free-form dictionary that allows specifying extra parameters to the Testing Farm.
For a complete list of parameters, refer to the [Testing Farm documentation](https://api.testing-farm.io/redoc#operation/request_a_new_test_v0_1_requests_post).
For a complete list of parameters, refer to the [Testing Farm documentation](https://api.testing-farm.io/docs#operation/request_a_new_test_v0_1_requests_post).
The dictionary must follow the structure of the Testing Farm request. Options specified in the dictionary have the
highest precedence, i.e. can override Packit's defaults. They are being merged with the Packit's values, the only exception
is the `artifacts` list, which is combined with the artifact passed by Packit. Also, beware of indentation-sensitivity of the YAML format.
Expand Down
Loading