python-bottle/tests/tests.yml
2023-07-10 16:08:18 +02:00

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