osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30472 )
Change subject: repo-install-test: update services list ......................................................................
repo-install-test: update services list
Change-Id: Ia2757863a23b2cae7438d47694cdd01476a91071 --- M scripts/repo-install-test/run-inside-podman.sh 1 file changed, 12 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/72/30472/1
diff --git a/scripts/repo-install-test/run-inside-podman.sh b/scripts/repo-install-test/run-inside-podman.sh index 90c2f76..694aa53 100755 --- a/scripts/repo-install-test/run-inside-podman.sh +++ b/scripts/repo-install-test/run-inside-podman.sh @@ -10,9 +10,13 @@ # Systemd services that must start up successfully after installing all packages (OS#3369) # Disabled services: # * osmo-ctrl2cgi (missing config: /etc/osmocom/ctrl2cgi.ini, OS#4108) -# * osmo-trap2cgi (missing config: /etc/osmocom/%N.ini, OS#4108) +# * osmo-e1d (needs SYS_NICE to set realtime priority) # * osmo-ggsn (no tun device in podman) # * osmo-pcap-client (needs SYS_ADMIN for packet filtering with default config) +# * osmo-remsim-client (exits immediately without USB device) +# * osmo-trap2cgi (missing config: /etc/osmocom/%N.ini, OS#4108) +# * osmo-trx-* (needs SYS_NICE to set realtime priority) +# * osmo-upf (needs more permissions to add nft ruleset) SERVICES=" osmo-bsc osmo-bts-virtual @@ -22,16 +26,20 @@ osmo-hnbgw osmo-mgw osmo-msc + osmo-pcap-server osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + osmo-cbc + osmo-hnodeb + osmo-remsim-bankd + osmo-remsim-server + osmo-smlc " # Services working in nightly, but not yet in latest -# * osmo-pcap-server 0.2.0: VTY port in default config conflicts with osmo-bts (OS#5203) SERVICES_NIGHTLY=" - osmo-pcap-server - osmo-hnodeb + osmo-bsc-nat "
distro_obsdir() {