2020-03-17 14:08:19 +00:00
|
|
|
---
|
|
|
|
- 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"
|
2020-12-04 22:09:37 +00:00
|
|
|
version: main
|
2020-03-17 14:08:19 +00:00
|
|
|
tests:
|
2020-08-10 15:10:29 +00:00
|
|
|
- download_test_runner:
|
|
|
|
dir: ./
|
2022-03-11 13:35:36 +00:00
|
|
|
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: ./
|
2022-03-11 13:35:36 +00:00
|
|
|
run: dotnet turkey/Turkey.dll --version
|
2020-08-10 15:10:29 +00:00
|
|
|
- regular:
|
|
|
|
dir: ./
|
2022-03-11 13:35:36 +00:00
|
|
|
run: dotnet turkey/Turkey.dll -l={{ remote_artifacts }} dotnet-regular-tests
|
2020-03-17 14:08:19 +00:00
|
|
|
required_packages:
|
2022-07-26 19:53:08 +00:00
|
|
|
- aspnetcore-runtime-7.0
|
2020-03-17 14:08:19 +00:00
|
|
|
- babeltrace
|
|
|
|
- bash-completion
|
|
|
|
- binutils
|
2022-07-26 19:53:08 +00:00
|
|
|
- dotnet-sdk-7.0
|
|
|
|
- dotnet-runtime-7.0
|
2020-03-17 14:08:19 +00:00
|
|
|
- expect
|
2022-03-11 13:35:36 +00:00
|
|
|
- git
|
2020-03-17 14:08:19 +00:00
|
|
|
- jq
|
|
|
|
- lldb
|
|
|
|
- lttng-tools
|
|
|
|
- npm
|
|
|
|
- python3
|
|
|
|
- strace
|
|
|
|
- wget
|
|
|
|
- which
|