osmith submitted this change.
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(-)
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 change 38282. To unsubscribe, or for help writing mail filters, visit settings.