entrypoint.sh: export MIRROR_CONF for use by go test code

Later changes to the test Go code will make use of the MIRROR_CONF
variable to access the secondary ceph cluster.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-04-06 13:37:16 -04:00 committed by mergify[bot]
parent 5c537e20ad
commit 0946b9e0e2
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ test_go_ceph() {
fi
if [[ ${MIRROR_CONF} && ${CEPH_VERSION} != nautilus ]]; then
setup_mirroring
export MIRROR_CONF
fi
for pkg in "${pkgs[@]}"; do
test_pkg "${pkg}" || test_failed "${pkg}"