ee56d8dd4a
These are documented here and will be used to ensure that p11-kit works as expected. https://fedoraproject.org/wiki/CI This is just the first such test. Feel free to edit it if there are mistakes or add others, or check out the docs: https://fedoraproject.org/wiki/CI/Tests
15 lines
296 B
YAML
15 lines
296 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- atomic
|
|
- container
|
|
tests:
|
|
- trust-anchor-complains-about-invalid-attribute-and
|
|
required_packages:
|
|
- openssl
|
|
- p11-kit
|