Run opgpcard status
and opgpcard info
before virtual card tests.
This commit is contained in:
parent
13edd290ef
commit
7322e44efc
1 changed files with 6 additions and 0 deletions
|
@ -133,6 +133,8 @@ run_cardtest_smartpgp:
|
||||||
script:
|
script:
|
||||||
- /etc/init.d/pcscd start
|
- /etc/init.d/pcscd start
|
||||||
- su - -c "sh /home/jcardsim/run-card.sh" jcardsim
|
- su - -c "sh /home/jcardsim/run-card.sh" jcardsim
|
||||||
|
- cargo run -p openpgp-card-tools --bin opgpcard -- status
|
||||||
|
- cargo run -p openpgp-card-tools --bin opgpcard -- info
|
||||||
- cargo run -p openpgp-card-tests --bin import -- $CONFIG
|
- cargo run -p openpgp-card-tests --bin import -- $CONFIG
|
||||||
- cargo run -p openpgp-card-tests --bin keygen -- $CONFIG
|
- cargo run -p openpgp-card-tests --bin keygen -- $CONFIG
|
||||||
variables:
|
variables:
|
||||||
|
@ -150,6 +152,8 @@ run_cardtest_ykneo:
|
||||||
script:
|
script:
|
||||||
- /etc/init.d/pcscd start
|
- /etc/init.d/pcscd start
|
||||||
- su - -c "sh /home/jcardsim/run-card.sh" jcardsim
|
- su - -c "sh /home/jcardsim/run-card.sh" jcardsim
|
||||||
|
- cargo run -p openpgp-card-tools --bin opgpcard -- status
|
||||||
|
- cargo run -p openpgp-card-tools --bin opgpcard -- info
|
||||||
- cargo run -p openpgp-card-tests --bin import -- $CONFIG
|
- cargo run -p openpgp-card-tests --bin import -- $CONFIG
|
||||||
- cargo run -p openpgp-card-tests --bin keygen -- $CONFIG
|
- cargo run -p openpgp-card-tests --bin keygen -- $CONFIG
|
||||||
variables:
|
variables:
|
||||||
|
@ -167,6 +171,8 @@ run_cardtest_fluffypgp:
|
||||||
script:
|
script:
|
||||||
- /etc/init.d/pcscd start
|
- /etc/init.d/pcscd start
|
||||||
- su - -c "sh /home/jcardsim/run-card.sh" jcardsim
|
- su - -c "sh /home/jcardsim/run-card.sh" jcardsim
|
||||||
|
- cargo run -p openpgp-card-tools --bin opgpcard -- status
|
||||||
|
- cargo run -p openpgp-card-tools --bin opgpcard -- info
|
||||||
- cargo run -p openpgp-card-tests --bin import -- $CONFIG
|
- cargo run -p openpgp-card-tests --bin import -- $CONFIG
|
||||||
- cargo run -p openpgp-card-tests --bin keygen -- $CONFIG
|
- cargo run -p openpgp-card-tests --bin keygen -- $CONFIG
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue