[PATCH] docker-playground[master]: rename mgw-test to ttcn3-mgw-test to align with other contai...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Mar 28 10:34:05 UTC 2018


Review at  https://gerrit.osmocom.org/7542

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

Change-Id: If38e95cf40829038c078eb6ecd3df840b2a7b178
---
D mgw-test/.release
D mgw-test/Makefile
A ttcn3-mgw-test/.release
R ttcn3-mgw-test/Dockerfile
R ttcn3-mgw-test/MGCP_Test.cfg
A ttcn3-mgw-test/Makefile
R ttcn3-mgw-test/jenkins.sh
R ttcn3-mgw-test/osmo-mgw.cfg
8 files changed, 4 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/42/7542/1

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
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 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
similarity index 96%
rename from mgw-test/jenkins.sh
rename to ttcn3-mgw-test/jenkins.sh
index ce4d0d6..755ce9b 100755
--- a/mgw-test/jenkins.sh
+++ b/ttcn3-mgw-test/jenkins.sh
@@ -24,7 +24,7 @@
 		-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

-- 
To view, visit https://gerrit.osmocom.org/7542
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If38e95cf40829038c078eb6ecd3df840b2a7b178
Gerrit-PatchSet: 1
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list