diff options
author | Daniel Rose <dr695h@att.com> | 2019-09-23 13:21:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-23 13:21:53 +0000 |
commit | ce3b6135fd8d91cabc39cf56d2c657a8daf0c29c (patch) | |
tree | 9ad527aab03a6902f0cd848ddec00874edb2a23b /plans | |
parent | 48926e13233260ac15b57d9560b30bb90bb307d4 (diff) | |
parent | e12a5ef7fa61256acdc2d44df637bdb3aee370f3 (diff) |
Merge "Add support for HTTPS in SDC sanity/uiSanity tests"
Diffstat (limited to 'plans')
-rw-r--r-- | plans/sdc/sanity/setup.sh | 3 | ||||
-rw-r--r-- | plans/sdc/uiSanity/setup.sh | 3 |
2 files changed, 6 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}" diff --git a/plans/sdc/uiSanity/setup.sh b/plans/sdc/uiSanity/setup.sh index b02cd7be..bfb9a153 100644 --- a/plans/sdc/uiSanity/setup.sh +++ b/plans/sdc/uiSanity/setup.sh @@ -15,6 +15,9 @@ # limitations under the License. # +# It can enable HTTPS for SDC uiSanity 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}" |