rename ggsn-test to ttcn3-ggsn-test to align with other naming

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

View File

@ -1,2 +0,0 @@
release=0.1.0
tag=ggsn-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.3.202 -v ggsn-test-vol:/data
include ../make/Makefile

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

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

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

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

View File

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