mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
More systemctl reset attempts for travis
This commit is contained in:
parent
c91012a338
commit
504de9874f
@ -81,7 +81,7 @@ mgmt_rest() {
|
||||
}
|
||||
|
||||
systemctl_reset() {
|
||||
local service="${1:-nsd.service}"
|
||||
local service="$1"
|
||||
# for travis-ci: reset nsd to avoid "nsd.service: Start request
|
||||
# repeated too quickly", which occurs inside kick() of the
|
||||
# management flask app when "system restart nsd" is called on
|
||||
@ -104,7 +104,7 @@ mgmt_create_user() {
|
||||
mgmt_rest POST /admin/mail/users/add "email=$email" "password=$pass"
|
||||
rc=$?
|
||||
if echo "$REST_OUTPUT" | grep "updated DNS:" >/dev/null; then
|
||||
systemctl_reset
|
||||
systemctl_reset "nsd.service"
|
||||
fi
|
||||
return $rc
|
||||
}
|
||||
|
@ -202,6 +202,9 @@ test_intl_domains() {
|
||||
|
||||
suite_start "management-users" mgmt_start
|
||||
|
||||
# for travis-ci
|
||||
systemctl_reset "nsd.service"
|
||||
|
||||
test_mixed_case_users
|
||||
test_mixed_case_domains
|
||||
test_intl_domains
|
||||
|
Loading…
Reference in New Issue
Block a user