aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/prh-testcases/resources/simulator/DMaaP.py
diff options
context:
space:
mode:
authorpkaras <piotr.karas@nokia.com>2018-11-07 09:02:47 +0100
committerpkaras <piotr.karas@nokia.com>2018-11-07 14:29:37 +0100
commitc4b24af1cc608d086b5d7938fdfc691ca016e838 (patch)
tree376db6cb5fcd4f157a44b783d874e1d5bb5ad093 /tests/dcaegen2/prh-testcases/resources/simulator/DMaaP.py
parentc51defc4bb5417827bd80c14d1c0e6bdd9688823 (diff)
ssl set-up between PRH, AAI, DmaaP
Change-Id: I1f13305a25f684df23c58067f5eec01d25e7d01c Issue-ID: DCAEGEN2-956 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
Diffstat (limited to 'tests/dcaegen2/prh-testcases/resources/simulator/DMaaP.py')
-rw-r--r--tests/dcaegen2/prh-testcases/resources/simulator/DMaaP.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dcaegen2/prh-testcases/resources/simulator/DMaaP.py b/tests/dcaegen2/prh-testcases/resources/simulator/DMaaP.py
index bb37ddd0..392c460d 100644
--- a/tests/dcaegen2/prh-testcases/resources/simulator/DMaaP.py
+++ b/tests/dcaegen2/prh-testcases/resources/simulator/DMaaP.py
@@ -58,7 +58,7 @@ class DMaaPHandler(BaseHTTPRequestHandler):
def _main_(handler_class=DMaaPHandler, protocol="HTTP/1.0"):
handler_class.protocol_version = protocol
httpServerLib.start_http_endpoint(2222, DMaaPHandler)
- httpServerLib.start_https_endpoint(2223, DMaaPHandler)
+ httpServerLib.start_https_endpoint(2223, DMaaPHandler, keyfile="certs/org.onap.dmaap-bc.key", certfile="certs/dmaap_bc_topic_mgr_dmaap_bc.onap.org.cer", ca_certs="certs/ca_local_0.cer")
httpServerLib.start_http_endpoint(2224, DmaapSetup)
while 1:
time.sleep(10)