jolly has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/47/42647/1
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 change 42647. To unsubscribe, or for help writing mail filters, visit settings.