rename ggsn-test to ttcn3-ggsn-test to align with other naming
Change-Id: Ib2278d582048adb4d8bd3b25578372b3e1abfd77changes/43/7543/2
parent
9ce4ef3b4b
commit
ca0a2752c6
|
@ -1,2 +0,0 @@
|
|||
release=0.1.0
|
||||
tag=ggsn-test-0.1.0
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
release=0.1.0
|
||||
tag=ttcn3-ggsn-test-0.1.0
|
|
@ -0,0 +1 @@
|
|||
include ../make/Makefile
|
|
@ -28,7 +28,7 @@ docker run --rm \
|
|||
-v $VOL_BASE_DIR/ggsn-tester:/data \
|
||||
-e "TTCN3_PCAP_PATH=/data" \
|
||||
--name ${BUILD_TAG}-ggsn-test \
|
||||
$REPO_USER/ggsn-test
|
||||
$REPO_USER/ttcn3-ggsn-test
|
||||
|
||||
# stop GGSN after test has completed
|
||||
docker container stop ${BUILD_TAG}-ggsn
|
Loading…
Reference in New Issue