From 89d8d562b7d4620aca3526f34fa11a2ded73cc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:37:18 +0100 Subject: [PATCH] Update tests.toml --- tests.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests.toml b/tests.toml index 9c413a1..df110c5 100644 --- a/tests.toml +++ b/tests.toml @@ -2,4 +2,16 @@ test_format = 1.0 [default] + # ------------------------------- + # Default args to use for install + # ------------------------------- + + args.username = "john" + args.name = "john" + args.email = "admin@example.com" + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + test_upgrade_from.7931d052.name = "Upgrade from 2.0.23"