dotnet6.0/tests/tests.yml
Omair Majid e2eef68845 Update to .NET SDK 6.0.113 and Runtime 6.0.13
Resolves: RHBZ#2154457
2023-01-17 22:37:30 -05:00

45 lines
1.0 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 --timeout=1500
required_packages:
- aspnetcore-runtime-6.0
- bash-completion
- bc
- binutils
- dotnet-runtime-6.0
- dotnet-sdk-6.0
- expect
- file
- findutils
- git
- jq
- lldb
- npm
- postgresql-odbc
- postgresql-server
- procps-ng
- python3
- strace
- util-linux
- wget
- which