diff --git a/mgw-test/.release b/mgw-test/.release deleted file mode 100644 index ba0c2902..00000000 --- a/mgw-test/.release +++ /dev/null @@ -1,2 +0,0 @@ -release=0.1.0 -tag=mgw-test-0.1.0 diff --git a/mgw-test/Makefile b/mgw-test/Makefile deleted file mode 100644 index a70d1f14..00000000 --- a/mgw-test/Makefile +++ /dev/null @@ -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 diff --git a/ttcn3-mgw-test/.release b/ttcn3-mgw-test/.release new file mode 100644 index 00000000..1e59c250 --- /dev/null +++ b/ttcn3-mgw-test/.release @@ -0,0 +1,2 @@ +release=0.1.0 +tag=ttcn3-mgw-test-0.1.0 diff --git a/mgw-test/Dockerfile b/ttcn3-mgw-test/Dockerfile similarity index 100% rename from mgw-test/Dockerfile rename to ttcn3-mgw-test/Dockerfile diff --git a/mgw-test/MGCP_Test.cfg b/ttcn3-mgw-test/MGCP_Test.cfg similarity index 100% rename from mgw-test/MGCP_Test.cfg rename to ttcn3-mgw-test/MGCP_Test.cfg diff --git a/ttcn3-mgw-test/Makefile b/ttcn3-mgw-test/Makefile new file mode 100644 index 00000000..8d0e10b4 --- /dev/null +++ b/ttcn3-mgw-test/Makefile @@ -0,0 +1 @@ +include ../make/Makefile diff --git a/mgw-test/jenkins.sh b/ttcn3-mgw-test/jenkins.sh similarity index 96% rename from mgw-test/jenkins.sh rename to ttcn3-mgw-test/jenkins.sh index ce4d0d60..755ce9bb 100755 --- a/mgw-test/jenkins.sh +++ b/ttcn3-mgw-test/jenkins.sh @@ -24,7 +24,7 @@ docker run --rm \ -v $VOL_BASE_DIR/mgw-tester:/data \ -e "TTCN3_PCAP_PATH=/data" \ --name ${BUILD_TAG}-ttcn3-mgw-test \ - $REPO_USER/mgw-test + $REPO_USER/ttcn3-mgw-test # stop mgw after test has completed docker container stop ${BUILD_TAG}-mgw diff --git a/mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg similarity index 100% rename from mgw-test/osmo-mgw.cfg rename to ttcn3-mgw-test/osmo-mgw.cfg