pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39135?usp=email )
Change subject: remsim: bankd: Install vsmartcard before running testenv
......................................................................
remsim: bankd: Install vsmartcard before running testenv
This is needed for test RemsimBankd_Tests.TC_createMapping_exchangeTPDU
to work.
Change-Id: Ib5ba5075eff4955354fa25d1c605f277e8a6962a
---
M remsim/testenv_bankd.cfg
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/35/39135/1
diff --git a/remsim/testenv_bankd.cfg b/remsim/testenv_bankd.cfg
index 62ac07b..9a191a6 100644
--- a/remsim/testenv_bankd.cfg
+++ b/remsim/testenv_bankd.cfg
@@ -5,6 +5,7 @@
[pcscd]
program=pcscd -f -d
make=no
+prepare=apt update && apt install -y --no-install-recommends help2man &&
git clone
https://github.com/frankmorgner/vsmartcard.git && cd
vsmartcard/virtualsmartcard && autoreconf -fi && ./configure &&
make "-j$(nproc)" install
package=pcscd
[bankd]
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39135?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ib5ba5075eff4955354fa25d1c605f277e8a6962a
Gerrit-Change-Number: 39135
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>