stable

Clone or download

Read-only

Make sure tests can be executed without an external network

Tuleap instances must be usable without having access to the Internet, the tests should be executed in a similar environnement. Tests relying on a external services should mock the external service (and the feature should be optionnal). Disabling the network for test test containers also make sure the tests does not become suddenly slow when you lost your external connection because the test wait for the timeout of their DNS requests (this impact mostly SOAP and REST test suite). Close request #13493: REST tests cannot be run without Internet connection Change-Id: I308b85da3cb40ad034cb82bcc8d7706127be96f3

Modified Files

Name
M Makefile +17 −17 Go to diff View file
M tests/Jenkinsfile +1 −0 Go to diff View file
M tests/Jenkinsfile-nightly +1 −0 Go to diff View file
M tests/actions.groovy +4 −4 Go to diff View file