aboutsummaryrefslogtreecommitdiffstats
path: root/m3ua-test
AgeCommit message (Collapse)AuthorFilesLines
2018-02-19*-test: jenkins.sh: Print junit output at the endPau Espin Pedrol1-0/+1
2018-02-06jenkins: Add shared jenkins-common.shHarald Welte1-22/+4
the common script contains some copy+pasted parts between the different jobs.
2018-02-06jenkins: prefix all container names with $BUILD_TAGHarald Welte1-1/+2
... to make them unique and to allow for multiple tests run in parallel without any clashes.
2018-02-06move every 'test network' to its own IP address spaceHarald Welte4-22/+98
Ideally we would want to launch a group of containers with their own private network segment and use the same static IP addresses in those isolated networks. The stupidity of docker is requiring unique IPv4 addresses even on isolated (!) networks. This means we have to manually give each of our test setups a different subnet, and then we can at least run one instance that test in parallel to at most one instance of each other test. If this weird reestriction about unique IPv4 addresses didn't exist, we could start any number of test runs in parallel.
2017-08-20m3ua-test + sua-test: Add jenkins.shHarald Welte1-0/+44
2017-08-20bumped to version 0.1.0m3ua-test-0.1.0Harald Welte1-2/+2
2017-08-20m3ua-test: fix .releaseHarald Welte1-1/+1
2017-08-20m3ua-test: Generate junitxml output for jenkins integrationHarald Welte3-48/+36
2017-08-19Use 'patch' not 'commit' from cgit for repo change detectionHarald Welte1-1/+1
the 'commit' output contains a timestamp, so every second the result will be different. 'patch' doesn't have this.
2017-08-19Use laforge/ in all dependenciesHarald Welte1-1/+1
2017-08-19Ensure docker cache fails if git repositories changeHarald Welte1-2/+4
2017-08-19Introduce 'make run' to run the respective containerHarald Welte2-2/+2
2017-08-19introduce makefile based buildHarald Welte2-0/+3
2017-08-19use '--rm' argumetn to 'docker run' to clean up after exitHarald Welte1-1/+1
2017-05-03Dockerfile for a containes with m3ua-testtool / sua-testtoolHarald Welte5-0/+234