[MERGED] docker-playground[master]: rename ggsn-test to ttcn3-ggsn-test to align with other naming

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:43:15 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: rename ggsn-test to ttcn3-ggsn-test to align with other naming
......................................................................


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

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

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ggsn-test/.release b/ggsn-test/.release
deleted file mode 100644
index 8f51a72..0000000
--- a/ggsn-test/.release
+++ /dev/null
@@ -1,2 +0,0 @@
-release=0.1.0
-tag=ggsn-test-0.1.0
diff --git a/ggsn-test/Makefile b/ggsn-test/Makefile
deleted file mode 100644
index c4999f8..0000000
--- a/ggsn-test/Makefile
+++ /dev/null
@@ -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
diff --git a/ttcn3-ggsn-test/.release b/ttcn3-ggsn-test/.release
new file mode 100644
index 0000000..ef3f7ba
--- /dev/null
+++ b/ttcn3-ggsn-test/.release
@@ -0,0 +1,2 @@
+release=0.1.0
+tag=ttcn3-ggsn-test-0.1.0
diff --git a/ggsn-test/Dockerfile b/ttcn3-ggsn-test/Dockerfile
similarity index 100%
rename from ggsn-test/Dockerfile
rename to ttcn3-ggsn-test/Dockerfile
diff --git a/ggsn-test/GGSN_Tests.cfg b/ttcn3-ggsn-test/GGSN_Tests.cfg
similarity index 100%
rename from ggsn-test/GGSN_Tests.cfg
rename to ttcn3-ggsn-test/GGSN_Tests.cfg
diff --git a/ttcn3-ggsn-test/Makefile b/ttcn3-ggsn-test/Makefile
new file mode 100644
index 0000000..8d0e10b
--- /dev/null
+++ b/ttcn3-ggsn-test/Makefile
@@ -0,0 +1 @@
+include ../make/Makefile
diff --git a/ggsn-test/jenkins.sh b/ttcn3-ggsn-test/jenkins.sh
similarity index 96%
rename from ggsn-test/jenkins.sh
rename to ttcn3-ggsn-test/jenkins.sh
index 0f80aed..56f76ec 100755
--- a/ggsn-test/jenkins.sh
+++ b/ttcn3-ggsn-test/jenkins.sh
@@ -28,7 +28,7 @@
 		-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
diff --git a/ggsn-test/osmo-ggsn.cfg b/ttcn3-ggsn-test/osmo-ggsn.cfg
similarity index 100%
rename from ggsn-test/osmo-ggsn.cfg
rename to ttcn3-ggsn-test/osmo-ggsn.cfg

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib2278d582048adb4d8bd3b25578372b3e1abfd77
Gerrit-PatchSet: 2
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list