rename mgw-test to ttcn3-mgw-test to align with other containers

Change-Id: If38e95cf40829038c078eb6ecd3df840b2a7b178
This commit is contained in:
Harald Welte 2018-03-28 12:22:54 +02:00
parent 845d397c19
commit 9ce4ef3b4b
8 changed files with 4 additions and 6 deletions

View File

@ -1,2 +0,0 @@
release=0.1.0
tag=mgw-test-0.1.0

View File

@ -1,3 +0,0 @@
RUN_ARGS?=--sysctl net.ipv6.conf.all.disable_ipv6=0 --rm --network sigtran --ip 172.18.4.181 -v mgw-test-vol:/data
include ../make/Makefile

2
ttcn3-mgw-test/.release Normal file
View File

@ -0,0 +1,2 @@
release=0.1.0
tag=ttcn3-mgw-test-0.1.0

1
ttcn3-mgw-test/Makefile Normal file
View File

@ -0,0 +1 @@
include ../make/Makefile

View File

@ -24,7 +24,7 @@ docker run --rm \
-v $VOL_BASE_DIR/mgw-tester:/data \ -v $VOL_BASE_DIR/mgw-tester:/data \
-e "TTCN3_PCAP_PATH=/data" \ -e "TTCN3_PCAP_PATH=/data" \
--name ${BUILD_TAG}-ttcn3-mgw-test \ --name ${BUILD_TAG}-ttcn3-mgw-test \
$REPO_USER/mgw-test $REPO_USER/ttcn3-mgw-test
# stop mgw after test has completed # stop mgw after test has completed
docker container stop ${BUILD_TAG}-mgw docker container stop ${BUILD_TAG}-mgw