From bd03c0f543c4e668dbd6807ab2861aeff75e1d02 Mon Sep 17 00:00:00 2001 From: Xiaowu Zhang <xiaowu.zhang@nexedi.com> Date: Wed, 29 Aug 2018 09:59:00 +0200 Subject: [PATCH] run-zelenium-test: add comment for authentication over http --- stack/erp5/template/run-zelenium-test.py.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack/erp5/template/run-zelenium-test.py.in b/stack/erp5/template/run-zelenium-test.py.in index f9b4fb11f..0c1a2749c 100644 --- a/stack/erp5/template/run-zelenium-test.py.in +++ b/stack/erp5/template/run-zelenium-test.py.in @@ -80,6 +80,8 @@ def main(): if not args.appium_server_auth or not args.remote_access_url: sys.exit(-1) + #Authentication over HTTPS is not supported in saucelab + #https://wiki.saucelabs.com/display/DOCS/Instant+Selenium+Python+Tests appium_url = "http://%s@ondemand.saucelabs.com/wd/hub" % (args.appium_server_auth) # adjust make path to access url # Do not store any test result in the ZMI -- 2.30.9