entrypoint: remove GO_CEPH_TEST_REQUIRE_MOUNT environment var

This env var is no longer used, we can drop it from the entrypoint
script.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-03-12 16:07:06 -05:00 committed by mergify[bot]
parent 7031cabd4a
commit 2d85e6f235

View File

@ -12,9 +12,6 @@ BUILD_TAGS=""
RESULTS_DIR=/results RESULTS_DIR=/results
CEPH_CONF=/tmp/ceph/ceph.conf CEPH_CONF=/tmp/ceph/ceph.conf
# env vars consumed by go code directly.
# set defaults if they are currently unset in the environment
: "${GO_CEPH_TEST_REQUIRE_MOUNT:=yes}"
# Default env vars that are not currently changed by this script # Default env vars that are not currently changed by this script
# but can be used to change the test behavior: # but can be used to change the test behavior:
@ -182,7 +179,7 @@ post_all_tests() {
test_go_ceph() { test_go_ceph() {
mkdir -p /tmp/ceph mkdir -p /tmp/ceph
show "${MICRO_OSD_PATH}" /tmp/ceph show "${MICRO_OSD_PATH}" /tmp/ceph
export CEPH_CONF GO_CEPH_TEST_REQUIRE_MOUNT export CEPH_CONF
if [[ ${TEST_RUN} == NONE ]]; then if [[ ${TEST_RUN} == NONE ]]; then
echo "skipping test execution" echo "skipping test execution"