osmith has uploaded this change for review. ( https://gerrit.osmocom.org/11436


Change subject: repo-install-test: version test for all programs
......................................................................

repo-install-test: version test for all programs

We did not test all programs before, because they did not have
--version implemented. Now they do.

Related: OS#3555
Change-Id: I796f1e34d2c026b11dff89511b667fa457856088
---
M debian-repo-install-test/testdata/repo-install-test.sh
1 file changed, 6 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/36/11436/1

diff --git a/debian-repo-install-test/testdata/repo-install-test.sh 
b/debian-repo-install-test/testdata/repo-install-test.sh
index 3ef88e8..f45908b 100755
--- a/debian-repo-install-test/testdata/repo-install-test.sh
+++ b/debian-repo-install-test/testdata/repo-install-test.sh
@@ -66,17 +66,13 @@
 }

 test_binaries() {
-       # Make sure the binaries are not broken (run -h or --version)
-       osmo-gtphub -h
-       osmo-sip-connector -h
-       osmo-trx-uhd -h
-       osmo-trx-usrp1 -h
-
+       # Make sure that binares run at all and output a proper version
        test_binaries_version \
                osmo-bsc \
                osmo-bts-trx \
                osmo-bts-virtual \
                osmo-gbproxy \
+               osmo-gtphub \
                osmo-ggsn \
                osmo-hlr \
                osmo-hlr-db-tool \
@@ -85,7 +81,10 @@
                osmo-msc \
                osmo-pcu \
                osmo-sgsn \
-               osmo-stp
+               osmo-sip-connector \
+               osmo-stp \
+               osmo-trx-uhd \
+               osmo-trx-usrp1
 }

 finish() {

--
To view, visit https://gerrit.osmocom.org/11436
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I796f1e34d2c026b11dff89511b667fa457856088
Gerrit-Change-Number: 11436
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>

Reply via email to