osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30510 )
Change subject: repo-install-test: update test_binaries ......................................................................
repo-install-test: update test_binaries
Related: OS#5365 Change-Id: Iaad0260b5872d29b41a97aac3ea5ba0af81c6adb --- M scripts/repo-install-test/run-inside.sh 1 file changed, 28 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/10/30510/1
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh index 6f767bc..7ba69ac 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -378,19 +378,29 @@ 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_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() {