jolly has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42647?usp=email )
Change subject: Fix access pcscd in various RemsimBankd_Tests ...................................................................... Fix access pcscd in various RemsimBankd_Tests Access to pcscd was denied, so that bankd never conneced to the reader. This caused TC_createMapping_exchangeTPDU to fail, because it requires connection to virtual smart card for this test Change-Id: Ibae1c5167daa0157058bc40ce1857c1e6bb9da31 --- M remsim/testenv_bankd.cfg 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins Builder: Verified jolly: Looks good to me, approved osmith: Looks good to me, but someone else must approve laforge: Looks good to me, but someone else must approve diff --git a/remsim/testenv_bankd.cfg b/remsim/testenv_bankd.cfg index b8ebaa7..62df381 100644 --- a/remsim/testenv_bankd.cfg +++ b/remsim/testenv_bankd.cfg @@ -5,7 +5,7 @@ [pcscd] prepare=require_vsmartcard_vpcd.sh -program=pcscd -f -d +program=pcscd -f -d --disable-polkit make=no package=pcscd -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42647?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Ibae1c5167daa0157058bc40ce1857c1e6bb9da31 Gerrit-Change-Number: 42647 Gerrit-PatchSet: 1 Gerrit-Owner: jolly <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: jolly <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: osmith <[email protected]>
