dotnet6.0/tests/tests.yml
Omair Majid 4b2171069f Add missing test dependencies
Some new tests were added to the upstream test suite, and they need
additional packges to work.
2023-01-20 11:18:18 -05:00

47 lines
1.1 KiB
YAML

---
- 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:
- 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
- print_test_runner_version:
dir: ./
run: dotnet turkey/Turkey.dll --version
- regular:
dir: ./
run: dotnet turkey/Turkey.dll -l={{ remote_artifacts }} dotnet-regular-tests
required_packages:
- aspnetcore-runtime-6.0
- babeltrace
- bash-completion
- bc
- binutils
- dotnet-runtime-6.0
- dotnet-sdk-6.0
- expect
- file
- findutils
- git
- jq
- lldb
- lttng-tools
- npm
- postgresql-odbc
- postgresql-server
- procps-ng
- python3
- strace
- util-linux
- wget
- which