mvadkert / rpms / ruby

Forked from rpms/ruby 6 years ago
Clone
Blob Blame History Raw
---
#
# Tests to run in a classic environment
#
- hosts: localhost
  roles:
  - role: standard-test-beakerlib

    tags:
    - classic
    - container

    repositories:
    - repo: "https://src.fedoraproject.org/tests/ruby.git"
      dest: "shared"

    tests:
    - shared/bundler-unit-tests
    - shared/run-basic-rails-application
    - shared/systemtap-static-probes-in-ruby

    required_packages:
    #
    # required by bundler-unit-tests
    #
    - rubygem-bundler
    - rubygem-thor
    - rubygem-rdoc
    - rubygem-net-http-persistent
    - rubygem-psych
    #
    # required by run-basic-rails-application
    #
    - rubygem-rails
    - sqlite-devel
    - libxml2-devel
    - libxslt-devel
    - gcc-c++
    - net-tools
    #
    # required by systemtap-static-probes-in-ruby
    #
    - ruby-doc
    - ruby-libs
    - systemtap
    - grep
    #
    # general requirements
    #
    - rubygems
    - rubygems-devel
    - ruby
    - ruby-devel
    - ansible
    - git

#
# Tests for atomic host
#
- hosts: localhost
  tags:
  - atomic
  # no compatible tests