X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fdcaegen2%2Fprh-testcases%2Fresources%2Fsimulator%2FAAI.py;fp=tests%2Fdcaegen2%2Fprh-testcases%2Fresources%2Fsimulator%2FAAI.py;h=bacd1065b4b7515c1298920e86f42b6b39a9f53b;hb=c4b24af1cc608d086b5d7938fdfc691ca016e838;hp=416e7f458116c87eaee7f6bb75a4c9379c6484ea;hpb=c51defc4bb5417827bd80c14d1c0e6bdd9688823;p=integration%2Fcsit.git diff --git a/tests/dcaegen2/prh-testcases/resources/simulator/AAI.py b/tests/dcaegen2/prh-testcases/resources/simulator/AAI.py index 416e7f45..bacd1065 100644 --- a/tests/dcaegen2/prh-testcases/resources/simulator/AAI.py +++ b/tests/dcaegen2/prh-testcases/resources/simulator/AAI.py @@ -43,7 +43,7 @@ class AAIHandler(BaseHTTPRequestHandler): def _main_(handler_class=AAIHandler, protocol="HTTP/1.0"): handler_class.protocol_version = protocol httpServerLib.start_http_endpoint(3333, AAIHandler) - httpServerLib.start_https_endpoint(3334, AAIHandler) + httpServerLib.start_https_endpoint(3334, AAIHandler, keyfile="certs/org.onap.aai.key", certfile="certs/aai_aai.onap.org.cer", ca_certs="certs/ca_local_0.cer") httpServerLib.start_http_endpoint(3335, AAISetup) while 1: time.sleep(10)