From 0d081aedfdcd2a4995e434f6e716e7ac2efe3004 Mon Sep 17 00:00:00 2001 From: rl001m Date: Wed, 7 Mar 2018 16:53:50 -0500 Subject: Added unit test cases for data component Added Python unit test cases for aai.py file in data component. Modified the code in aai.py to make it test-driven. Issue-ID: OPTFRA-79 Change-Id: I5c912c8a13226c6dada921f255a030e798665938 Signed-off-by: rl001m --- conductor/docker/conductor.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conductor/docker') diff --git a/conductor/docker/conductor.conf b/conductor/docker/conductor.conf index b668af4..c93e9ec 100644 --- a/conductor/docker/conductor.conf +++ b/conductor/docker/conductor.conf @@ -151,17 +151,17 @@ server_url_version = v11 # SSL/TLS certificate file in pem format. This certificate must be registered # with the A&AI endpoint. (string value) #certificate_file = /home/saisree/certs/imacculate.client.research.att.com.cer -certificate_file = /home/saisree/larry_certs/lt_hp1174418.client.research.att.com.cer +certificate_file = /home/larry/Desktop/Development/larry_certs/lt_hp1174418.client.research.att.com.cer # Private Certificate Key file in pem format. (string value) # certificate_key_file = /home/saisree/certs/imacculate.client.research.att.com.key -certificate_key_file = /home/saisree/larry_certs/lt_hp1174418.client.research.att.com.key +certificate_key_file = /home/larry/Desktop/Development/larry_certs/lt_hp1174418.client.research.att.com.key # Certificate Authority Bundle file in pem format. Must contain the appropriate # trust chain for theCertificate file. (string value) # certificate_authority_bundle_file = ~/certs/ca-bundle.pem # certificate_authority_bundle_file = /home/saisree/cert/ca-bundle.pem -certificate_authority_bundle_file = /home/saisree/larry_certs/ca_bundle.pem +#certificate_authority_bundle_file = /home/saisree/larry_certs/ca_bundle.pem [api] -- cgit 1.2.3-korg