aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-28 12:22:54 +0200
committerHarald Welte <laforge@gnumonks.org>2018-03-28 12:27:12 +0200
commit9ce4ef3b4b505a32d9cae7d9189d26fea7b26e9d (patch)
treeb571cc94bd2ddf65a1abbd8292f39ddf37f400cb
parent845d397c193374eb30afd33968c263fd92a158e0 (diff)
rename mgw-test to ttcn3-mgw-test to align with other containers
-rw-r--r--mgw-test/.release2
-rw-r--r--mgw-test/Makefile3
-rw-r--r--ttcn3-mgw-test/.release2
-rw-r--r--ttcn3-mgw-test/Dockerfile (renamed from mgw-test/Dockerfile)0
-rw-r--r--ttcn3-mgw-test/MGCP_Test.cfg (renamed from mgw-test/MGCP_Test.cfg)0
-rw-r--r--ttcn3-mgw-test/Makefile1
-rwxr-xr-xttcn3-mgw-test/jenkins.sh (renamed from mgw-test/jenkins.sh)2
-rw-r--r--ttcn3-mgw-test/osmo-mgw.cfg (renamed from mgw-test/osmo-mgw.cfg)0
8 files changed, 4 insertions, 6 deletions
diff --git a/mgw-test/.release b/mgw-test/.release
deleted file mode 100644
index ba0c290..0000000
--- 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 a70d1f1..0000000
--- 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 0000000..1e59c25
--- /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
index 423e9df..423e9df 100644
--- a/mgw-test/Dockerfile
+++ b/ttcn3-mgw-test/Dockerfile
diff --git a/mgw-test/MGCP_Test.cfg b/ttcn3-mgw-test/MGCP_Test.cfg
index cd23183..cd23183 100644
--- a/mgw-test/MGCP_Test.cfg
+++ b/ttcn3-mgw-test/MGCP_Test.cfg
diff --git a/ttcn3-mgw-test/Makefile b/ttcn3-mgw-test/Makefile
new file mode 100644
index 0000000..8d0e10b
--- /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
index ce4d0d6..755ce9b 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
index acf7e31..acf7e31 100644
--- a/mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg