mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
16 lines
No EOL
503 B
TOML
16 lines
No EOL
503 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
# ------------
|
|
# Tests to run
|
|
# ------------
|
|
|
|
exclude = ["install.subdir", "change_url"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.welcometext="Welcome to my Mumble server"
|
|
args.registername="Root" |