Change Management Schedule Optimization
[integration/csit.git] / tests / optf-cmso / cmso / attlibs / RequestsClientCert.py
1
2 class RequestsClientCert:
3     """RequestsClientCert allows adding a client cert to the Requests Robot Library."""
4     
5     def add_client_cert(self, session, cert):
6         """Add Client Cert takes in a requests session object and a string path to the cert"""
7         session.cert = cert