From 7322e44efccce5074eb3567efff3a59cc101f9a4 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sun, 15 May 2022 17:49:47 +0200 Subject: [PATCH] Run `opgpcard status` and `opgpcard info` before virtual card tests. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8835b9..2ee929f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,6 +133,8 @@ run_cardtest_smartpgp: script: - /etc/init.d/pcscd start - 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 keygen -- $CONFIG variables: @@ -150,6 +152,8 @@ run_cardtest_ykneo: script: - /etc/init.d/pcscd start - 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 keygen -- $CONFIG variables: @@ -167,6 +171,8 @@ run_cardtest_fluffypgp: script: - /etc/init.d/pcscd start - 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 keygen -- $CONFIG variables: