Skip to content

Commit

Permalink
Add example for overriding example test parameters
Browse files Browse the repository at this point in the history
Add a commented-out example for overriding example test parameters to
the config file template like we have it for most other settings.

Related ticket: https://progress.opensuse.org/issues/166658
  • Loading branch information
Martchus committed Sep 23, 2024
1 parent 313ee7a commit 916b53a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/openqa/openqa.ini
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,11 @@ concurrent = 0
# home =
# username = openqa-user
# ssh_key_file = ~/.ssh/id_rsa

# Override form values for creating example test
#[test_preset example]
#title = Create example test
#info = Some info that will show up on the "Create … -> Example test" page
#casedir = https://github.com/os-autoinst/os-autoinst-distri-example.git
#distri = example
#build = openqa

0 comments on commit 916b53a

Please sign in to comment.