Commit Graph

60 Commits

Author SHA1 Message Date
Harald Welte c366037f6a bumped to version 0.3.0 2017-08-27 08:53:44 +02:00
Harald Welte 2938f5acb6 debian-jessie-build: Add more build dependencies 2017-08-27 08:51:25 +02:00
Harald Welte b76aa23ffb bumped to version 0.2.0 2017-08-20 23:47:25 +02:00
Harald Welte 5c0fd74c5f sysinfo: add missing .release file 2017-08-20 23:41:55 +02:00
Harald Welte 9c937dd432 add ttcn3 sysinfo container 2017-08-20 23:38:09 +02:00
Harald Welte 1d4fa1cf95 osmo-bts-master: Send GSMTAP (incl. BCCH) to .239 (sysinfo tester) 2017-08-20 23:32:07 +02:00
Harald Welte dab903effb Add osmo-virtphy-master Dockerfile 2017-08-20 22:43:00 +02:00
Harald Welte fda289fd60 osmo-*: Bind to INADDR_ANY so telnet/VTY is reachable remotely
We're using this in an internal network for jenkins integration
testing, so no security concern.
2017-08-20 21:43:23 +02:00
Harald Welte cc17c6779c add Dockerfiles for osmo-nitb, osmo-sgsn + osmo-bts building latest master 2017-08-20 20:32:45 +02:00
Harald Welte 1a03cec68c debian-jessie-buidl: add more osmocom build dependencies 2017-08-20 18:39:08 +02:00
Harald Welte cbd1c8e1fa m3ua-test + sua-test: Add jenkins.sh 2017-08-20 13:26:47 +02:00
Harald Welte 3905db241e ggsn-test: fix bash-ism in jenkins.sh 2017-08-20 13:06:21 +02:00
Harald Welte 19c9c2b8b2 ggsn: Use SIGINT as this is handled in ggsn for fast termination
For some reason, it appears that if docker sends SIGTERM the default
action (kernel auto terminate) is not installed, but it expects the
program to handle it directly.  Let's tell docker to use SIGINT as
this is what ggsn always handled.
2017-08-20 12:54:01 +02:00
Harald Welte 453f690c97 ggsn/stp: Avoid calling /bin/sh but directly exec()ing the program 2017-08-20 12:53:43 +02:00
Harald Welte e828557ed2 osmo-stp: Write logfile to volume in /data 2017-08-20 12:10:08 +02:00
Harald Welte f09af0f9db osmo-stp-master mount 'stp-vol' 2017-08-20 12:09:09 +02:00
Harald Welte eaba6643d8 bumped to version 0.1.0 2017-08-20 12:07:40 +02:00
Harald Welte 1f19d66cfe bumped to version 0.1.0 2017-08-20 12:07:21 +02:00
Harald Welte f0ae14b974 bumped to version 0.1.0 2017-08-20 12:06:01 +02:00
Harald Welte 2f6a8a766a bumped to version 0.1.0 2017-08-20 12:04:11 +02:00
Harald Welte 1c57cf6056 bumped to version 0.1.0 2017-08-20 12:03:53 +02:00
Harald Welte 07a6189a89 bumped to version 0.1.0 2017-08-20 12:03:04 +02:00
Harald Welte ea5d9d0733 bumped to version 0.1.0 2017-08-20 12:01:36 +02:00
Harald Welte 78b42e1e49 fix .release file contents (wrong name / copy+paste error) 2017-08-20 12:00:54 +02:00
Harald Welte 5e2a82e79c bumped to version 0.1.0 2017-08-20 11:58:18 +02:00
Harald Welte 87e4ff9fbb m3ua-test: fix .release 2017-08-20 11:58:07 +02:00
Harald Welte 2e367e08c3 bumped to version 0.1.0 2017-08-20 11:53:27 +02:00
Harald Welte 9b4749dad2 sua-test: Port over to generate junit-xml for jenkins integration 2017-08-20 11:51:28 +02:00
Harald Welte c0cc3de942 m3ua-test: Generate junitxml output for jenkins integration 2017-08-20 11:22:50 +02:00
Harald Welte d4cf1db885 ggsn-test: Add jenkins helper script 2017-08-20 08:46:18 +02:00
Harald Welte e4cbc63be8 ggsn: log to a file in /data volume 2017-08-20 08:46:00 +02:00
Harald Welte 6db9eb61a9 ggsn: Log to /data volume so log file can be reviewed in jenkins 2017-08-20 08:30:53 +02:00
Harald Welte c603362eac ggsn/ggsn-test: Don't disable ipv6 2017-08-20 08:28:58 +02:00
Harald Welte 5888786e1e bumped to version 0.0.1 2017-08-19 22:03:27 +02:00
Harald Welte 3e7e40ef3c add Master makefile 2017-08-19 22:00:49 +02:00
Harald Welte e1d927f682 sctp-test: Don't assign IP address 2017-08-19 21:56:49 +02:00
Harald Welte 1649a01167 Use 'patch' not 'commit' from cgit for repo change detection
the 'commit' output contains a timestamp, so every second the
result will be different.  'patch' doesn't have this.
2017-08-19 21:56:07 +02:00
Harald Welte fc8eaf2bcf Use laforge/ in all dependencies 2017-08-19 21:55:45 +02:00
Harald Welte 83117b07b4 add Makefile for sigtran-tests image 2017-08-19 21:21:36 +02:00
Harald Welte 936428804d add Makefile for sctp-test image 2017-08-19 21:17:35 +02:00
Harald Welte 32f8b870cd Ensure docker cache fails if git repositories change 2017-08-19 21:09:49 +02:00
Harald Welte 58343d6c87 Makefile: Fix 'make run' to use correct image name 2017-08-19 20:18:59 +02:00
Harald Welte a802af1fd9 ggsn-test: Fix 'make run' 2017-08-19 20:17:54 +02:00
Harald Welte 4bda77175e Introduce 'make run' to run the respective container 2017-08-19 19:51:35 +02:00
Harald Welte 460247905d introduce makefile based build 2017-08-19 19:42:45 +02:00
Harald Welte fc0fec7941 Import Makefile from https://github.com/mvanholsteijn/docker-makefile
upstream git version is 190313ea54af7d175dd3469a39a95654d068b83e
2017-08-19 19:31:49 +02:00
Harald Welte fd7b5363e8 use '--rm' argumetn to 'docker run' to clean up after exit 2017-08-19 15:49:24 +02:00
Harald Welte c96eecfda2 ggsn-tests: Execute with Junit Logger Plugin 2017-08-19 15:48:07 +02:00
Harald Welte b464ab721b Add osmo-ggsn-master and ggsn-test
This specifies two docker containers using which we can execute the
TTCN-3 tests against OpenGGSN.
2017-08-19 14:49:54 +02:00
Harald Welte 41dee9fb74 Add dockerfile for building the ggsn-test from osmo-ttcn3c-hacks.git 2017-08-18 22:25:10 +02:00