X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=doctor_tests%2Fidentity_auth.py;h=62b45ede7d53c7ddc31ceaa1ebd29a2c786f2884;hb=62bbcb5c9c24a1801c68ca5f2ec8a03c13b35ff1;hp=0d4295971073de8c063b966a6191db9e856b4d38;hpb=9fd701278bf7d8c5b9451491bcb1a92580adc780;p=doctor.git diff --git a/doctor_tests/identity_auth.py b/doctor_tests/identity_auth.py index 0d429597..62b45ede 100644 --- a/doctor_tests/identity_auth.py +++ b/doctor_tests/identity_auth.py @@ -40,4 +40,5 @@ def get_session(auth=None): """Get a user credentials auth session.""" if auth is None: auth = get_identity_auth() - return session.Session(auth=auth) + return session.Session(auth=auth, + verify=os.environ.get('OS_CACERT'))