osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/41976?usp=email )
Change subject: scripts/repo-install-test: test osmo-pfcp-tool in latest ......................................................................
scripts/repo-install-test: test osmo-pfcp-tool in latest
osmo-pfcp-tool is available in latest for quite some time now, so adjust the check.
Related: osmo-upf Icf4bb566d9b627ead370174e92629a9fccde755e Change-Id: Icca5a31270bca03596be8ed0104bfb7143fb1ede --- M scripts/repo-install-test/run-inside.sh 1 file changed, 1 insertion(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/76/41976/1
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh index 0e549b0..2d75e6a 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -459,13 +459,8 @@
if [ "$DISTRO" != "debian10" ]; then test_binaries_version \ + osmo-pfcp-tool \ osmo-upf - - # OS#5817: not packaged for debian, needs osmo-upf release - if [ "$FEED" = "nightly" ] || [ "$DISTRO" = "centos8" ]; then - test_binaries_version \ - osmo-pfcp-tool - fi fi
if [ "$FEED" = "nightly" ]; then