Merge "Test basic registration scenario when AAI and dmaap is configured _NOT_ to...
[integration/csit.git] / tests / dcaegen2 / prh-testcases / resources / simulator / AAI.py
index 43f4fab..0886434 100644 (file)
@@ -191,6 +191,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, keyfile="certs/aai.key", certfile="certs/aai.crt", ca_certs="certs/root.crt")
     httpServerLib.start_http_endpoint(3335, AAISetup)
     while 1: