From c9392aa6dc659ddc8940e98f3b5718e355d6c46b Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 24 May 2019 16:23:44 -0400 Subject: deelete requests client cert and copy dns requests client cert is in request lib proper now and dns keywords is moving to the new style robot library Change-Id: I02b0fbc4839ba1e80bbc857498e128bc6db9be8e Issue-ID: TEST-158 Signed-off-by: DR695H --- robotframework-onap/eteutils/RequestsClientCert.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 robotframework-onap/eteutils/RequestsClientCert.py (limited to 'robotframework-onap/eteutils') diff --git a/robotframework-onap/eteutils/RequestsClientCert.py b/robotframework-onap/eteutils/RequestsClientCert.py deleted file mode 100644 index e1fd66f..0000000 --- a/robotframework-onap/eteutils/RequestsClientCert.py +++ /dev/null @@ -1,7 +0,0 @@ - -class RequestsClientCert: - """RequestsClientCert allows adding a client cert to the Requests Robot Library.""" - - def add_client_cert(self, session, cert): - """Add Client Cert takes in a requests session object and a string path to the cert""" - session.cert = cert \ No newline at end of file -- cgit 1.2.3-korg