summaryrefslogtreecommitdiffstats
path: root/tests/testserver/squid/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Docker-based test servers for network-related Qt autotests on WindowsRyan Chu2019-01-231-0/+2
There is no docker bridge on Windows. Docker document recommends using port mapping to connect to a container. The problem is that it causes a port conflict if the user is running a service that binds the same port on the host. This change applies the same solution of macOS to deploy the docker environment into VirtualBox and use the host network option. Task-number: QTQAINFRA-2294 Change-Id: Iedcb8daa39373f02adb59f02eae2775f02870c54 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>