Blob Blame History Raw
---
- hosts: localhost
  roles:
  - role: standard-test-basic
    tags:
    - classic
    - container
    - atomic
    repositories:
    - repo: "https://github.com/redhat-developer/dotnet-bunny.git"
      dest: "dotnet-bunny"
    - repo: "https://github.com/redhat-developer/dotnet-regular-tests.git"
      dest: "dotnet-regular-tests"
    tests:
      - buildtestsuite:
          dir: dotnet-bunny
          run: make
      - testsuiteversion:
          dir: dotnet-bunny
          run: bin/turkey --version
      - regular:
          dir: dotnet-regular-tests
          run: ../dotnet-bunny/bin/turkey -l={{ remote_artifacts }}
    required_packages:
    - bash-completion
    - binutils
    - expect
    - jq
    - lldb
    - make
    - npm
    - python3
    - strace
    - wget
    - which