vim/tests/tests.yml
Andrei Stepanov 81473c01fe Add CI tests using the standard test interface
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
2017-10-19 10:18:30 +00:00

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