1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nomad_ynh.git synced 2024-09-03 19:55:53 +02:00
nomad_ynh/tests.toml

19 lines
387 B
TOML
Raw Normal View History

2024-02-14 14:13:22 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
test_format = 1.0
[default]
args.node_type = "server"
args.retry_join = "192.168.1.100"
args.server_ip = "none..."
# FIXME:
# test_upgrade_from.
[tests_as_client]
args.node_type = "client"
args.retry_join = "192.168.1.100"
args.server_ip = "192.168.1.100"