Quantcast

[JIRA] (JENKINS-12842) Allow to pass proxy and other system properties to selenium grid

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12842) Allow to pass proxy and other system properties to selenium grid

JIRA noreply@jenkins-ci.org
Dietrich Schulten created JENKINS-12842:
-------------------------------------------

             Summary: Allow to pass proxy and other system properties to selenium grid
                 Key: JENKINS-12842
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12842
             Project: Jenkins
          Issue Type: New Feature
          Components: selenium
    Affects Versions: current
            Reporter: Dietrich Schulten
            Assignee: Kohsuke Kawaguchi


The communication from the Selenium Hub to the RCs requires that the high ports are generally open between the master and the slave.

In our environment, such a setup is not viable. A possibility would be to go over a proxy as described here: http://selenium-grid.seleniumhq.org/faq.html#can_i_configure_the_remote_control_to_use_a_custom_httphttps_proxy

The environment properties on the general hudson configuration page do not apply here. I did not find a possibility to set system properties with -D during startup of the hub jar:

Starting Selenium Grid
[selenium-grid] $ /usr/java/jdk1.6.0_30/jre/bin/java -cp /opt/hudson/data/war/WEB-INF/lib/remoting-1.395.jar hudson.remoting.Launcher -cp /opt/hudson/data/selenium-grid/li
b/log4j-1.2.14.jar:/opt/hudson/data/selenium-grid/lib/selenium-grid-hub-standalone-1.0.4.jar -connectTo localhost:48365

Is that possible somewhere? If not, could it be added?


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12842) Allow to pass proxy and other system properties to selenium grid

JIRA noreply@jenkins-ci.org
Change By: Richard Lavoie (08/Sep/12 1:52 PM)
Assignee: Kohsuke Kawaguchi Richard Lavoie
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12842) Allow to pass proxy and other system properties to selenium grid

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

If you are talking about the -connectTo, this is done by the remoting library and is not directly related to the selenium plugin itself. The remoting library is what is used to communicate between jenkins/hudson and it's childs.

I'll check that out or ask Kohsuke if something can be done against that.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...