mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
2. Add "populate" data for upgrades - enabled in both system-setup scripts 3. Add "upgrade" test runner suite
11 lines
286 B
Bash
Executable File
11 lines
286 B
Bash
Executable File
#
|
|
# requires:
|
|
# lib scripts: [ misc.sh ]
|
|
# system-setup scripts: [ setup-defaults.sh ]
|
|
#
|
|
|
|
TEST_USER="anna@$(email_domainpart "$EMAIL_ADDR")"
|
|
TEST_USER_PASS="$(static_qa_password)"
|
|
TEST_USER_CONTACT_UUID="e0642b47-9104-4adb-adfd-5f907d04216a"
|
|
TEST_USER_CONTACT_EMAIL="sam@bff.org"
|