From 9f68d7d370a4187e4c8c3aec0485bce1f6023294 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 7 Dec 2022 16:57:34 +0100 Subject: [PATCH] repo-install-test: update test_binaries Related: OS#5365 Change-Id: Iaad0260b5872d29b41a97aac3ea5ba0af81c6adb --- scripts/repo-install-test/run-inside.sh | 29 ++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh index 6f767bcb..7ba69ac4 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -378,19 +378,29 @@ test_binaries() { osmo-bsc \ osmo-bts-trx \ osmo-bts-virtual \ + osmo-cbc \ osmo-gbproxy \ - osmo-gtphub \ osmo-ggsn \ + osmo-gtphub \ osmo-hlr \ osmo-hlr-db-tool \ osmo-hnbgw \ osmo-hnodeb \ osmo-mgw \ osmo-msc \ + osmo-mslookup-client \ + osmo-pcap-client \ + osmo-pcap-server \ osmo-pcu \ + osmo-remsim-bankd \ + osmo-remsim-client-shell \ + osmo-remsim-client-st2 \ + osmo-remsim-server \ osmo-sgsn \ osmo-sip-connector \ + osmo-smlc \ osmo-stp \ + osmo-trx-ipc \ osmo-trx-uhd case "$DISTRO" in @@ -398,7 +408,24 @@ test_binaries() { test_binaries_version \ osmo-trx-usrp1 ;; + centos8*) + # OS#5817: not packaged for debian + test_binaries_version \ + osmo-pfcp-tool + ;; esac + + if [ "$DISTRO" != "debian10" ]; then + test_binaries_version \ + osmo-upf + fi + + if [ "$FEED" = "nightly" ]; then + test_binaries_version \ + osmo-bsc-nat \ + osmo-e1d \ + osmo-uecups-daemon + fi } services_check() {