Method: DeepTest::Distributed::TestServer#spawn_worker_server
- Defined in:
- lib/deep_test/distributed/test_server.rb
#spawn_worker_server(options) ⇒ Object
14 15 16 17 18 19 |
# File 'lib/deep_test/distributed/test_server.rb', line 14 def spawn_worker_server() DeepTest.logger.debug("mirror spawn_worker_server for #{options.origin_hostname}") RemoteWorkerServer.start(URI.parse(@config[:uri]).host, .mirror_path(@config[:work_dir]), TestServerWorkers.new(, @config, DRbClientConnectionInfo.new)) end |