From ee01cc554829f3900e959fd0ec1ad42ffd85d677 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 16 Jul 2019 14:50:24 +0200 Subject: 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 --- debian-repo-install-test/testdata/repo-install-test.sh | 16 ++++++++++------ 1 file 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/" -- cgit v1.2.3