osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/30767 )


Change subject: ttcn3-ggsn-test: cp initrd-ggsn.sh to VOL_BASE_DIR
......................................................................

ttcn3-ggsn-test: cp initrd-ggsn.sh to VOL_BASE_DIR

Prepare for a future patch where a free subnet will be figured out
automatically instead of having a hardcoded one, by moving
initrd-ggsn.sh to $VOL_BASE_DIR as the subnet will be replaced in files
in this directory.

Related: OS#5802
Change-Id: Ie4f35b77a2bff20f2a0479890a429754768cafd2
---
M ttcn3-ggsn-test/jenkins.sh
1 file changed, 2 insertions(+), 1 deletion(-)



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

diff --git a/ttcn3-ggsn-test/jenkins.sh b/ttcn3-ggsn-test/jenkins.sh
index c8968ad..0797f76 100755
--- a/ttcn3-ggsn-test/jenkins.sh
+++ b/ttcn3-ggsn-test/jenkins.sh
@@ -31,11 +31,12 @@
 GGSN_DOCKER_ARGS=""
 if [ "$KERNEL_TEST" = "1" ]; then
        cp osmo-ggsn-kernel-gtp.cfg $VOL_BASE_DIR/ggsn/osmo-ggsn.cfg
+       cp initrd-ggsn.sh $VOL_BASE_DIR/ggsn/

        kernel_test_prepare \
                "defconfig" \
                "fragment.config" \
-               "initrd-ggsn.sh" \
+               "$VOL_BASE_DIR/ggsn/initrd-ggsn.sh" \
                "$REPO_USER/osmo-ggsn-$IMAGE_SUFFIX" \
                -v $VOL_BASE_DIR/ggsn:/data


--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/30767
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie4f35b77a2bff20f2a0479890a429754768cafd2
Gerrit-Change-Number: 30767
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange

Reply via email to