aboutsummaryrefslogtreecommitdiffstats
path: root/plans/sdc/sanity/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plans/sdc/sanity/setup.sh')
-rw-r--r--plans/sdc/sanity/setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/plans/sdc/sanity/setup.sh b/plans/sdc/sanity/setup.sh
index 20a8eac3..8c0336c9 100644
--- a/plans/sdc/sanity/setup.sh
+++ b/plans/sdc/sanity/setup.sh
@@ -15,6 +15,9 @@
# limitations under the License.
#
+# It can enable HTTPS for SDC sanity tests
+export SDC_TEST_HTTPS="${SDC_TEST_HTTPS:-false}"
+
# By default all images are from remote upstream registry, this option
# provides the chance to test locally built images
export SDC_LOCAL_IMAGES="${SDC_LOCAL_IMAGES:-false}"