stable

Clone or download

Read-only

Run automatically integration tests on svn actions

Part of story #10171 automate distributed tuleap setup tests Change-Id: I27c9012d8c6d5853d1cb816a53fe29f96e01f89a

Modified Files

Name
A docker-compose-distlp-tests.yml +111 −0 Go to diff View file
M docker-compose-distlp.yml +1 −1 Go to diff View file
M tools/distlp/backend-svn/backend-svn.sh +4 −4 Go to diff View file
M tools/distlp/backend-web/run.php +11 −0 Go to diff View file
M tools/distlp/reverse-proxy/run.sh +5 −0 Go to diff View file
A tools/distlp/tests/.gitignore +1 −0 Go to diff View file
A tools/distlp/tests/DockerImage/Dockerfile +3 −0 Go to diff View file
A tools/distlp/tests/SVNTest.php +147 −0 Go to diff View file
A tools/distlp/tests/_fixtures/svn_project_01/data/svn.dump +59 −0 Go to diff View file
A tools/distlp/tests/_fixtures/svn_project_01/project.xml +45 −0 Go to diff View file
A tools/distlp/tests/_fixtures/svn_project_01/users.xml +17 −0 Go to diff View file
A tools/distlp/tests/run.sh +30 −0 Go to diff View file
A tools/distlp/tests/wrap.sh +45 −0 Go to diff View file