dotnet8.0/tests/tests.yml

40 lines
965 B
YAML
Raw Normal View History

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
- container
- atomic
repositories:
- repo: "https://github.com/redhat-developer/dotnet-regular-tests.git"
dest: "dotnet-regular-tests"
version: main
tests:
2020-08-10 15:10:29 +00:00
- download_test_runner:
dir: ./
run: wget --no-verbose https://github.com/redhat-developer/dotnet-bunny/releases/latest/download/turkey.tar.gz && tar xf turkey.tar.gz
2020-08-10 15:10:29 +00:00
- print_test_runner_version:
dir: ./
run: dotnet turkey/Turkey.dll --version
2020-08-10 15:10:29 +00:00
- regular:
dir: ./
run: dotnet turkey/Turkey.dll -l={{ remote_artifacts }} dotnet-regular-tests
required_packages:
2022-07-26 19:53:08 +00:00
- aspnetcore-runtime-7.0
- babeltrace
- bash-completion
- binutils
2022-07-26 19:53:08 +00:00
- dotnet-sdk-7.0
- dotnet-runtime-7.0
- expect
- git
- jq
- lldb
- lttng-tools
- npm
- python3
- strace
- wget
- which