aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn-test/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28rename ggsn-test to ttcn3-ggsn-test to align with other namingHarald Welte1-26/+0
Change-Id: Ib2278d582048adb4d8bd3b25578372b3e1abfd77
2018-03-18ttcn*test: use log_merge.sh to generate per-testcase merged logsHarald Welte1-1/+1
2018-02-14ttcn3: Add OSMO_TTCN3_BRANCH build-time argument to build non-master branchesHarald Welte1-2/+4
2018-02-14ggsn-test: Switch to new common/shared config file structureHarald Welte1-0/+3
This requires I491819c8bad8efa45cee161ea6f47c3f97941a17 in osmo-ttcn3-hacks
2017-12-17ttcn3 tests: split 'make deps' in separate RUN commandHarald Welte1-0/+5
This avoids re-downlaoding all dependency repositories each time osmo-ttcn3-hacks has received a change
2017-12-13Move to new TTCN-3 build system/MakefilesHarald Welte1-7/+3
A lof of what the Dockerfiles so far did in terms of cloning library repositories and calling shell scripts has now been implemented as part of the Makefiles inside osmo-ttcn3-hacks.git, so we can drop it here and simply use those.
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-3/+6
2017-08-19ggsn-tests: Execute with Junit Logger PluginHarald Welte1-1/+2
2017-08-19Add osmo-ggsn-master and ggsn-testHarald Welte1-2/+6
This specifies two docker containers using which we can execute the TTCN-3 tests against OpenGGSN.
2017-08-18Add dockerfile for building the ggsn-test from osmo-ttcn3c-hacks.gitHarald Welte1-0/+12