aboutsummaryrefslogtreecommitdiffstats
path: root/debian-repo-install-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-07-16 14:50:24 +0200
committerosmith <osmith@sysmocom.de>2019-07-25 06:35:31 +0000
commitee01cc554829f3900e959fd0ec1ad42ffd85d677 (patch)
tree934c36e1291321fcd621878b0932c9b055dddef3 /debian-repo-install-test
parent533fef581518aec974a10e91a35a6848f51b2b3f (diff)
debian-repo-install-test: add fixed services
Enable test of systemd services for osmo-sgsn, osmo-pcu, osmo-hnbgw and osmo-bts-virtual. Add issue ID to failing osmo-ctrl2cgi and osmo-trap2cgi services. Depends: Id892e1f4ab2daabbe9824b819b5fed985373b97a (osmo-sgsn) Depends: Ie8001611756b661ff1871508c6248b2e990ba1d7 (osmo-bsc) Depends: I354140f014854f1755b649e40a65e5d88b99c0ec (osmo-iuh) Related: OS#3369 Change-Id: I4e182b396e1a2e36a73384233b1a38a70c7cd5d9
Diffstat (limited to 'debian-repo-install-test')
-rwxr-xr-xdebian-repo-install-test/testdata/repo-install-test.sh16
1 files changed, 10 insertions, 6 deletions
diff --git a/debian-repo-install-test/testdata/repo-install-test.sh b/debian-repo-install-test/testdata/repo-install-test.sh
index e2cedd2..338fe8d 100755
--- a/debian-repo-install-test/testdata/repo-install-test.sh
+++ b/debian-repo-install-test/testdata/repo-install-test.sh
@@ -2,12 +2,8 @@
# Systemd services that must start up successfully after installing all packages (OS#3369)
# Disabled services:
-# * osmo-ctrl2cgi (missing config: /etc/osmocom/ctrl2cgi.ini)
-# * osmo-trap2cgi (missing config: /etc/osmocom/%N.ini)
-# * osmo-sgsn (port 2123 already used by osmo-ggsn)
-# * osmo-pcu (expects missing /tmp/pcu_bts socket)
-# * osmo-hnbgw (tries to listen on 10.23.24.1)
-# * osmo-bts-virtual (unit_id is not matching osmo-bsc's config)
+# * osmo-ctrl2cgi (missing config: /etc/osmocom/ctrl2cgi.ini, OS#4108)
+# * osmo-trap2cgi (missing config: /etc/osmocom/%N.ini, OS#4108)
SERVICES="
osmo-bsc
osmo-gbproxy
@@ -22,8 +18,16 @@ SERVICES="
"
# Services working in nightly, but not yet in latest
# * osmo-pcap-server: service not included in osmo-pcap 0.0.11
+# * osmo-sgsn: conflicts with osmo-gtphub config in osmo-sgsn 1.4.0
+# * osmo-pcu: needs osmo-bts-virtual to start up properly
+# * osmo-hnbgw: tries to listen on 10.23.24.1 in osmo-iuh 0.4.0
+# * osmo-bts-virtual: unit id not matching osmo-bsc's config in osmo-bsc 1.4.0
SERVICES_NIGHTLY="
osmo-pcap-server
+ osmo-sgsn
+ osmo-pcu
+ osmo-hnbgw
+ osmo-bts-virtual
"
HTTP="http://download.opensuse.org/repositories/network:/osmocom:/$FEED/Debian_9.0/"