25 lines
435 B
YAML
25 lines
435 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- simple-server:
|
||
|
dir: simple-server
|
||
|
run: ./runtest.sh
|
||
|
- build-pycurl:
|
||
|
dir: build-pycurl
|
||
|
run: ./runtest.sh
|
||
|
required_packages:
|
||
|
- curl
|
||
|
- dnf
|
||
|
- gcc
|
||
|
- libcurl-devel
|
||
|
- make
|
||
|
- openssl-devel
|
||
|
- python3-devel
|
||
|
- python3-bottle
|
||
|
- python3-nose
|
||
|
- rpm-build
|
||
|
- vsftpd
|