mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Cleanup tests.toml
This commit is contained in:
parent
016825ae3e
commit
10e2bfe5bc
1 changed files with 16 additions and 15 deletions
29
tests.toml
29
tests.toml
|
@ -2,37 +2,38 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
exclude = ["install.private"]
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Default args to use for install
|
# Default args to use for install
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
args.export = "libreoffice"
|
args.export = "none"
|
||||||
args.mypads = 0
|
args.mypads = 0
|
||||||
args.useldap = 0
|
args.useldap = 0
|
||||||
args.password = "admin!42"
|
args.password = "##SuperAdminPassword##"
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Commits to test upgrade from
|
# Commits to test upgrade from
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
test_upgrade_from.4d613658.name = "Upgrade from 1.8.17"
|
test_upgrade_from.4d613658.name = "1.8.17"
|
||||||
|
|
||||||
|
|
||||||
# This is an additional test suite
|
|
||||||
[with_mypads]
|
[with_mypads]
|
||||||
args.export = "libreoffice"
|
args.export = "libreoffice"
|
||||||
args.mypads = 1
|
args.mypads = 1
|
||||||
args.useldap = 1
|
args.useldap = 1
|
||||||
only = ["install.root"]
|
only = ["install.root"]
|
||||||
|
|
||||||
#[with_abiword]
|
[with_abiword]
|
||||||
# args.export = "abiword"
|
args.export = "libreoffice"
|
||||||
# args.mypads = 1
|
args.mypads = 0
|
||||||
# args.useldap = 1
|
args.useldap = 0
|
||||||
# only = ["install.root"]
|
only = ["install.root"]
|
||||||
|
|
||||||
#[without_export]
|
[with_libreoffice]
|
||||||
# args.export = "none"
|
args.export = "libreoffice"
|
||||||
# args.mypads = 1
|
args.mypads = 0
|
||||||
# args.useldap = 0
|
args.useldap = 0
|
||||||
# only = ["install.root"]
|
only = ["install.root"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue