mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-04 15:54:48 +01:00
Eliminate the manual firewall configuration step when connecting a remote Nextcloud's user_ldap
This commit is contained in:
6
tests/vagrant/Vagrantfile
vendored
6
tests/vagrant/Vagrantfile
vendored
@@ -16,7 +16,7 @@ export FEATURE_MUNIN=false
|
||||
export EHDD_KEYFILE=$HOME/keyfile
|
||||
echo -n "boo" >$EHDD_KEYFILE
|
||||
tests/system-setup/remote-nextcloud-docker.sh || exit 1
|
||||
tests/runner.sh ehdd default remote-nextcloud || exit 2
|
||||
tests/runner.sh ehdd remote-nextcloud default || exit 2
|
||||
SH
|
||||
end
|
||||
end
|
||||
@@ -28,8 +28,8 @@ SH
|
||||
cd /mailinabox
|
||||
export PRIMARY_HOSTNAME=qa2.abc.com
|
||||
export FEATURE_MUNIN=false
|
||||
tests/system-setup/remote-nextcloud-docker.sh upgrade basic || exit 1
|
||||
tests/runner.sh default remote-nextcloud upgrade-basic || exit 2
|
||||
tests/system-setup/remote-nextcloud-docker.sh upgrade --populate=basic || exit 1
|
||||
tests/runner.sh remote-nextcloud upgrade-basic default || exit 2
|
||||
SH
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user