dotnet7.0/tests/tests.yml
Omair Majid cf6db70319 Add some more dependencies for NativeAOT tests
Related: RHBZ#2134641
2022-10-17 10:26:35 -04:00

42 lines
1011 B
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-7.0
- bash-completion
- binutils
- dotnet-sdk-7.0
- dotnet-runtime-7.0
- expect
- file
- gcc-c++
- git
- jq
- libstdc++-devel
- lldb
- npm
- python3
- strace
- wget
- which
- zlib-devel