c7e4ac606d
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 Signed-off-by: Andrei Stepanov <astepano@redhat.com>
27 lines
670 B
YAML
27 lines
670 B
YAML
---
|
|
# Tests for Classic
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- scp-and-sftp-download-test
|
|
- non-root-user-download
|
|
required_packages:
|
|
- findutils # non-root-user-download needs find command
|
|
# scp-and-sftp-download-test needs find command
|
|
- passwd # non-root-user-download needs passwd command
|
|
- openssh-clients # non-root-user-download needs ssh-keyscan command
|
|
|
|
# Tests for Atomic
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- atomic
|
|
tests:
|
|
- scp-and-sftp-download-test
|
|
- non-root-user-download
|
|
|