mirror of
https://github.com/YunoHost-Apps/influxdb_v2_ynh.git
synced 2024-09-03 19:26:11 +02:00
Merge pull request #1 from YunoHost-Apps/testing
adding tests.toml file
This commit is contained in:
commit
1b30fd289e
1 changed files with 24 additions and 0 deletions
24
tests.toml
Normal file
24
tests.toml
Normal file
|
@ -0,0 +1,24 @@
|
|||
test_format = 1.0
|
||||
|
||||
[default]
|
||||
|
||||
# ------------
|
||||
# Tests to run
|
||||
# ------------
|
||||
|
||||
exclude = ["install.subdir"]
|
||||
|
||||
# -------------------------------
|
||||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
# By default, the CI will automagically fill the 'standard' args
|
||||
# such as domain, path, admin, is_public and password with relevant values
|
||||
# and also install args with a "default" provided in the manifest..
|
||||
# It should only make sense to declare custom args here for args with no default values
|
||||
|
||||
args.password = "p@ssw0rd"
|
||||
args.influxdb_org_name = "flux-org"
|
||||
args.influxdb_bucket_name = "flux-bucket"
|
||||
args.influxdb_bucket_retention = "30d"
|
||||
args.init_main_permission = "all_users"
|
Loading…
Reference in a new issue