osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/43139?usp=email )
Change subject: tests: 06_test_simcards: restart pcscd first
......................................................................
tests: 06_test_simcards: restart pcscd first
We found that the pcscd can crash while flashing the octsim firmware.
Restart the pcscd after the firmware is flashed, right before we use
pcscd.
Related: OS#7022
Related: osmo-ci I9bcbbba156de0cea1f7fa49bfaeb99e6f1f90647
Change-Id: Ibfd8aae789b4b0269bc6f21bfe2b2a5c38bc7cd2
---
M tests/sysmo-octsim/06_test_simcards.sh
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
jolly: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/tests/sysmo-octsim/06_test_simcards.sh b/tests/sysmo-octsim/06_test_simcards.sh
index fae4963..a32451a 100755
--- a/tests/sysmo-octsim/06_test_simcards.sh
+++ b/tests/sysmo-octsim/06_test_simcards.sh
@@ -5,6 +5,11 @@
sleep 1
./get_installed_version.sh
+# OS#7022: restart pcscd right before using it through pySim-read.py, as it may
+# have crashed during flashing
+sudo /etc/osmo-ccid-firmware-tests/restart-pcscd.sh
+sleep 5
+
echo "card slot 0 - pysimread"
$PYSIMREAD -p 0
echo ""
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/43139?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ibfd8aae789b4b0269bc6f21bfe2b2a5c38bc7cd2
Gerrit-Change-Number: 43139
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: fixeria, jolly, pespin.
Hello Jenkins Builder, fixeria, jolly, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/docker-playground/+/43140?usp=email
to look at the new patch set (#2).
Change subject: ttcn3-asterisk-ims-ue-test: set execfn
......................................................................
ttcn3-asterisk-ims-ue-test: set execfn
The wrapper_core_bt_on_error.sh should get a backtrace if a coredump
appears. This didn't work because the execfn could not be extracted via
file for asterisk (it works with other programs):
$ file core
core: ELF 64-bit LSB core file, x86-64, version 1 (SYSV), too many program headers (2201)
Add a fallback execfn path so it works in this case too.
Change-Id: Ia6b170b127d6458c3e74b1a32a549b04ae460c75
---
M common/wrapper_core_bt_on_error.sh
M ttcn3-asterisk-ims-ue-test/jenkins.sh
2 files changed, 8 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/40/43140/2
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/43140?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia6b170b127d6458c3e74b1a32a549b04ae460c75
Gerrit-Change-Number: 43140
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
osmith has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/docker-playground/+/43140?usp=email )
Change subject: ttcn3-asterisk-ims-ue-test: set execfn
......................................................................
Patch Set 1:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/43140?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia6b170b127d6458c3e74b1a32a549b04ae460c75
Gerrit-Change-Number: 43140
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Thu, 30 Jul 2026 10:33:59 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No