These need to be run with the virtual smartcard emulation in the Docker container specified in .gitlab-ci.yml for tests. The tests are a little simplistic, as it turned out that making changes to the smart card results in flaky tests. Thus only parts of opgpcard that don't change the card are tested. Sponsored-by: NLnet Foundation; NGI Assure
15 lines
285 B
Text
15 lines
285 B
Text
# SPDX-FileCopyrightText: 2022 Lars Wirzenius <liw@liw.fi>
|
|
# SPDX-License-Identifier: MIT OR Apache-2.0
|
|
|
|
title: "opgpcard acceptance tests"
|
|
markdowns:
|
|
- opgpcard.md
|
|
bindings:
|
|
- opgpcard.yaml
|
|
- lib/files.yaml
|
|
- lib/runcmd.yaml
|
|
impls:
|
|
rust:
|
|
- opgpcard.rs
|
|
classes:
|
|
- json
|