manila/manila/tests/share/drivers/netapp/dataontap/client
Felipe Rodrigues ac667519fc [NetApp] Fix hard-coded CA cert path for SSL
NetApp driver is hard-coding the location of CA certificates for SSL
verification during HTTPS requests. This location may change depending
on the environment or/and backend.

This patch adds the `netapp_ssl_cert_path` configuration, enabling
each backend to choose the directory with certificates of trusted CA
or the CA bundle. If set to a directory, it must have been processed
using the c_rehash utility supplied with OpenSSL. If not informed,
it will use the Mozilla's carefully curated collection of Root
Certificates for validating the trustworthiness of SSL certificates.

Closes-Bug: #1900191
Change-Id: Idbed4745104de26af99bb16e07c6890637dfcfd1
(cherry picked from commit 70f7859f98)
(cherry picked from commit 57edaadac1)
2021-01-27 20:38:31 +00:00
..
__init__.py Manila NetApp cDOT driver refactoring 2015-02-10 12:30:24 +00:00
fakes.py [NetApp] Fix hard-coded CA cert path for SSL 2021-01-27 20:38:31 +00:00
test_api.py [NetApp] Fix HTTPS connection for python 3.7 2020-06-24 12:15:09 +00:00
test_client_base.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_client_cmode.py [NetApp] Support NFS shares on windows 2020-11-20 12:02:39 +00:00