osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38282?usp=email )
Change subject: ggsn: testenv: fix paths in copy= and clean=
......................................................................
ggsn: testenv: fix paths in copy= and clean=
I had moved osmo-ggsn related files to the osmo-ggsn directory and
forgot to adjust testenv_osmo_ggsn_{v4,v6,v4v6}_only.cfg. Fix it by
changing it like it is in testenv_osmo_ggsn_all.cfg
Change-Id: Ibc8aeb43ff594a6b26699f81b29abc31b9b5b71f
---
M ggsn_tests/testenv_osmo_ggsn_v4_only.cfg
M ggsn_tests/testenv_osmo_ggsn_v4v6_only.cfg
M ggsn_tests/testenv_osmo_ggsn_v6_only.cfg
3 files changed, 6 insertions(+), 6 deletions(-)
Approvals:
fixeria: Looks good to me, approved
laforge: Looks good to me, but someone else must approve
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
diff --git a/ggsn_tests/testenv_osmo_ggsn_v4_only.cfg
b/ggsn_tests/testenv_osmo_ggsn_v4_only.cfg
index c9adef7..a3876ef 100644
--- a/ggsn_tests/testenv_osmo_ggsn_v4_only.cfg
+++ b/ggsn_tests/testenv_osmo_ggsn_v4_only.cfg
@@ -6,6 +6,6 @@
program=osmo-ggsn
make=osmo-ggsn
package=osmo-ggsn
-copy=osmo-ggsn.src.cfg osmo-ggsn-v4_only.confmerge
-clean=testenv.sh v4_only
+copy=osmo-ggsn
+clean=osmo-ggsn/testenv.sh v4_only
vty_port=4260
diff --git a/ggsn_tests/testenv_osmo_ggsn_v4v6_only.cfg
b/ggsn_tests/testenv_osmo_ggsn_v4v6_only.cfg
index cc23fcb..2244abb 100644
--- a/ggsn_tests/testenv_osmo_ggsn_v4v6_only.cfg
+++ b/ggsn_tests/testenv_osmo_ggsn_v4v6_only.cfg
@@ -6,6 +6,6 @@
program=osmo-ggsn
make=osmo-ggsn
package=osmo-ggsn
-copy=osmo-ggsn.src.cfg osmo-ggsn-v4v6_only.confmerge
-clean=testenv.sh v4v6_only
+copy=osmo-ggsn
+clean=osmo-ggsn/testenv.sh v4v6_only
vty_port=4260
diff --git a/ggsn_tests/testenv_osmo_ggsn_v6_only.cfg
b/ggsn_tests/testenv_osmo_ggsn_v6_only.cfg
index 6109595..d609b5d 100644
--- a/ggsn_tests/testenv_osmo_ggsn_v6_only.cfg
+++ b/ggsn_tests/testenv_osmo_ggsn_v6_only.cfg
@@ -6,6 +6,6 @@
program=osmo-ggsn
make=osmo-ggsn
package=osmo-ggsn
-copy=osmo-ggsn.src.cfg osmo-ggsn-v6_only.confmerge
-clean=testenv.sh v6_only
+copy=osmo-ggsn
+clean=osmo-ggsn/testenv.sh v6_only
vty_port=4260
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38282?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ibc8aeb43ff594a6b26699f81b29abc31b9b5b71f
Gerrit-Change-Number: 38282
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>