Adds tests according to the CI wiki [0] specifically the standard test interface in the spec [1]. [0]: https://fedoraproject.org/wiki/CI [1]: https://fedoraproject.org/wiki/Changes/InvokingTests
24 lines
501 B
YAML
24 lines
501 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
tests:
|
|
- netrw-plugin-delete-command-broken
|
|
- vim-in-ex-mode-incorrectly-gives-an-eol-error
|
|
required_packages:
|
|
- vim-minimal
|
|
- vim-enhanced
|
|
|
|
# Tests for Atomic Host
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- atomic
|
|
tests:
|
|
- vim-in-ex-mode-incorrectly-gives-an-eol-error
|