c3f9b577a5
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/curl#3c950d55416b900db1a4bd1720769de977c56ac1
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
|
|
|