Skip to content
Snippets Groups Projects
Commit 49b1d36e authored by Iustin Pop's avatar Iustin Pop
Browse files

QA: switch RAPI to https

Since we by default now use SSL for RAPI, we need to switch the QA
tests to SSL too.

Reviewed-by: amishchenko
parent ee69c97f
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ def _DoTests(uris): ...@@ -81,7 +81,7 @@ def _DoTests(uris):
for uri, verify in uris: for uri, verify in uris:
assert uri.startswith("/") assert uri.startswith("/")
url = "http://%s:%s%s" % (host, port, uri) url = "https://%s:%s%s" % (host, port, uri)
print "Testing %s ..." % url print "Testing %s ..." % url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment