diff options
author | rl001m <rl001m@research.att.com> | 2018-03-07 16:53:50 -0500 |
---|---|---|
committer | rl001m <ruilu@research.att.com> | 2018-03-07 17:00:56 -0500 |
commit | 0d081aedfdcd2a4995e434f6e716e7ac2efe3004 (patch) | |
tree | 1e4c79845a2ac87b9dc0398754355d7ff8cb60db /conductor/docker | |
parent | 19d220e1f87475ef762ba7f6fb39d4eb18ee4c20 (diff) |
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 <ruilu@research.att.com>
Diffstat (limited to 'conductor/docker')
-rw-r--r-- | conductor/docker/conductor.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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] |