Project

General

Profile

action #43148

Updated by mkittler over 5 years ago

The developer mode isn't working on o3. After investigating the issue it seems that the firewall on the worker (tested with openqaworker1) isn't allowing HTTP/WebSocket connections from ariel to the worker. For the developer mode to work this must be allowed. 

 Note that the HTTP/WebSocket connection is using a port deduced from the test variable `QEMUPORT`: `$bmwqemu::vars{QEMUPORT} + 1`. 

 In practice this is eg. `20033` for the worker instance openqaworker1:3.

Back