osmith submitted this change.
ggsn: testenv: add libosmocore-utils to package=
Add libosmocore-utils, so osmo-config-merge is installed when running
with --binary-repo too. The osmo-config-merge program is used in
osmo-ggsn/testenv.sh to merge the configs.
Change-Id: I7d97e0f923d928e9b51ff41d50b28706e0e6790b
---
M ggsn_tests/testenv_osmo_ggsn_all.cfg
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
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ggsn_tests/testenv_osmo_ggsn_all.cfg b/ggsn_tests/testenv_osmo_ggsn_all.cfg
index 08f25c5..54660be 100644
--- a/ggsn_tests/testenv_osmo_ggsn_all.cfg
+++ b/ggsn_tests/testenv_osmo_ggsn_all.cfg
@@ -5,7 +5,7 @@
[ggsn]
program=osmo-ggsn
make=osmo-ggsn
-package=osmo-ggsn
+package=osmo-ggsn libosmocore-utils
copy=osmo-ggsn
clean=osmo-ggsn/testenv.sh all
vty_port=4260
diff --git a/ggsn_tests/testenv_osmo_ggsn_v4_only.cfg b/ggsn_tests/testenv_osmo_ggsn_v4_only.cfg
index a3876ef..3b55af2 100644
--- a/ggsn_tests/testenv_osmo_ggsn_v4_only.cfg
+++ b/ggsn_tests/testenv_osmo_ggsn_v4_only.cfg
@@ -5,7 +5,7 @@
[ggsn]
program=osmo-ggsn
make=osmo-ggsn
-package=osmo-ggsn
+package=osmo-ggsn libosmocore-utils
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 2244abb..da738f2 100644
--- a/ggsn_tests/testenv_osmo_ggsn_v4v6_only.cfg
+++ b/ggsn_tests/testenv_osmo_ggsn_v4v6_only.cfg
@@ -5,7 +5,7 @@
[ggsn]
program=osmo-ggsn
make=osmo-ggsn
-package=osmo-ggsn
+package=osmo-ggsn libosmocore-utils
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 d609b5d..4d65b73 100644
--- a/ggsn_tests/testenv_osmo_ggsn_v6_only.cfg
+++ b/ggsn_tests/testenv_osmo_ggsn_v6_only.cfg
@@ -5,7 +5,7 @@
[ggsn]
program=osmo-ggsn
make=osmo-ggsn
-package=osmo-ggsn
+package=osmo-ggsn libosmocore-utils
copy=osmo-ggsn
clean=osmo-ggsn/testenv.sh v6_only
vty_port=4260
To view, visit change 38286. To unsubscribe, or for help writing mail filters, visit settings.