tests.toml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
  2. test_format = 1.0
  3. [default]
  4. # ------------
  5. # Tests to run
  6. # ------------
  7. # -------------------------------
  8. # Default args to use for install
  9. # -------------------------------
  10. args.query_logging = 1
  11. args.enable_dhcp = 0
  12. # -------------------------------
  13. # Commits to test upgrade from
  14. # -------------------------------
  15. [default.test_upgrade_from.5cc0fe9d7586001602bbaf87084c0ddbbaa041a6]
  16. name = "Last packagingv1 version"
  17. args.admin = "package_checker"
  18. args.domain = "domain.tld"
  19. args.path = "/"
  20. # ; Config_panel
  21. # main.overwrite_files.overwrite_setupvars=0|1
  22. # main.overwrite_files.overwrite_ftl=0|1
  23. # main.overwrite_files.overwrite_nginx=0|1
  24. # main.overwrite_files.overwrite_phpfpm=0|1
  25. # main.global_config.email_type=0|1
  26. # main.php_fpm_config.footprint=low|medium|high
  27. # main.php_fpm_config.free_footprint=20
  28. # main.php_fpm_config.usage=low|medium|high
  29. # main.php_fpm_config.force_max_children=20|0
  30. # actions=0
  31. # config_panel=0