From 81af2ca7846d1be0feee5310c133df83b7bfb946 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Sun, 23 Jun 2024 21:04:12 +0200 Subject: [PATCH] Add test from 2024.6.4~ynh1 --- tests.toml | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/tests.toml b/tests.toml index 156ae04..28b2d10 100644 --- a/tests.toml +++ b/tests.toml @@ -1,21 +1,18 @@ test_format = 1.0 [default] - - # ------------ - # Tests to run - # ------------ - - - - # ------------------------------- - # Default args to use for install - # ------------------------------- - - - - # ------------------------------- - # Commits to test upgrade from - # ------------------------------- - - + # ------------------------------- + # Commits to test upgrade from c831b0817c6283bd76ad902a7dd81e647cc9880d + # 2024.6.4~ynh1 with old apt dependencies + # ------------------------------- + test_upgrade_from.c831b08.name = "2024.6.4~ynh1" + test_upgrade_from.c831b08.args.domain = "sub.domain.tld" + test_upgrade_from.c831b08.args.init_main_permission = "visitors" + test_upgrade_from.c831b08.args.home = "Home" + test_upgrade_from.c831b08.args.latitude = 32.87336 + test_upgrade_from.c831b08.args.longitude = 117.22743 + test_upgrade_from.c831b08.args.elevation = 430 + test_upgrade_from.c831b08.args.unit_system = "metric" + test_upgrade_from.c831b08.args.currency = "USD" + test_upgrade_from.c831b08.args.country = "US" + test_upgrade_from.c831b08.args.time_zone = "America/Los_Angeles"